Index: ssts-web/src/main/webapp/disinfectsystem/config/fjsssyy/print/printConfig.js
===================================================================
diff -u -r26548 -r28101
--- ssts-web/src/main/webapp/disinfectsystem/config/fjsssyy/print/printConfig.js (.../printConfig.js) (revision 26548)
+++ ssts-web/src/main/webapp/disinfectsystem/config/fjsssyy/print/printConfig.js (.../printConfig.js) (revision 28101)
@@ -169,41 +169,44 @@
rowsPerPage : 9,
headerContent : [
// 页眉名称
- {label : "福建石狮市医院", dataIndex : '', fontSize : 12, position : ["5","1%","90%",5]},
+ {label : "福建石狮市医院", dataIndex : '', fontSize : 12, position : ["5","5%","90%",5]},
// 标题
- {label : "无菌物品出库单", dataIndex : '', fontSize : 15, position : ["20","40%","99%",5]},
- {label : "部门:", dataIndex : 'depart', fontSize : 12, position : ["55","2%","90%",5]},
+ {label : "供应室包裹发放单", dataIndex : '', fontSize : 15, position : ["20","40%","99%",5]},
+ {label : "科室::", dataIndex : 'depart', fontSize : 12, position : ["55","5%","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]},
- {label : "提交时间:", dataIndex : 'applicationTime', fontSize : 11, position : ["80","35%","90%",5]},
- {label : "备注:", dataIndex : 'remark', fontSize : 11, position : ["80","2%","90%",5]}
+ //{label : "仓库:消毒供应中心", dataIndex : '', fontSize : 11, position : ["55","75%","90%",5]},
+ //{label : "制单人:", dataIndex : 'printUser', fontSize : 11, position : ["80","75%","90%",5]},
+ {label : "打印日期:", dataIndex : 'printTime', fontSize : 11, position : ["80","35%","90%",5]}
+ //{label : "备注:", dataIndex : 'remark', fontSize : 11, position : ["80","2%","90%",5]}
],
goodsTable :{
rowHeight : 24,
- position : ["100","1%","97%","2000"],
+ position : ["100","5%","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 : 'price', width : 60, align : 'right', 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 : 'price', width : 60, align : 'right', fontSize : 11}
//header : "金额", dataIndex : 'rowPrice', width : 75, align : 'right', fontSize : 11}
]
},
footer: {
fontSize : 12,
content : [
- {label : "
主管: ", dataIndex : ''},
- {label : " 领料人: ", dataIndex : ''},
- {label : " 发料人: ", dataIndex : 'printUser'},
- {label : " 发货日期:", dataIndex : 'printTime'}
+ //{label : "
主管: ", dataIndex : ''},
+ {label : " 申请人:", dataIndex : 'applicant'},
+ {label : " ", dataIndex : ' '},
+ {label : " 发放人:", dataIndex : 'printUser'},
+ {label : " ", dataIndex : ' '},
+ {label : " 接收人:", dataIndex : ' '}
+ //{label : " 发货日期:", dataIndex : 'printTime'}
]
},
barcodes : [
- {codeType : "128Auto", dataIndex : 'departBarcode', position : ["3mm","74%","40mm","8mm"],
+ {codeType : "128Auto", dataIndex : 'departBarcode', position : ["3mm","50%","40mm","8mm"],
styles : [{itemNameID: 0, styleName: 'ShowBarText', styleValue: true},
{itemNameID: 0, styleName: 'FontSize', styleValue: 6},
{itemNameID: 0, styleName: 'NotOnlyHighPrecision', styleValue: true}
@@ -1169,4 +1172,10 @@
appropriationOutList : appropriationOutListConfig,
//打印器械包明细单
tousseDefinitionMaterials:tousseDefinitionMaterialsConfig_qifuyy
-};
\ No newline at end of file
+};
+var printerNameMapping = {
+ '模板-明细标签' : 'Zebra GT800 - EPL (副本 1)',
+ '模板-明细标签' : 'ZDesigner GT800 (EPL) (副本 1)',
+ '模板-拟灭菌包' : 'Zebra GT800 - EPL (副本 1)',
+ '模板-拟灭菌包' : 'ZDesigner GT800 (EPL) (副本 1)'
+};
\ No newline at end of file