Index: ssts-web/src/main/webapp/disinfectsystem/goodsBindingConfig/goodsBindHandler.js =================================================================== diff -u -r22241 -r24150 --- ssts-web/src/main/webapp/disinfectsystem/goodsBindingConfig/goodsBindHandler.js (.../goodsBindHandler.js) (revision 22241) +++ ssts-web/src/main/webapp/disinfectsystem/goodsBindingConfig/goodsBindHandler.js (.../goodsBindHandler.js) (revision 24150) @@ -60,7 +60,7 @@ params = { settleAccountsDepartCoding: top.Ext4.getCmp('settleAccountsDepartCoding').getValue(), handleDepartCode: top.Ext4.getCmp('handleDepartCoding').getValue(), - goodName: top.Ext4.getCmp('package1').getValue(), + goodName: curSelectedGoods.name, bindCount: top.Ext4.getCmp('count1').getValue(), goodId: curSelectedGoods.id, goodType: curSelectedGoods.type Index: ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationView.js =================================================================== diff -u -r24091 -r24150 --- ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationView.js (.../goodsApplicationView.js) (revision 24091) +++ ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationView.js (.../goodsApplicationView.js) (revision 24150) @@ -1009,7 +1009,7 @@ } var id = curSelectedGoods.id; - var name = top.Ext4.getCmp('package1').getValue(); + var name = curSelectedGoods.name; var count = top.Ext4.getCmp('count1').getValue(); var tousseType = top.Ext4.getCmp('tousseType').getValue(); var materials = top.Ext4.getCmp('materials').getValue();