|
@@ -139,19 +139,19 @@
|
|
|
<div class="row cl">
|
|
|
<label class="form-label col-2 col-sm-2" style="width:80px;text-align: right;"><span class="c-red">*</span>姓名:</label>
|
|
|
<div class="formControls col-2 col-sm-2" style="width:110px;padding:0 0;">
|
|
|
- <input type="text" class="input-text" style="width:100px;margin-right: 10px; margin-bottom: 10px;" placeholder="联系人姓名" id="contactName" name="contactName">
|
|
|
+ <input type="text" class="input-text" style="width:100px;margin-right: 10px;" placeholder="联系人姓名" id="contactName" name="contactName">
|
|
|
</div>
|
|
|
<label class="form-label col-2 col-sm-2" style="width:80px;text-align: right;"><span class="c-red">*</span>电话:</label>
|
|
|
<div class="formControls col-2 col-sm-2" style="width:110px;padding:0 0;">
|
|
|
- <input type="text" class="input-text" style="width:100px;margin-right: 10px;margin-bottom: 10px;" placeholder="联系人电话" id="contactPhone" name="contactPhone">
|
|
|
+ <input type="text" class="input-text" style="width:100px;margin-right: 10px;" placeholder="联系人电话" id="contactPhone" name="contactPhone">
|
|
|
</div>
|
|
|
<label class="form-label col-2 col-sm-2" style="width:120px;text-align: right;"><span class="c-red">*</span>职位/身份:</label>
|
|
|
<div class="formControls col-2 col-sm-2" style="width:140px;padding:0 0;">
|
|
|
- <input type="text" class="input-text" style="width:140px;margin-right: 10px;margin-bottom: 10px;" placeholder="职位或身份" id="contactType" name="contactType">
|
|
|
+ <input type="text" class="input-text" style="width:140px;margin-right: 10px;" placeholder="职位或身份" id="contactType" name="contactType">
|
|
|
</div>
|
|
|
<label class="form-label col-2 col-sm-2" style="width:120px;text-align: right;"><span class="c-red">*</span>联系邮箱:</label>
|
|
|
<div class="formControls col-2 col-sm-2" style="width:140px;padding:0 0;">
|
|
|
- <input type="text" class="input-text" style="width:140px;margin-right: 10px;margin-bottom: 10px;" placeholder="邮箱" id="contactEmail" name="contactEmail">
|
|
|
+ <input type="text" class="input-text" style="width:140px;margin-right: 10px;" placeholder="邮箱" id="contactEmail" name="contactEmail">
|
|
|
</div>
|
|
|
<label class="form-label col-2 col-sm-2" style="width:110px;text-align: right;">
|
|
|
<button type="button" style="cursor:pointer; float: right;height: 35px;margin-bottom: 10px;" class="my-btn-search" onclick="toAddDockedContactInfo();">保存</button></span>
|
|
@@ -236,7 +236,7 @@
|
|
|
<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>
|
|
|
+ <button type="button" style="cursor:pointer; float: right;height: 35px;" 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>
|
|
@@ -945,7 +945,7 @@
|
|
|
layer.msg("客户名称长度超限", {icon:2, time: 3000});
|
|
|
return;
|
|
|
}
|
|
|
- if(getByteLen(customerBasicInfo.customerIndustry) > 20){
|
|
|
+ if(getByteLen(customerBasicInfo.customerIndustry) > 30){
|
|
|
layer.msg("客户行业长度超限", {icon:2, time: 3000});
|
|
|
return;
|
|
|
}
|