Browse Source

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

rainco 7 years ago
parent
commit
c028acd59c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend/saas-web/app/view/sale/sale/QueryPanel.js

+ 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: '审核状态',