Index: ssts-web/src/main/webapp/disinfectsystem/config/gyey/config.js =================================================================== diff -u -r22653 -r24070 --- ssts-web/src/main/webapp/disinfectsystem/config/gyey/config.js (.../config.js) (revision 22653) +++ ssts-web/src/main/webapp/disinfectsystem/config/gyey/config.js (.../config.js) (revision 24070) @@ -15,13 +15,13 @@ // 申请器械包时是否自动归还待归还物品 autoReturnTousse : false, // 是否隐藏进入审核列表按钮 - hideEnterReviewListButton : true, + hideEnterReviewListButton : false, // 是否自动补全用户名 autoFillUserName:false, // 自动补全用户名的长度 autoFillUserNameLength:6, // 是否支持部分终止申请单中的物品 - enableTerminatePartOfApplication : false, + enableTerminatePartOfApplication : true, //限制入库单填写的一次性物品为能申领的物品 restrictGodownEntryDiposableGoods : false, //提交申请单前显示申请的物品清单 @@ -33,5 +33,15 @@ //回收时,申请数量与回收数量不一致,是否要确认 confirmRecyclingAmount:false, //是否启用本地文件访问 - enableLocalFileSystemObject : false + enableLocalFileSystemObject : false, + //下送人不显示 + showInvoicePersonInCharge:false, + //发货审核非必填 + invoiceAssistantSenderRequired:false, + //允许部分回收 + enablePartRecycle:true, + // 终止 不删除装配任务 + terminateInvoicePlanNotUpdatePackingTask:true, + //允许一个篮筐装载多套外来器械 + multiForeignTousseIntoSameBasket:true } \ No newline at end of file