Index: ssts-web/src/main/webapp/disinfectsystem/config/dgfy/print/printConfig.js =================================================================== diff -u -r22213 -r25197 --- ssts-web/src/main/webapp/disinfectsystem/config/dgfy/print/printConfig.js (.../printConfig.js) (revision 22213) +++ ssts-web/src/main/webapp/disinfectsystem/config/dgfy/print/printConfig.js (.../printConfig.js) (revision 25197) @@ -1,4 +1,4 @@ -var appropriationInListConfig = { +var appropriationInListConfig = { headerFooter : [ // 页眉名称 {label : "东莞妇幼医院调拨入库单", dataIndex : '', fontSize : 15, position : ["0.3cm","37%","99%",5]}, @@ -174,7 +174,7 @@ {label : "东莞妇幼医院", dataIndex : '', fontSize : 13, position : ["5","1%","90%",5]}, // 标题 {label : "消毒、无菌物品出库单", dataIndex : '', fontSize : 15, position : ["5","35%","99%",5]}, - {label : "部门:", dataIndex : 'settleAccountsDepart', fontSize : 13, position : ["30","2%","90%",5]}, + {label : "部门:", dataIndex : 'depart', fontSize : 13, position : ["30","2%","90%",5]}, {label : "单号:", dataIndex : 'serialNum', fontSize : 13, position : ["30","35%","90%",5]}, {label : "仓库:供应室", dataIndex : '', fontSize : 13, position : ["30","80%","90%",5]}, {label : "提交时间:", dataIndex : 'applicationTime', fontSize : 13, position : ["50","35%","90%",5]}, @@ -195,13 +195,13 @@ headRepeat:true, columns : [ {header : "序号", dataIndex : 'serialNumber', width : 60, align : 'center', fontSize : 11}, - {header : "名称", dataIndex : 'goodsName', width : 180, align : 'left', fontSize : 11}, + {header : "名称", dataIndex : 'goodsName', width : 240, align : 'left', fontSize : 11}, {header : "数量", dataIndex : 'goodsAmount', width : 60, align : 'right', fontSize : 11}, {header : "规格", dataIndex : 'sp', width : 160, align : 'center', fontSize : 11}, {header : "单位", dataIndex : 'unit', width : 60, align : 'center', fontSize : 11}, - {header : "包装规格", dataIndex : 'packageSpec', width : 120, align : 'center', fontSize : 11}, - {header : "单价", dataIndex : 'price', width : 60, align : 'right', fontSize : 11}, - {header : "金额", dataIndex : 'rowPrice', width : 75, align : 'right', fontSize : 11} + {header : "包装规格", dataIndex : 'packageSpec', width : 120, align : 'center', 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/dgfy/config.js =================================================================== diff -u -r24182 -r25197 --- ssts-web/src/main/webapp/disinfectsystem/config/dgfy/config.js (.../config.js) (revision 24182) +++ ssts-web/src/main/webapp/disinfectsystem/config/dgfy/config.js (.../config.js) (revision 25197) @@ -1,4 +1,4 @@ -var sstsConfig = { +var sstsConfig = { // 禁用标识牌功能 disableIdCard : true, // 回收时科室显示结算科室 @@ -48,13 +48,26 @@ enableComboTousse : true, //待回收申请单,是否打印回收汇总单 printWaitRecyclingInvoicePlanSummary:true, - wristBandHospitalNumberPrefix:"WB", //回收时,申请数量与回收数量不一致,是否要确认 confirmRecyclingAmount:true, //使用记录模块的使用记录登记表单,手术间输入框是否允许为空.true : 允许 false : 不允许 useRecordOperationRoomAllowBlank:false, //回收和申请终止的时候,是否将绑定的物品一起终止 terminateTousseWithBindingGoods:true, //是否启用“外来器械申请”的桌面图标 true为启用,false或者不配置为不启用 - enableForeignTousseApplicationDesktopIcon:true + enableForeignTousseApplicationDesktopIcon:true, + //是否允许回收数量减小的部分超过待装配数量。如果允许,那装配任务就被删除 + //true:允许。同时删除装配任务,这样就会导致装配数量大于回收数量。比如回 + //收3个,装配2个,待装配就还有1个。此时修改回收数量为1,数量减少了2,待 + //装配只有1个,删除装配任务。但是已装配的包不处理,就会变成回收1个,装配 + //2个。而此时如果再把回收数量改回为3,之前装配任务已经被删除,会创建新的装配任务,数量为2。 + //false:不允许,如果这样操作会提示并不允许保存 + allowDecreaseRecyclingAmountGreatUnPackingAmount:true, + enablePartRecycle:true, + //是否显示核对人 + showInvoiceAssistantSender : false, + //是否显示发货计划下送责任人 + showInvoicePersonInCharge : false, + //是否允许使用记录手术间为空 + useRecordOperationRoomAllowBlank : false } \ No newline at end of file