|
@@ -74,7 +74,7 @@
|
|
|
</div>
|
|
|
<div class="row cl" style="margin-bottom: 10px;">
|
|
|
<label class="form-label col-2 col-sm-2" style="width: 110px;"><span class="c-red">*</span>客户类型:</label>
|
|
|
- <div class="formControls col-4 col-sm-4">
|
|
|
+ <div class="formControls col-4 col-sm-4" style="padding: 0 0;">
|
|
|
<span class="select-box">
|
|
|
<select name="customerType" class="select">
|
|
|
<option value="1" <#if customerBasicInfo.customerType == 1>selected</#if>>个人</option>
|
|
@@ -83,7 +83,7 @@
|
|
|
</span>
|
|
|
</div>
|
|
|
<label class="form-label col-2 col-sm-2" style="width: 110px;"><span class="c-red">*</span>合作进度:</label>
|
|
|
- <div class="formControls col-4 col-sm-4">
|
|
|
+ <div class="formControls col-4 col-sm-4"style="padding: 0 0;">
|
|
|
<span class="select-box">
|
|
|
<select name="cooperativeState" class="select">
|
|
|
<option value="1"<#if customerBasicInfo.cooperativeState == 1>selected</#if>>意向合作</option>
|
|
@@ -95,24 +95,24 @@
|
|
|
</div>
|
|
|
<div class="row cl" style="margin-bottom: 10px;">
|
|
|
<label class="form-label col-2 col-sm-2" style="width: 110px;"><span class="c-red">*</span>客户名称:</label>
|
|
|
- <div class="formControls col-4 col-sm-4">
|
|
|
+ <div class="formControls col-4 col-sm-4" style="padding: 0 0;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="公司/客户 全称" id="customerName" name="customerName" value="${customerBasicInfo.customerName!''}">
|
|
|
</div>
|
|
|
<label class="form-label col-2 col-sm-2" style="width: 110px;">客户行业:</label>
|
|
|
- <div class="formControls col-4 col-sm-4">
|
|
|
+ <div class="formControls col-4 col-sm-4" style="padding: 0 0;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="请输入行业名称" id="customerIndustry" name="customerIndustry" value="${customerBasicInfo.customerIndustry!''}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row cl" style="position: relative;margin-bottom: 10px;">
|
|
|
<label class="form-label col-2 col-sm-2" style="width: 110px;"><span class="c-red">*</span>客户地址:</label>
|
|
|
- <div class="formControls col-4 col-sm-4">
|
|
|
+ <div class="formControls col-4 col-sm-4" style="padding: 0 0;">
|
|
|
<span class="select-box">
|
|
|
<select name="customerProvinceCode" id="customerProvinceCode" class="select">
|
|
|
<option value="">请选择省份</option>
|
|
|
</select>
|
|
|
</span>
|
|
|
</div>
|
|
|
- <div class="formControls col-4 col-sm-4">
|
|
|
+ <div class="formControls col-4 col-sm-4" style="padding: 0 0;">
|
|
|
<span class="select-box">
|
|
|
<select name="customerCityCode" id="customerCityCode" class="select">
|
|
|
<option value="">请选择城市</option>
|
|
@@ -122,7 +122,7 @@
|
|
|
</div>
|
|
|
<div class="row cl" style="margin-bottom: 10px;">
|
|
|
<label class="form-label col-2 col-sm-2" style="width: 110px;"></label>
|
|
|
- <div class="formControls col-9 col-sm-9">
|
|
|
+ <div class="formControls col-9 col-sm-9" style="padding: 0 0;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="请输入客户的详细地址" id="customerAddress" name="customerAddress" value="${customerBasicInfo.customerAddress!''}">
|
|
|
</div>
|
|
|
</div>
|
|
@@ -145,7 +145,7 @@
|
|
|
</div>
|
|
|
<div class="mt-20" style="margin: 20px;">
|
|
|
<input type="hidden" id="dockedContactInfoJson" name="dockedContactInfoJson">
|
|
|
- <table class="table table-border table-bordered table-bg table-hover table-sort" id="contactTable">
|
|
|
+ <table class="table table-border table-bordered table-bg table-hover table-sort" style="width: 912px;" id="contactTable">
|
|
|
<thead>
|
|
|
<tr class="text-c">
|
|
|
<th width="100">联系人姓名</th>
|
|
@@ -183,26 +183,26 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row cl">
|
|
|
- <label class="form-label col-2 col-sm-2" style="width:120px;"><span class="c-red">*</span>渠道类别:</label>
|
|
|
- <div class="formControls col-2 col-sm-2" style="width:120px;padding:0px 0px;margin-right: 15px;">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width:110px;"><span class="c-red">*</span>渠道类别:</label>
|
|
|
+ <div class="formControls col-2 col-sm-2" style="width:110px;padding:0 0;margin-right: 15px;">
|
|
|
<span class="select-box">
|
|
|
<select name="channelCategory" id="channelCategory" class="select">
|
|
|
</select>
|
|
|
</span>
|
|
|
</div>
|
|
|
- <label class="form-label col-2 col-sm-2" style="width:120px;"><span class="c-red">*</span>渠道类型:</label>
|
|
|
- <div class="formControls col-2 col-sm-2" style="width:120px;padding:0px 0px;margin-right: 15px;">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width:110px;"><span class="c-red">*</span>渠道类型:</label>
|
|
|
+ <div class="formControls col-2 col-sm-2" style="width:110px;padding:0 0;margin-right: 15px;">
|
|
|
<span class="select-box">
|
|
|
<select name="channelType" id="channelType" class="select">
|
|
|
</select>
|
|
|
</span>
|
|
|
</div>
|
|
|
- <label class="form-label col-2 col-sm-2" style="width:120px;"><span class="c-red">*</span>渠道名称:</label>
|
|
|
- <div class="formControls col-2 col-sm-2" style="width:120px;padding:0px 0px;margin-right: 15px;">
|
|
|
- <input type="text" class="input-text" style="width:90px;margin-right: 0px;margin-bottom: 10px;" placeholder="填写具体店名" id="channelName" name="channelName">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width:110px;"><span class="c-red">*</span>渠道名称:</label>
|
|
|
+ <div class="formControls col-2 col-sm-2" style="width:110px;padding:0 0;margin-right: 15px;">
|
|
|
+ <input type="text" class="input-text" style="width:90px;margin-right: 0;margin-bottom: 10px;" placeholder="填写具体店名" id="channelName" name="channelName">
|
|
|
</div>
|
|
|
- <label class="form-label col-2 col-sm-2" style="width:120px;"><span class="c-red">*</span>销售产品:</label>
|
|
|
- <div class="formControls col-2 col-sm-2" style="width:180px;padding:0px 0px;margin-right: 15px;">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width:110px;"><span class="c-red">*</span>销售产品:</label>
|
|
|
+ <div class="formControls col-2 col-sm-2" style="width:180px;padding:0 0;margin-right: 15px;">
|
|
|
<span class="select-box">
|
|
|
<select name="promotingProducts" id="promotingProducts" class="select">
|
|
|
</select>
|
|
@@ -210,16 +210,16 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row cl">
|
|
|
- <label class="form-label col-2 col-sm-2" style="width:120px;"><span class="c-red">*</span>供货价格:</label>
|
|
|
- <div class="formControls col-2 col-sm-2" style="width:120px;padding:0 0;margin-right: 15px;">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width:110px;"><span class="c-red">*</span>供货价格:</label>
|
|
|
+ <div class="formControls col-2 col-sm-2" style="width:110px;padding:0 0;margin-right: 15px;">
|
|
|
<span class="select-box">
|
|
|
<select name="supplyPrice" id="supplyPrice" class="select">
|
|
|
</select>
|
|
|
</span>
|
|
|
- <input type="text" class="input-text" style="width:90px;margin-right: 0px;margin-bottom: 10px;" placeholder="填写供货价格" id="writeSupplyPrice" name="writeSupplyPrice">
|
|
|
+ <input type="text" class="input-text" style="width:90px;margin-right: 0;margin-bottom: 10px;" placeholder="填写供货价格" id="writeSupplyPrice" name="writeSupplyPrice">
|
|
|
</div>
|
|
|
- <label class="form-label col-2 col-sm-2" style="width:120px;"><span class="c-red">*</span>账期:</label>
|
|
|
- <div class="formControls col-2 col-sm-2" style="width:120px;padding:0 0;margin-right: 15px;">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width:110px;"><span class="c-red">*</span>账期:</label>
|
|
|
+ <div class="formControls col-2 col-sm-2" style="width:110px;padding:0 0;margin-right: 15px;">
|
|
|
<span class="select-box">
|
|
|
<select name="accountPeriod" id="accountPeriod" class="select">
|
|
|
<option value="1">先款</option>
|
|
@@ -231,12 +231,12 @@
|
|
|
<label class="form-label col-2 col-sm-2" style="width:150px;">
|
|
|
<button type="button" style="cursor:pointer; float: right;height: 35px;margin-right: 30px;margin-bottom: 10px;" class="my-btn-search" onclick="toAddChannelSaleInfo();">保存</button>
|
|
|
</label>
|
|
|
- <div class="formControls col-2 col-sm-2" style="width:120px; padding:0px 0px;margin-right: 15px;">
|
|
|
+ <div class="formControls col-2 col-sm-2" style="width:120px; padding:0 0;margin-right: 15px;">
|
|
|
|
|
|
</div>
|
|
|
<div class="mt-20" style="margin: 20px;">
|
|
|
<input type="hidden" id="channelSaleInfoJson" name="channelSaleInfoJson">
|
|
|
- <table class="table table-border table-bordered table-bg table-hover table-sort" id="saleTable">
|
|
|
+ <table class="table table-border table-bordered table-bg table-hover table-sort" style="width: 912px;" id="saleTable">
|
|
|
<thead>
|
|
|
<tr class="text-c">
|
|
|
<th width="100">渠道类别</th>
|
|
@@ -292,8 +292,8 @@
|
|
|
</div>
|
|
|
<div class="row cl skin-minimal" style="margin-bottom: 10px;">
|
|
|
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 125px;"><span class="c-red">*</span>账户类型:</label>
|
|
|
- <div class="radio-box">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 100px;padding-right: 0;text-align: right;"><span class="c-red">*</span>账户类型:</label>
|
|
|
+ <div class="radio-box" style="margin-left: 10px;">
|
|
|
<input type="radio" id="accountType-1" name="accountType" value="1" checked>
|
|
|
<label for="accountType-1">公司</label>
|
|
|
</div>
|
|
@@ -305,12 +305,12 @@
|
|
|
</div>
|
|
|
<#if billingInfo??>
|
|
|
<div class="row cl" style="margin-bottom: 10px;">
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 125px;"><span class="c-red">*</span>开户支行:</label>
|
|
|
- <div class="formControls col-2 col-sm-2">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 100px;padding-right: 0;text-align: right;"><span class="c-red">*</span>开户支行:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="开户支行" id="accountOpeningBranch" name="accountOpeningBranch" value="${billingInfo.accountOpeningBranch!''}">
|
|
|
</div>
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 125px;"><span class="c-red">*</span><span id="accountNameId"><#if billingInfo.accountType == 1>企业名称:<#else>收款人姓名:</#if></span></label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span><span id="accountNameId"><#if billingInfo.accountType == 1>企业名称:<#else>收款人姓名:</#if></span></label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" id="accountName" name="accountName" value="${billingInfo.accountName!''}">
|
|
|
</div>
|
|
|
<#--<div id="receivablesNameId" style="display:none;">
|
|
@@ -319,29 +319,29 @@
|
|
|
<input type="text" class="input-text trim_input" placeholder="收款人姓名" id="receivablesName" name="receivablesName" value="${billingInfo.receivablesName!''}">
|
|
|
</div>
|
|
|
</div>-->
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 125px;"><span class="c-red">*</span>账号:</label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 100px;padding-right: 0;text-align: right;"><span class="c-red">*</span>账号:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="填写账号" id="accountNum" name="accountNum" value="${billingInfo.accountNum!''}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row cl" style="margin-bottom: 10px;">
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 125px;"><span class="c-red">*</span>收款人手机:</label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>收款人手机:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="收款人手机" id="receivablesPhone" name="receivablesPhone" value="${billingInfo.receivablesPhone!''}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<#else >
|
|
|
<div class="row cl" style="margin-bottom: 10px;">
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 125px;"><span class="c-red">*</span>开户支行:</label>
|
|
|
- <div class="formControls col-2 col-sm-2">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 100px;padding-right: 0;text-align: right;"><span class="c-red">*</span>开户支行:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="开户支行" id="accountOpeningBranch" name="accountOpeningBranch" value="">
|
|
|
</div>
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 125px;"><span class="c-red">*</span><span id="accountNameId">企业名称:</span></label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span><span id="accountNameId">企业名称:</span></label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" id="accountName" name="accountName" value="">
|
|
|
</div>
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 125px;"><span class="c-red">*</span>账号:</label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 100px;padding-right: 0;text-align: right;"><span class="c-red">*</span>账号:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="填写账号" id="accountNum" name="accountNum" value="">
|
|
|
</div>
|
|
|
</div>
|
|
@@ -350,8 +350,8 @@
|
|
|
<div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
<input type="text" class="input-text trim_input" placeholder="收款人姓名" id="receivablesName" name="receivablesName" value="">
|
|
|
</div>-->
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 125px;"><span class="c-red">*</span>收款人手机:</label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>收款人手机:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="收款人手机" id="receivablesPhone" name="receivablesPhone" value="">
|
|
|
</div>
|
|
|
</div>
|
|
@@ -365,8 +365,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row cl skin-minimal" style="margin-bottom: 10px;">
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 125px;"><span class="c-red">*</span>是否开票:</label>
|
|
|
- <div class="radio-box">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>是否开票:</label>
|
|
|
+ <div class="radio-box" style="margin-left: 10px;">
|
|
|
<input type="radio" id="isOpenTicket-1" class="isShowOpenTicket" name="isOpenTicket" value="0" checked="checked" >
|
|
|
<label for="isOpenTicket-1">开票</label>
|
|
|
</div>
|
|
@@ -377,8 +377,8 @@
|
|
|
</div>
|
|
|
<#if ticketOpeningInfo??>
|
|
|
<div class="row cl" style="margin-bottom: 10px;" id="isShowOpenTicket">
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 120px;"><span class="c-red">*</span>发票类型:</label>
|
|
|
- <div class="formControls col-2 col-sm-2">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 150px;float: left;"><span class="c-red">*</span>发票类型:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<span class="select-box">
|
|
|
<select name="ticketType" class="select">
|
|
|
<option value="1" <#if ticketOpeningInfo.ticketType == 1>selected</#if>>专票</option>
|
|
@@ -386,39 +386,39 @@
|
|
|
</select>
|
|
|
</span>
|
|
|
</div>
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 120px;"><span class="c-red">*</span>开户支行:</label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>开户支行:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="开户支行名称" id="ticketAccountOpeningBranch" name="ticketAccountOpeningBranch" value="${ticketOpeningInfo.accountOpeningBranch!''}">
|
|
|
</div>
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 120px;"><span class="c-red">*</span>开票账户:</label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>开票账户:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="开票账户" id="ticketOpeningAccount" name="ticketOpeningAccount" value="${ticketOpeningInfo.ticketOpeningAccount!''}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row cl" style="margin-bottom: 10px;" id="isShowEnterprise">
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 120px;"><span class="c-red">*</span>企业名称:</label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>企业名称:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="企业名称" id="enterpriseName" name="enterpriseName" value="${ticketOpeningInfo.enterpriseName!''}">
|
|
|
</div>
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 140px;"><span class="c-red">*</span>纳税人识别号:</label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>纳税人识别号:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="纳税人识别号" id="taxpayerIdentificationNum" name="taxpayerIdentificationNum" value="${ticketOpeningInfo.taxpayerIdentificationNum!''}">
|
|
|
</div>
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 120px;"><span class="c-red">*</span>开票电话:</label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>开票电话:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="开票电话" id="ticketOpeningPhone" name="ticketOpeningPhone" value="${ticketOpeningInfo.ticketOpeningPhone!''}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row cl" style="margin-bottom: 10px;" id="isShowAddress">
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 120px;"><span class="c-red">*</span>企业地址:</label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>企业地址:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="企业地址" id="enterpriseAddress" name="enterpriseAddress" value="${ticketOpeningInfo.enterpriseAddress!''}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<#else >
|
|
|
<div class="row cl" style="margin-bottom: 10px;" id="isShowOpenTicket">
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 120px;"><span class="c-red">*</span>发票类型:</label>
|
|
|
- <div class="formControls col-2 col-sm-2">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>发票类型:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<span class="select-box">
|
|
|
<select name="ticketType" class="select">
|
|
|
<option value="1">专票</option>
|
|
@@ -426,32 +426,32 @@
|
|
|
</select>
|
|
|
</span>
|
|
|
</div>
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 120px;"><span class="c-red">*</span>开户支行:</label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>开户支行:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="开户支行名称" id="ticketAccountOpeningBranch" name="ticketAccountOpeningBranch" value="">
|
|
|
</div>
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 120px;"><span class="c-red">*</span>开票账户:</label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>开票账户:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="开票账户" id="ticketOpeningAccount" name="ticketOpeningAccount" value="">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row cl" style="margin-bottom: 10px;" id="isShowEnterprise">
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 120px;"><span class="c-red">*</span>企业名称:</label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>企业名称:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="企业名称" id="enterpriseName" name="enterpriseName" value="">
|
|
|
</div>
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 120px;"><span class="c-red">*</span>纳税人识别号:</label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>纳税人识别号:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="纳税人识别号" id="taxpayerIdentificationNum" name="taxpayerIdentificationNum" value="">
|
|
|
</div>
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 120px;"><span class="c-red">*</span>开票电话:</label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>开票电话:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="开票电话" id="ticketOpeningPhone" name="ticketOpeningPhone" value="">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row cl" style="margin-bottom: 10px;" id="isShowAddress">
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 120px;"><span class="c-red">*</span>企业地址:</label>
|
|
|
- <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>企业地址:</label>
|
|
|
+ <div style="width: 150px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="企业地址" id="enterpriseAddress" name="enterpriseAddress" value="">
|
|
|
</div>
|
|
|
</div>
|