Browse Source

【bug】应收总账放大镜不能赋值

zhuth 7 years ago
parent
commit
4226e851cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/money/report/TotalRecDetail.js

+ 1 - 1
frontend/saas-web/app/view/money/report/TotalRecDetail.js

@@ -19,7 +19,7 @@ Ext.define('saas.view.money.report.TotalRecDetail', {
 
 
     searchItems: [{
     searchItems: [{
         xtype: 'customerDbfindTrigger',
         xtype: 'customerDbfindTrigger',
-        name: 'cm_custcode',
+        name: 'cm_custname',
         emptyText: '请输入客户名称',
         emptyText: '请输入客户名称',
         columnWidth: 0.25
         columnWidth: 0.25
     }, {
     }, {