Index: ssts-web/src/main/webapp/disinfectsystem/printRecyclingConfig/printRecyclingConfigView.js =================================================================== diff -u -r12331 -r20868 --- ssts-web/src/main/webapp/disinfectsystem/printRecyclingConfig/printRecyclingConfigView.js (.../printRecyclingConfigView.js) (revision 12331) +++ ssts-web/src/main/webapp/disinfectsystem/printRecyclingConfig/printRecyclingConfigView.js (.../printRecyclingConfigView.js) (revision 20868) @@ -36,6 +36,7 @@ {header : "标识号",dataIndex : 'id',hidden :true}, {header : "班次",dataIndex : 'shift',width : 150, renderer : modifyRecord}, {header : "同科室的多张申请单合并打印",dataIndex : 'isAppMergePrint',width : 170}, + {header : "申请单类型",dataIndex : 'applicationFormType',width : 300}, {id : 'departNames',header : "科室名称",dataIndex : 'departNames'}, {header : "排序操作",dataIndex : 'orderNum', renderer : moveUpDown, sortable: false, menuDisabled: true}, {header : "科室代码",dataIndex : 'departCodes',hidden : true} @@ -52,6 +53,7 @@ {name : 'isMergePrintTousseAndDisposable'}, {name : 'printOrder'}, {name : 'disinfectGoodsPrintMode'}, + {name : 'applicationFormType'}, {name : 'departNames'}, {name : 'departCodes'}, {name : 'orderNum'}