Index: ssts-web/src/main/webapp/disinfectsystem/config/jysrmyy/config.js =================================================================== diff -u -r22746 -r22877 --- ssts-web/src/main/webapp/disinfectsystem/config/jysrmyy/config.js (.../config.js) (revision 22746) +++ ssts-web/src/main/webapp/disinfectsystem/config/jysrmyy/config.js (.../config.js) (revision 22877) @@ -1,6 +1,6 @@ var sstsConfig = { //公司名称 - companyName : "dingxiang", + companyName : "dingxiang", // 禁用标识牌功能 disableIdCard : false, // 审核器械包必须入篮筐(一级供应室) @@ -56,7 +56,7 @@ //入库单是否显示生物检测信息 godownEntryShowBiologicalTestReport:true, //金额的小数位数 - moneyDigitCount:4, + moneyDigitCount:2, //回收界面,标识牌通知方式:1弹出提示框,2语音播报,3提示框和语音,其他值无操作 idCardUseAmountNoticeType:1, // 装配界面重量是否可见,默认为false @@ -79,7 +79,6 @@ useRecordMergeConvertRecyclingApplicationRemark : '手术台数:@operationAmount;器械包数量:@tousseAmount', //回收一键入筐,true表示不隐藏 recycleAllTousseIntoBasket : true, - //是否开启根据科室加载模板 isOpenLoadTemplateByUnit: true, //添加回收申请单是否加载申领模板,默认为false @@ -89,9 +88,11 @@ //回收时,申请数量与回收数量不一致,是否要确认 confirmRecyclingAmount:false, //是否禁用科室同步 - hiddenOrgunitSyncButton : true, + hiddenOrgunitSyncButton : true, //是否禁用人员同步 - hiddenUserSyncButton : true, + hiddenUserSyncButton : true, + //启用使用记录多选合并转换功能 + enableMultiUseRecordMergeConvert : true, //只有装配完成才能使用清洗篮筐,默认为true recycleClassifyBasketAfterPacked:false } Index: ssts-web/src/main/webapp/disinfectsystem/config/jysrmyy/print/printConfig.js =================================================================== diff -u -r22228 -r22877 --- ssts-web/src/main/webapp/disinfectsystem/config/jysrmyy/print/printConfig.js (.../printConfig.js) (revision 22228) +++ ssts-web/src/main/webapp/disinfectsystem/config/jysrmyy/print/printConfig.js (.../printConfig.js) (revision 22877) @@ -166,7 +166,7 @@ // 在器械包和一次性物品不合并打印的情况下,消毒物品打印方式: // 1:优先与一次性物品合并打印,如果无一次性物品则与器械包合并打印, 2:优先与器械包一起合并打印,如果没有器械包则与一次性物品合并打印 ,3:单独打印 disinfectGoodsPrintMode : 2, - rowsPerPage : 11, + rowsPerPage : 6, headerContent : [ // 页眉名称 {label : "简阳市人民医院", dataIndex : '', fontSize : 10, position : ["5","1%","90%",5]}, @@ -183,12 +183,12 @@ rowHeight : 25, position : ["100","1%","97%","2000"], content : [ - {header : "序号", dataIndex : 'serialNumber', width : 60, align : 'center', fontSize : 11}, - {header : "名称", dataIndex : 'goodsName', width : 340, align : 'left', fontSize : 11}, - {header : "规格", dataIndex : 'sp', width : 185, align : 'center', fontSize : 11}, - {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 : 'serialNumber', width : 50, align : 'center', fontSize : 11}, + {header : "名称", dataIndex : 'goodsName', width : 300, align : 'left', fontSize : 11}, + {header : "规格", dataIndex : 'sp', width : 100, align : 'center', fontSize : 11}, + {header : "包装规格", dataIndex : 'packageSpec', width : 70, align : 'center', fontSize : 11}, + {header : "单位", dataIndex : 'unit', width : 40, align : 'center', fontSize : 11}, + {header : "数量", dataIndex : 'goodsAmount', width : 40, align : 'right', fontSize : 11}, {header : "单价", dataIndex : 'price', width : 60, align : 'right', fontSize : 11}, {header : "金额", dataIndex : 'rowPrice', width : 75, align : 'right', fontSize : 11} ] @@ -215,8 +215,7 @@ headerFooter : [ // 页眉名称 //{label : "简阳市人民医院", dataIndex : '', fontSize : 10, position : ["5","1%","90%",5]}, - // 标题 - {label : "简阳市人民医院卫生材料出库单", dataIndex : '', fontSize : 15, position : ["5","32%","99%",5]}, + // 标", dataIndex : '', fontSize : 15, position : ["5","32%","99%",5]}, {label : "科室:", dataIndex : 'depart', fontSize : 11, position : ["30","2%","90%",5]}, {label : "备注:", dataIndex : 'remark2', fontSize : 11, position : ["30","25%","90%",5]}, {label : "记账日期:", dataIndex : 'sendTime', fontSize : 11, position : ["30","58%","90%",5]}, @@ -278,16 +277,17 @@ headRepeat : true, columns : [ {header : "序号", dataIndex : 'serialNumber', width : '5%', align : 'center', fontSize : 11}, - {header : "编码", dataIndex : 'externalCode', width : '7%', align : 'left', fontSize : 11}, - {header : "名称", dataIndex : 'name', width : '35%', align : 'center', fontSize : 11}, - {header : "规格", dataIndex : 'specification', width : '15%', align : 'center', fontSize : 11}, +// {header : "编码", dataIndex : 'externalCode', width : '7%', align : 'left', fontSize : 11}, + {header : "名称", dataIndex : 'name', width : '30%', align : 'center', fontSize : 11}, + {header : "规格", dataIndex : 'specification', width : '10%', align : 'center', fontSize : 11}, // {header : "包装规格", dataIndex : 'packageSpec', width : '15%', align : 'center', fontSize : 11}, {header : "单位", dataIndex : 'unit', width : '5%', align : 'center', fontSize : 11}, {header : "数量", dataIndex : 'amount', width : '5%', align : 'right', fontSize : 11}, - {header : "有效日期", dataIndex : 'expireDate', width : 85, align : 'center', fontSize : 11}, - {header : "批号", dataIndex : 'batchNumber', width : 105, align : 'center', fontSize : 11} -// {header : "单价", dataIndex : 'price', width : '10%', align : 'right', fontSize : 11}, -// {header : "金额", dataIndex : 'totalPrice', width : '10%', align : 'right', fontSize : 11} + {header : "单价", dataIndex : 'price', width : '10%', align : 'right', fontSize : 11}, + {header : "金额", dataIndex : 'totalPrice', width : '10%', align : 'right', fontSize : 11}, + {header : "批号", dataIndex : 'batchNumber', width : 105, align : 'center', fontSize : 11}, + {header : "有效日期", dataIndex : 'expireDate', width : 105, align : 'center', fontSize : 11} + ] } }