Index: ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseInfoForm.js =================================================================== diff -u -r32185 -r32191 --- ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseInfoForm.js (.../foreignTousseInfoForm.js) (revision 32185) +++ ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseInfoForm.js (.../foreignTousseInfoForm.js) (revision 32191) @@ -2606,7 +2606,7 @@ } } } - + foreignTousseForm = new top.Ext4.form.Panel({ id : 'foreignToussForm', frame : true, @@ -3382,6 +3382,20 @@ name : 'returnMan', flex : .67 }] + },{ + layout : 'form', + columnWidth : 1, + labelWidth :70, + id:'applyRecycleDifferentMsgBox', + hidden : true, + items : [{ + xtype : 'textarea', + fieldLabel : '差异情况', + id : 'applyRecycleDifferentMsg', + name : 'applyRecycleDifferentMsg', + readOnly:true, + height:45 + }] } ] }] @@ -3621,6 +3635,13 @@ var trainingStartTime = new Date(Date.parse(operationTime.replace(/-/g,"/"))); top.Ext4.getCmp("operationTime").setValue(trainingStartTime.format('Y-m-d H:i')); } + + //差异情况 + var applyRecycleDifferentMsg = action.result.data.applyRecycleDifferentMsg; + if(applyRecycleDifferentMsg !== ''){ + top.Ext4.getCmp("applyRecycleDifferentMsg").setValue(applyRecycleDifferentMsg); + top.Ext4.getCmp("applyRecycleDifferentMsgBox").show(); + } }, failure : function(form, action) { showResult("加载失败,请联系管理员!");