Browse Source

修改物料收发汇总表前端

zhoudw 7 years ago
parent
commit
983ddb1eba

+ 1 - 1
frontend/saas-web/app/view/stock/report/ProdinoutCount.js

@@ -20,7 +20,7 @@ Ext.define('saas.view.stock.report.ProdinoutCount', {
         columnWidth: 0.2
     }, {		
         xtype: 'productDbfindTrigger',
-        name: 'pd_prodcode',
+        name: 'pr_code',
         fieldLabel: '物料编号',
         columnWidth: 0.2
     }, {

+ 2 - 2
frontend/saas-web/app/view/stock/report/ProdinoutCountController.js

@@ -4,12 +4,12 @@ Ext.define('saas.view.stock.report.ProdinoutCountController', {
     init: function (form) {
         this.control({
            //放大镜赋值关系 以及 tpl模板
-           'dbfindtrigger[name=pd_prodcode]':{
+           'dbfindtrigger[name=pr_code]':{
                 beforerender:function(f){
                     Ext.apply(f,{
                         dbfinds:[
                         {
-                            from:'pr_code',to:'pd_prodcode'
+                            from:'pr_code',to:'pr_code'
                         }, {
                             from:'pr_detail',to:'pr_detail'
                         }, {