Procházet zdrojové kódy

销售列表客户名称编号字段配置调整

rainco před 7 roky
rodič
revize
c028acd59c

+ 2 - 2
frontend/saas-web/app/view/sale/sale/QueryPanel.js

@@ -89,11 +89,11 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
             width: 180
         }, {
             text: '客户编号',
-            dataIndex: 'sa_cucode',
+            dataIndex: 'sa_custcode',
             width: 120
         }, {
             text: '客户名称',
-            dataIndex: 'sa_cuname',
+            dataIndex: 'sa_custname',
             width: 120
         }, {
             text: '审核状态',