Index: ssts-web/src/main/webapp/disinfectsystem/config/blxrmyy/print/printConfig.js =================================================================== diff -u -r23350 -r25200 --- ssts-web/src/main/webapp/disinfectsystem/config/blxrmyy/print/printConfig.js (.../printConfig.js) (revision 23350) +++ ssts-web/src/main/webapp/disinfectsystem/config/blxrmyy/print/printConfig.js (.../printConfig.js) (revision 25200) @@ -172,7 +172,7 @@ {label : "博罗县人民医院", dataIndex : '', fontSize : 12, position : ["5","1%","90%",5]}, // 标题 {label : "无菌物品出库单", dataIndex : '', fontSize : 15, position : ["20","40%","99%",5]}, - {label : "部门:", dataIndex : 'settleAccountsDepart', fontSize : 12, position : ["55","2%","90%",5]}, + {label : "部门:", dataIndex : 'depart', fontSize : 12, position : ["55","2%","90%",5]}, {label : "单号:", dataIndex : 'serialNum', fontSize : 11, position : ["55","35%","90%",5]}, {label : "仓库:消毒供应中心", dataIndex : '', fontSize : 11, position : ["55","75%","90%",5]}, {label : "制单人:", dataIndex : 'printUser', fontSize : 11, position : ["80","75%","90%",5]}, @@ -189,8 +189,8 @@ {header : "包装规格", dataIndex : 'packageSpec', width : 100, align : 'center', fontSize : 11}, {header : "单位", dataIndex : 'unit', width : 60, align : 'center', fontSize : 11}, {header : "数量", dataIndex : 'goodsAmount', width : 60, align : 'right', fontSize : 11}, - {header : "单价", dataIndex : 'price', width : 60, align : 'right', fontSize : 11}, - {header : "金额", dataIndex : 'rowPrice', width : 75, align : 'right', fontSize : 11} + {header : "单价", dataIndex : 'price', width : 60, align : 'right', fontSize : 11} + //header : "金额", dataIndex : 'rowPrice', width : 75, align : 'right', fontSize : 11} ] }, footer: { Index: ssts-web/src/main/webapp/disinfectsystem/config/blxrmyy/config.js =================================================================== diff -u -r23475 -r25200 --- ssts-web/src/main/webapp/disinfectsystem/config/blxrmyy/config.js (.../config.js) (revision 23475) +++ ssts-web/src/main/webapp/disinfectsystem/config/blxrmyy/config.js (.../config.js) (revision 25200) @@ -2,7 +2,7 @@ // 禁用标识牌功能 disableIdCard : true, // 回收时科室显示结算科室 - showSettleAccountsDepartInRecycling : true, + //showSettleAccountsDepartInRecycling : true, // 审核器械包必须入篮筐(一级供应室) mustScanBasketForTousseReview : false, // 审核器械包必须入篮筐(二级供应室) @@ -96,5 +96,7 @@ //是否显示发货计划下送责任人 showInvoicePersonInCharge : false, // 聚合包按大包发货 - comboTousseSendByWrapperTousse: true + comboTousseSendByWrapperTousse: true, + //是否允许回收数量减小的部分超过待装配数量 + allowDecreaseRecyclingAmountGreatUnPackingAmount : true } \ No newline at end of file