Index: ssts-web/src/main/webapp/js/common.js =================================================================== diff -u -r36481 -r36525 --- ssts-web/src/main/webapp/js/common.js (.../common.js) (revision 36481) +++ ssts-web/src/main/webapp/js/common.js (.../common.js) (revision 36525) @@ -3290,6 +3290,13 @@ doctorAccountDepart: true, remark: true } + }else if(configureName == 'notAllowBlankFieldsOfOperationReservationForm'){ + newArray = sstsConfig.notAllowBlankFieldsOfOperationReservationForm; + obj = { + operationRoom: true, + operationTime: true, + consoleName: true + } } if (newArray && typeof newArray == 'object') {