浏览代码

修改客户信息

liujiankang 7 年之前
父节点
当前提交
7555880e3b

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

@@ -69,6 +69,7 @@
             <div class="formControls col-9">
             </div>
         </div>
+        <div style="margin-left: -27px;">
         <div class="row cl">
             <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">客户类型:</label>
             <div class="formControls col-2 col-sm-2" style="padding:0 0;">
@@ -108,6 +109,8 @@
                 </label>
             </div>
         </div>
+
+    </div>
         <div class="row cl">
             <label class="form-label col-3">
                 <div class="tit-2">对接联系人信息</div>
@@ -229,6 +232,7 @@
             <div class="formControls col-9">
             </div>
         </div>
+        <div style="margin-left: -27px;">
         <#if billingInfo??>
             <div class="row cl">
                 <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">开户支行:</label>
@@ -265,7 +269,7 @@
                 </div>
             </div>
         </#if>
-
+        </div>
 
         <div class="row cl">
             <label class="form-label col-3">
@@ -274,6 +278,7 @@
             <div class="formControls col-9">
             </div>
         </div>
+        <div style="margin-left: -27px;">
         <#if ticketOpeningInfo??>
         <div class="row cl">
             <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">发票类型:</label>
@@ -324,6 +329,7 @@
                 </div>
             </div>
         </#if>
+        </div>
         <div class="row cl">
             <label class="form-label col-3">
                 <div class="tit-2">客户备注</div>

+ 5 - 5
watero-rst-web/src/main/webapp/WEB-INF/views/customer/customer_basic_list.ftl

@@ -31,7 +31,7 @@
 		<div class="text-c" style="margin-top: 20px;">
 			<form action="${path}/admin/customerBasic/listCustomerBasic" method="post">
                 <div style="display: block;">
-                    <button type="button"  class="my-btn-search" style="margin-right: 10px;height: 32px;" onclick="customerAdd()">新增</button>
+                    <button type="button"  class="my-btn-search" style="margin-right: 10px;height: 30px;" onclick="customerAdd()">新增</button>
 					<select class="my-select" name="isLookAll" style="width: 110px;height: 32px;">
 					<#if isLookAll??>
 						<option value ="1" <#if isLookAll == 1>selected</#if>>查看全部客户</option>
@@ -63,10 +63,10 @@
                         <option value ="3">停止合作</option>
                     </#if>
                     </select>
-                    <input class="my-input" type="text" name="customerName" style="width: 84px;height: 32px;" value="${customerName!''}" placeholder="请输入客户名称"/>
-                    <input class="my-input" type="text" name="contactName" style="width: 120px;height: 32px;" value="${contactName!''}" placeholder="请输入客户联系人姓名"/>
-                    <input class="my-input" type="text" name="contactPhone" style="width: 120px;height: 32px;" value="${contactPhone!''}" placeholder="请输入客户联系人电话"/>
-                    <input class="my-input" type="text" name="contactEmail" style="width: 120px;height: 32px;" value="${contactEmail!''}" placeholder="请输入客户联系人邮箱"/>
+                    <input class="my-input" type="text" name="customerName" style="width: 84px;height: 30px;" value="${customerName!''}" placeholder="请输入客户名称"/>
+                    <input class="my-input" type="text" name="contactName" style="width: 120px;height: 30px;" value="${contactName!''}" placeholder="请输入客户联系人姓名"/>
+                    <input class="my-input" type="text" name="contactPhone" style="width: 120px;height: 30px;" value="${contactPhone!''}" placeholder="请输入客户联系人电话"/>
+                    <input class="my-input" type="text" name="contactEmail" style="width: 120px;height: 30px;" value="${contactEmail!''}" placeholder="请输入客户联系人邮箱"/>
 					<button type="submit" style="cursor:pointer; height: 32px;" class="my-btn-search">搜索</button>
                 </div>
             </form>