Index: ssts-web/src/main/webapp/disinfectsystem/thirdPartyTousse/thirdPartyTousseForm.js =================================================================== diff -u -r39270 -r39274 --- ssts-web/src/main/webapp/disinfectsystem/thirdPartyTousse/thirdPartyTousseForm.js (.../thirdPartyTousseForm.js) (revision 39270) +++ ssts-web/src/main/webapp/disinfectsystem/thirdPartyTousse/thirdPartyTousseForm.js (.../thirdPartyTousseForm.js) (revision 39274) @@ -369,7 +369,7 @@ layout: 'column', fieldDefaults: { labelAlign: 'right', - labelWidth: 80 + labelWidth: 100 }, border: false, items: [{ @@ -415,7 +415,7 @@ top.Ext4.getCmp('receiverBarcode').setValue(''); top.Ext4.getCmp('shipperBarcode').focus(); } else { - showResult('找不到该条码所对应的员员信息'); + showResult('找不到该条码所对应的人员信息'); } }); } @@ -477,7 +477,7 @@ top.Ext4.getCmp('shipperBarcode').setValue(''); top.Ext4.getCmp('verifierBarcode').focus(); } else { - showResult('找不到该条码所对应的员员信息'); + showResult('找不到该条码所对应的人员信息'); } }); } @@ -523,7 +523,7 @@ top.Ext4.getCmp('verifier').setValue(result.fullName); top.Ext4.getCmp('verifierBarcode').setValue(''); } else { - showResult('找不到该条码所对应的员员信息'); + showResult('找不到该条码所对应的人员信息'); } }); }