Index: ssts-web/src/main/webapp/disinfectsystem/useRecord/tabs/tousseInstanceInfoTab.js =================================================================== diff -u -r37502 -r37533 --- ssts-web/src/main/webapp/disinfectsystem/useRecord/tabs/tousseInstanceInfoTab.js (.../tousseInstanceInfoTab.js) (revision 37502) +++ ssts-web/src/main/webapp/disinfectsystem/useRecord/tabs/tousseInstanceInfoTab.js (.../tousseInstanceInfoTab.js) (revision 37533) @@ -351,6 +351,7 @@ layout : 'form', columnWidth : 1, cls:'edit-part2-labelwidth', + id:'returnMsgBox', hidden:!sstsConfig.enableTraceableToussesShippedBackToTheOriginalApplyInfoFunction, items : [{ id : 'returnMsg', @@ -2607,7 +2608,11 @@ top.Ext.getCmp('invoice_Type').setValue(invoicePlanJSON.invoice_Type); //申请单类型 //DGSETYY-80:退货重发 if(sstsConfig.enableTraceableToussesShippedBackToTheOriginalApplyInfoFunction){ - top.Ext.getCmp('returnMsg').setValue(invoicePlanJSON.returnMsg); + if(invoicePlanJSON.returnMsg && invoicePlanJSON.returnMsg !== ''){ + top.Ext.getCmp('returnMsg').setValue(invoicePlanJSON.returnMsg); + }else { + top.Ext.getCmp('returnMsgBox').hide(); + } } } //二次回收(普通器械包、非外来器械包)