Index: ssts-web/src/main/webapp/disinfectsystem/useRecord/useRecordForm.js =================================================================== diff -u -r15410 -r15416 --- ssts-web/src/main/webapp/disinfectsystem/useRecord/useRecordForm.js (.../useRecordForm.js) (revision 15410) +++ ssts-web/src/main/webapp/disinfectsystem/useRecord/useRecordForm.js (.../useRecordForm.js) (revision 15416) @@ -364,6 +364,15 @@ } top.Ext.MessageBox.confirm("请确认","是否提交"+entityName+"信息?",function(btn) { if(btn=='yes') { + if (sstsConfig.saveUseRecordPrompt && !id) { + if (sstsConfig.useRecordAuditMode == 2) { + alert('请点击"审核并生成申请单"按钮,否则无法发送供应室'); + } else { + alert('请点击"审核"和"生成申请单"按钮,否则无法发送供应室'); + } + + } + top.Ext.getCmp('depart').enable(); setFormParams(formObj.form, [ 'id', 'washHandNurse','circuitNurse', 'operationRoom','treatmentNum', 'hospitalNum', 'patientName','patientAge', 'patientSex', 'roomNumber', Index: ssts-web/src/main/webapp/disinfectsystem/config/dgszyy/config.js =================================================================== diff -u -r15367 -r15416 --- ssts-web/src/main/webapp/disinfectsystem/config/dgszyy/config.js (.../config.js) (revision 15367) +++ ssts-web/src/main/webapp/disinfectsystem/config/dgszyy/config.js (.../config.js) (revision 15416) @@ -69,5 +69,7 @@ //触摸屏清洗默认清洗机条码 defaultDisinfectIdentificationBarcode : "", //触摸屏清洗默认清洗程序条码 - defaultDisinfectProgramBarcode : "" + defaultDisinfectProgramBarcode : "", + //保存使用记录是否需要提示"请点击"审核并生成申请单"按钮,否则无法发送供应室"字样,为true时才给予提示,没配或者为false则不提示 + saveUseRecordPrompt : true } \ No newline at end of file