Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/contract/contractFrom.js =================================================================== diff -u -r23679 -r23918 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/contract/contractFrom.js (.../contractFrom.js) (revision 23679) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/contract/contractFrom.js (.../contractFrom.js) (revision 23918) @@ -218,7 +218,7 @@ id : 'contractItemGrid', bodyStyle : 'border:1px solid #afd7af', frame :false, - height : 420, + height : 390, store : new top.Ext.data.Store({ reader : new top.Ext.data.JsonReader({ fields : [ @@ -553,7 +553,7 @@ } },{ text : '修改', - hidden: saveButton || (id == ""?true:false), + hidden: SSTS_Contract_Update || (id == ""?true:false), handler : function() { saveOrUpdateContract(); } @@ -582,7 +582,7 @@ id : 'recyclingApplicationWin', layout : 'fit', title : '合同信息', - width : 1020, + width : 1030, height :550, modal : true, // autoHeight : true, Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplier/selectRegistrationCertificateForm.js =================================================================== diff -u -r23796 -r23918 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplier/selectRegistrationCertificateForm.js (.../selectRegistrationCertificateForm.js) (revision 23796) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplier/selectRegistrationCertificateForm.js (.../selectRegistrationCertificateForm.js) (revision 23918) @@ -216,6 +216,7 @@ field.setValue(""); } disposableGoodsStore.removeAll(); + manufacturerStore.reload(); } } },{ @@ -244,6 +245,7 @@ field.setValue(""); } manufacturerStore.removeAll(); + disposableGoodsStore.reload(); } } },{ Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/contract/contractWarningFrom.js =================================================================== diff -u -r23679 -r23918 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/contract/contractWarningFrom.js (.../contractWarningFrom.js) (revision 23679) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/contract/contractWarningFrom.js (.../contractWarningFrom.js) (revision 23918) @@ -208,7 +208,7 @@ id : 'contractItemGrid', bodyStyle : 'border:1px solid #afd7af', frame :false, - height : 420, + height : 390, store : new top.Ext.data.Store({ reader : new top.Ext.data.JsonReader({ fields : [ @@ -429,7 +429,7 @@ id : 'recyclingApplicationWin', layout : 'fit', title : '合同信息', - width : 1020, + width : 1030, height :550, modal : true, // autoHeight : true,