|
@@ -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" style="padding: 0 0;">
|
|
|
+ <div class="formControls col-3 col-sm-3" 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"style="padding: 0 0;">
|
|
|
+ <div class="formControls col-3 col-sm-3"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,25 @@
|
|
|
</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" style="padding: 0 0;">
|
|
|
+ <div class="formControls col-3 col-sm-3" 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" style="padding: 0 0;">
|
|
|
+ <div class="formControls col-3 col-sm-3" 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" style="padding: 0 0;">
|
|
|
+ <div class="formControls col-3 col-sm-3" 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" style="padding: 0 0;">
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width: 110px;"></label>
|
|
|
+ <div class="formControls col-3 col-sm-3" style="padding: 0 0;">
|
|
|
<span class="select-box">
|
|
|
<select name="customerCityCode" id="customerCityCode" class="select">
|
|
|
<option value="">请选择城市</option>
|
|
@@ -122,7 +123,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" style="padding: 0 0;">
|
|
|
+ <div class="formControls col-7 col-sm-7" style="padding: 0 0;width: 680px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="请输入客户的详细地址" id="customerAddress" name="customerAddress" value="${customerBasicInfo.customerAddress!''}">
|
|
|
</div>
|
|
|
</div>
|
|
@@ -141,11 +142,11 @@
|
|
|
<span class="c-red">*</span>电话:<input type="text" class="input-text" style="width:100px;margin-right: 10px;margin-bottom: 10px;" placeholder="联系人电话" id="contactPhone" name="contactPhone">
|
|
|
<span class="c-red">*</span>职位/身份:<input type="text" class="input-text" style="width:100px;margin-right: 10px;margin-bottom: 10px;" placeholder="职位或身份" id="contactType" name="contactType">
|
|
|
<span class="c-red">*</span>联系邮箱:<input type="text" class="input-text" style="width:100px;margin-right: 10px;margin-bottom: 10px;" placeholder="邮箱" id="contactEmail" name="contactEmail">
|
|
|
- <span class="c-red"><button type="button" style="cursor:pointer; float: right;height: 35px;margin-right: 200px;margin-bottom: 10px;" class="my-btn-search" onclick="toAddDockedContactInfo();">保存</button></span>
|
|
|
+ <span class="c-red"><button type="button" style="cursor:pointer; float: right;height: 35px;margin-bottom: 10px;" class="my-btn-search" onclick="toAddDockedContactInfo();">保存</button></span>
|
|
|
</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" style="width: 730px;" id="contactTable">
|
|
|
+ <table class="table table-border table-bordered table-bg table-hover table-sort" style="width: 820px;" id="contactTable">
|
|
|
<thead>
|
|
|
<tr class="text-c">
|
|
|
<th width="100">联系人姓名</th>
|
|
@@ -228,15 +229,18 @@
|
|
|
</select>
|
|
|
</span>
|
|
|
</div>
|
|
|
- <label class="form-label col-2 col-sm-2" style="width:150px;">
|
|
|
- <button type="button" style="cursor:pointer; float: right;height: 35px;margin-right: -410px;margin-bottom: 10px;" class="my-btn-search" onclick="toAddChannelSaleInfo();">保存</button>
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width:110px;padding:0 0;margin-right: 15px;"></label>
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width:110px;"></label>
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width:110px;padding:0 0;margin-right: 15px;"></label>
|
|
|
+ <label class="form-label col-2 col-sm-2" style="width:166px;padding:0 0;">
|
|
|
+ <button type="button" style="cursor:pointer; float: right;height: 35px;margin-bottom: 10px;" class="my-btn-search" onclick="toAddChannelSaleInfo();">保存</button>
|
|
|
</label>
|
|
|
<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: 975px;" id="saleTable">
|
|
|
<thead>
|
|
|
<tr class="text-c">
|
|
|
<th width="100">渠道类别</th>
|
|
@@ -292,7 +296,7 @@
|
|
|
</div>
|
|
|
<div class="row cl skin-minimal" style="margin-bottom: 10px;">
|
|
|
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 100px;padding-right: 0;text-align: right;"><span class="c-red">*</span>账户类型:</label>
|
|
|
+ <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="accountType-1" name="accountType" value="1" checked>
|
|
|
<label for="accountType-1">公司</label>
|
|
@@ -305,7 +309,7 @@
|
|
|
</div>
|
|
|
<#if billingInfo??>
|
|
|
<div class="row cl" style="margin-bottom: 10px;">
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 100px;padding-right: 0;text-align: right;"><span class="c-red">*</span>开户支行:</label>
|
|
|
+ <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="accountOpeningBranch" name="accountOpeningBranch" value="${billingInfo.accountOpeningBranch!''}">
|
|
|
</div>
|
|
@@ -319,20 +323,20 @@
|
|
|
<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: 100px;padding-right: 0;text-align: right;"><span class="c-red">*</span>账号:</label>
|
|
|
+ <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="accountNum" name="accountNum" value="${billingInfo.accountNum!''}">
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="row cl" style="margin-bottom: 10px;">
|
|
|
+ <#--<div class="row cl" style="margin-bottom: 10px;">
|
|
|
<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>
|
|
|
+ </div>-->
|
|
|
<#else >
|
|
|
<div class="row cl" style="margin-bottom: 10px;">
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 100px;padding-right: 0;text-align: right;"><span class="c-red">*</span>开户支行:</label>
|
|
|
+ <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="accountOpeningBranch" name="accountOpeningBranch" value="">
|
|
|
</div>
|
|
@@ -340,7 +344,7 @@
|
|
|
<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: 100px;padding-right: 0;text-align: right;"><span class="c-red">*</span>账号:</label>
|
|
|
+ <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="accountNum" name="accountNum" value="">
|
|
|
</div>
|
|
@@ -350,10 +354,10 @@
|
|
|
<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: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>收款人手机:</label>
|
|
|
+ <#--<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>-->
|
|
|
</div>
|
|
|
</#if>
|
|
|
<#--开票信息-->
|
|
@@ -365,7 +369,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row cl skin-minimal" style="margin-bottom: 10px;">
|
|
|
- <label class="form-label col-2 col-sm-2" style="width: 110px;padding-right: 0;text-align: right;"><span class="c-red">*</span>是否开票:</label>
|
|
|
+ <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>
|
|
@@ -411,7 +415,7 @@
|
|
|
</div>
|
|
|
<div class="row cl" style="margin-bottom: 10px;" id="isShowAddress">
|
|
|
<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: 730px;float: left;margin-left: 10px;">
|
|
|
+ <div style="width: 690px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="企业地址" id="enterpriseAddress" name="enterpriseAddress" value="${ticketOpeningInfo.enterpriseAddress!''}">
|
|
|
</div>
|
|
|
</div>
|
|
@@ -451,7 +455,7 @@
|
|
|
</div>
|
|
|
<div class="row cl" style="margin-bottom: 10px;" id="isShowAddress">
|
|
|
<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: 730px;float: left;margin-left: 10px;">
|
|
|
+ <div style="width: 690px;float: left;margin-left: 10px;">
|
|
|
<input type="text" class="input-text trim_input" placeholder="企业地址" id="enterpriseAddress" name="enterpriseAddress" value="">
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1078,7 +1082,7 @@
|
|
|
billingInfo.accountName = $("[name='accountName']").val();
|
|
|
billingInfo.accountNum = $("[name='accountNum']").val();
|
|
|
/*billingInfo.receivablesName = $("[name='receivablesName']").val();*/
|
|
|
- billingInfo.receivablesPhone = $("[name='receivablesPhone']").val();
|
|
|
+ /*billingInfo.receivablesPhone = $("[name='receivablesPhone']").val();*/
|
|
|
if(billingInfo.accountOpeningBranch == "" || billingInfo.accountOpeningBranch == null ){
|
|
|
layer.msg("开户支行不能为空");
|
|
|
return;
|
|
@@ -1104,7 +1108,7 @@
|
|
|
layer.msg("收款人姓名不能为空");
|
|
|
return;
|
|
|
}*/
|
|
|
- if(billingInfo.receivablesPhone == "" || billingInfo.receivablesPhone == null ){
|
|
|
+ /*if(billingInfo.receivablesPhone == "" || billingInfo.receivablesPhone == null ){
|
|
|
layer.msg("收款人手机不能为空");
|
|
|
return;
|
|
|
}else{
|
|
@@ -1113,7 +1117,7 @@
|
|
|
layer.msg("请填写正确的手机号码!", {icon: 5, time: 3000});
|
|
|
return;
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
//开票信息
|
|
|
var ticketOpeningInfo = {};
|