Index: ssts-web/src/main/webapp/disinfectsystem/routineMonitoring/routineMonitoringView.js =================================================================== diff -u -r14982 -r15037 --- ssts-web/src/main/webapp/disinfectsystem/routineMonitoring/routineMonitoringView.js (.../routineMonitoringView.js) (revision 14982) +++ ssts-web/src/main/webapp/disinfectsystem/routineMonitoring/routineMonitoringView.js (.../routineMonitoringView.js) (revision 15037) @@ -348,8 +348,8 @@ top.Ext.getCmp('tempBarcode').getEl().up('.x-form-item').setDisplayed(true); top.Ext.getCmp("material").setVisible(false); top.Ext.getCmp("material").getEl().up('.x-form-item').setDisplayed(false); - top.Ext.getCmp('amount').setVisible(false); - top.Ext.getCmp('amount').getEl().up('.x-form-item').setDisplayed(false); + top.Ext.getCmp('amount').setVisible(true); + top.Ext.getCmp('amount').getEl().up('.x-form-item').setDisplayed(true); top.Ext.getCmp('recycle').setVisible(true); top.Ext.getCmp('recycle').getEl().up('.x-form-item').setDisplayed(true); top.Ext.getCmp('repacking').setVisible(true); @@ -1229,8 +1229,8 @@ top.Ext.getCmp('tempBarcode').getEl().up('.x-form-item').setDisplayed(true); top.Ext.getCmp("material").setVisible(false); top.Ext.getCmp("material").getEl().up('.x-form-item').setDisplayed(false); - top.Ext.getCmp('amount').setVisible(false); - top.Ext.getCmp('amount').getEl().up('.x-form-item').setDisplayed(false); + top.Ext.getCmp('amount').setVisible(true); + top.Ext.getCmp('amount').getEl().up('.x-form-item').setDisplayed(true); top.Ext.getCmp('recycle').setVisible(true); top.Ext.getCmp('recycle').getEl().up('.x-form-item').setDisplayed(true); top.Ext.getCmp('repacking').setVisible(true); Index: ssts-web/src/main/webapp/disinfectsystem/qualitymonitoring/qualitymonitoringForm.js =================================================================== diff -u -r14926 -r15037 --- ssts-web/src/main/webapp/disinfectsystem/qualitymonitoring/qualitymonitoringForm.js (.../qualitymonitoringForm.js) (revision 14926) +++ ssts-web/src/main/webapp/disinfectsystem/qualitymonitoring/qualitymonitoringForm.js (.../qualitymonitoringForm.js) (revision 15037) @@ -326,8 +326,8 @@ if(result.data.scope == "器械包"){ top.Ext.getCmp('material').setVisible(false); top.Ext.getCmp('material').getEl().up('.x-form-item').setDisplayed(false); - top.Ext.getCmp('amount').setVisible(false); - top.Ext.getCmp('amount').getEl().up('.x-form-item').setDisplayed(false); + top.Ext.getCmp('amount').setVisible(true); + top.Ext.getCmp('amount').getEl().up('.x-form-item').setDisplayed(true); hideExtractCheckMaterial(); top.Ext.getCmp('tempBarcode').setVisible(true); top.Ext.getCmp('tempBarcode').getEl().up('.x-form-item').setDisplayed(true); @@ -1269,8 +1269,8 @@ }else if("器械包" == result.data.scope){ top.Ext.getCmp('material').setVisible(false); top.Ext.getCmp('material').getEl().up('.x-form-item').setDisplayed(false); - top.Ext.getCmp('amount').setVisible(false); - top.Ext.getCmp('amount').getEl().up('.x-form-item').setDisplayed(false); + top.Ext.getCmp('amount').setVisible(true); + top.Ext.getCmp('amount').getEl().up('.x-form-item').setDisplayed(true); } top.Ext.getCmp('addExtractCheckTousse').setVisible(false); top.Ext.getCmp('addExtractCheckMaterial').setVisible(false);