ningsy 4 years ago
parent
commit
ccdf549543

+ 1 - 1
suishenbang-order/src/main/resources/templates/order/orderSalesDetail/edit.html

@@ -56,7 +56,7 @@
                 </div>
             </div>
             <div class="form-group">    
-                <label class="col-sm-3 control-label">销售分部/推广组:</label>
+                <label class="col-sm-3 control-label">销售分部/推广组代码:</label>
                 <div class="col-sm-8">
                     <span class="form-control" th:text="*{subofficeCode}"></span>
                     <!--<input name="subofficeCode" th:field="*{subofficeCode}" class="form-control" type="text">-->

+ 16 - 16
suishenbang-order/src/main/resources/templates/order/orderSalesDetail/orderSalesDetail.html

@@ -80,34 +80,34 @@
                     title : 'id',
                     visible: false
                 },
-                {
-                    field : 'companyCode',
-                    title : '公司代码'
-                },
+                // {
+                //     field : 'companyCode',
+                //     title : '公司代码'
+                // },
                 {
                     field : 'companyName',
                     title : '公司名称'
                 },
-                {
-                    field : 'saledeptCode',
-                    title : '销售大区代码'
-                },
+                // {
+                //     field : 'saledeptCode',
+                //     title : '销售大区代码'
+                // },
                 {
                     field : 'saledeptName',
                     title : '销售大区名称'
                 },
-                {
-                    field : 'officeCode',
-                    title : '销售部代码'
-                },
+                // {
+                //     field : 'officeCode',
+                //     title : '销售部代码'
+                // },
                 {
                     field : 'officeName',
                     title : '销售部名称'
                 },
-                {
-                    field : 'subofficeCode',
-                    title : '销售分部/推广组'
-                },
+                // {
+                //     field : 'subofficeCode',
+                //     title : '销售分部/推广组代码'
+                // },
                 {
                     field : 'subofficeName',
                     title : '销售分部/推广组'