浏览代码

修改客户信息

liujiankang 7 年之前
父节点
当前提交
cbc6ebc295

+ 9 - 9
watero-rst-web/src/main/webapp/WEB-INF/views/customer/custome_basic_detail.ftl

@@ -118,10 +118,10 @@
 
         <div class="row cl">
             <label class="form-label col-1 col-sm-1"></label>
-            <div class="formControls col-6 col-sm-6 text-c">
+            <div class="formControls col-7 col-sm-7 text-c" style="margin-left: -10px;">
                 <table class="table table-border table-bg table-bordered">
                     <thead>
-                    <tr>
+                    <tr class="text-c">
                         <th>联系人姓名</th>
                         <th>联系电话</th>
                         <th>职位/身份</th>
@@ -132,7 +132,7 @@
 
                     <#if listDockedContactInfo?? &&  (listDockedContactInfo?size > 0) >
                         <#list listDockedContactInfo as list>
-                        <tr>
+                        <tr class="text-c">
                             <td>${list.contactName!''}</td>
                             <td>${list.contactPhone!''}</td>
                             <td>${list.contactType!''}</td>
@@ -158,10 +158,10 @@
 
         <div class="row cl">
             <label class="form-label col-1 col-sm-1"></label>
-            <div class="formControls col-6 col-sm-6 text-c">
+            <div class="formControls col-7 col-sm-7 text-c" style="margin-left: -10px;">
                 <table class="table table-border table-bg table-bordered">
                     <thead>
-                    <tr>
+                    <tr class="text-c">
                         <th>渠道类别</th>
                         <th>渠道类型</th>
                         <th>渠道/平台名称</th>
@@ -172,7 +172,7 @@
 
                         <#if listChannelDivisionInfo?? &&  (listChannelDivisionInfo?size > 0) >
                             <#list listChannelDivisionInfo as list>
-                        <tr>
+                        <tr class="text-c">
                         <td>
                             <#if list.channelCategory == 1 >电商</#if>
                             <#if list.channelCategory == 2 >特殊渠道</#if>
@@ -294,7 +294,7 @@
 
         <div class="row cl">
             <label class="form-label col-1 col-sm-1"></label>
-            <div class="formControls col-6 col-sm-6 text-c">
+            <div class="formControls col-7 col-sm-7 text-c" style="margin-left: -10px;">
                 <table class="table table-border table-bg table-bordered">
                     <thead>
                     <tr class="text-c">
@@ -390,7 +390,7 @@
     <#--new ticketOpening start-->
         <div class="row cl">
             <label class="form-label col-1 col-sm-1"></label>
-            <div class="formControls col-6 col-sm-6 text-c">
+            <div class="formControls col-7 col-sm-7 text-c" style="margin-left: -10px;">
                 <table class="table table-border table-bg table-bordered">
                     <thead>
                     <tr class="text-c">
@@ -438,7 +438,7 @@
         </div>
         <div class="row cl">
             <label class="form-label col-1 col-sm-1"></label>
-            <div class="formControls col-4 col-sm-4">
+            <div class="formControls col-4 col-sm-4" style="margin-left: -10px;">
                 <label>${customerBasicInfo.customerRemarks!''}</label>
             </div>
         </div>

+ 2 - 2
watero-rst-web/src/main/webapp/WEB-INF/views/customer/save_customer_info.ftl

@@ -154,7 +154,7 @@
                     <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: 31px;margin-bottom: 10px;" class="my-btn-search" id="contactButtonId" onclick="toAddDockedContactInfo();">保存</button></span>
+                    <button type="button" style="cursor:pointer; float: right;height: 31px;margin-bottom: 10px;" class="my-btn-search" id="contactButtonId" onclick="toAddDockedContactInfo();">添加</button></span>
                 </label>
             </div>
             <div class="mt-20" style="margin: 10px 20px 20px 20px;">
@@ -237,7 +237,7 @@
                 <input type="text" class="input-text"  style="width:80px;margin-right: 0px;"  placeholder="手动填写供货价格" id="writeSupplyPrice" name="writeSupplyPrice">
             </div>
             <label class="form-label col-2 col-sm-2" style="width:135px;padding:0 0;">
-                <button type="button" style="cursor:pointer; float: right;height: 31px;" class="my-btn-search" id="channelSaleId" onclick="toAddChannelSaleInfo();">保存</button>
+                <button type="button" style="cursor:pointer; float: right;height: 31px;" class="my-btn-search" id="channelSaleId" onclick="toAddChannelSaleInfo();">添加</button>
             </label>
             <div class="formControls col-2 col-sm-2" style="width:120px; padding:0 0;margin-right: 15px;">
             </div>