Browse Source

BUG处理

guq 7 years ago
parent
commit
e706e63a78

+ 1 - 1
frontend/saas-web/app/view/sale/report/SaleProfit.js

@@ -20,7 +20,7 @@ Ext.define('saas.view.sale.report.SaleProfit', {
         columnWidth: 0.2
         columnWidth: 0.2
     }, {
     }, {
         xtype: 'dbfindtrigger',
         xtype: 'dbfindtrigger',
-        name: 'sd_prodcode',
+        name: 'pr_code',
         fieldLabel: '物料',
         fieldLabel: '物料',
         columnWidth: 0.2
         columnWidth: 0.2
     }, {
     }, {

+ 1 - 1
frontend/saas-web/app/view/sale/report/SaleProfitController.js

@@ -112,7 +112,7 @@ Ext.define('saas.view.sale.report.SaleProfitController', {
                 }
                 }
             },
             },
             //放大镜赋值关系 以及 tpl模板
             //放大镜赋值关系 以及 tpl模板
-            'dbfindtrigger[name=sd_prodcode]':{
+            'dbfindtrigger[name=pr_code]':{
                 beforerender:function(f){
                 beforerender:function(f){
                     Ext.apply(f,{
                     Ext.apply(f,{
                         dataUrl:'/api/document/product/list',
                         dataUrl:'/api/document/product/list',