浏览代码

添加客户基本信息

dujinyan 7 年之前
父节点
当前提交
795fc42f3a
共有 1 个文件被更改,包括 40 次插入6 次删除
  1. 40 6
      watero-rst-web/src/main/webapp/WEB-INF/views/customer/custome_basic_detail.ftl

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

@@ -259,7 +259,7 @@
         </div>-->
 
         <#--new billing start-->
-        <div class="row cl">
+        <#--<div class="row cl">
             <div class="mt-20" style="margin: 10px 20px 20px 20px;">
                 <table class="table table-border table-bordered table-bg table-hover table-sort" style="width: 960px;">
                     <thead>
@@ -273,7 +273,7 @@
                     <tbody id="contactListId">
                     <#if billingInfo??>
                         <tr class="text-c">
-                            <#--<td>${billingInfo.accountType!''}</td>-->
+                            &lt;#&ndash;<td>${billingInfo.accountType!''}</td>&ndash;&gt;
                             <#assign isStatus=(billingInfo.accountType == 1)/>
                             <#if isStatus>
                             <td>公司</td>
@@ -290,6 +290,40 @@
                     </tbody>
                 </table>
             </div>
+        </div>-->
+
+        <div class="row cl">
+            <label class="form-label col-1 col-sm-1"></label>
+            <div class="formControls col-6 col-sm-6 text-c">
+                <table class="table table-border table-bg table-bordered">
+                    <thead>
+                    <tr class="text-c">
+                        <th width="100">账户类型</th>
+                        <th width="100">开户支行</th>
+                        <th width="100">账户名称</th>
+                        <th width="100">账号</th>
+                    </tr>
+                    </thead>
+                    <tbody id="contactListId">
+                    <#if billingInfo??>
+                    <tr class="text-c">
+                    <#--<td>${billingInfo.accountType!''}</td>-->
+                            <#assign isStatus=(billingInfo.accountType == 1)/>
+                            <#if isStatus>
+                            <td>公司</td>
+                            <#else>
+                            <td>个人</td>
+                            </#if>
+                        <td>${billingInfo.accountOpeningBranch!''}</td>
+                        <td>${billingInfo.accountName!''}</td>
+                        <td>${billingInfo.accountNum!''}</td>
+                    </tr>
+                    <#else>
+                        <tr class="text-c"><td colspan="4">暂无数据</td></tr>
+                    </#if>
+                    </tbody>
+                </table>
+            </div>
         </div>
         <#--new billing end-->
 
@@ -355,9 +389,9 @@
 
     <#--new ticketOpening start-->
         <div class="row cl">
-            <div class="mt-20" style="margin: 10px 20px 20px 20px;">
-                <input type="hidden" id="dockedContactInfoJson" name="dockedContactInfoJson">
-                <table class="table table-border table-bordered table-bg table-hover table-sort" style="width: 960px;" id="contactTable">
+            <label class="form-label col-1 col-sm-1"></label>
+            <div class="formControls col-6 col-sm-6 text-c">
+                <table class="table table-border table-bg table-bordered">
                     <thead>
                     <tr class="text-c">
                         <th width="100">发票类型</th>
@@ -387,7 +421,7 @@
                         <td>${ticketOpeningInfo.enterpriseAddress!''}</td>
                     </tr>
                     <#else>
-                        <tr class="text-c"><td colspan="9">暂无数据</td></tr>
+                        <tr><td colspan="7">暂无数据</td></tr>
                     </#if>
                     </tbody>
                 </table>