Index: ssts-web/src/main/webapp/disinfectsystem/printRecyclingConfig2/printRecyclingConfigView.js =================================================================== diff -u -r15526 -r20868 --- ssts-web/src/main/webapp/disinfectsystem/printRecyclingConfig2/printRecyclingConfigView.js (.../printRecyclingConfigView.js) (revision 15526) +++ ssts-web/src/main/webapp/disinfectsystem/printRecyclingConfig2/printRecyclingConfigView.js (.../printRecyclingConfigView.js) (revision 20868) @@ -37,6 +37,7 @@ {header : "班次名称",dataIndex : 'shift',width : 150, renderer : modifyRecord}, {header : "同科室的多张申请单合并打印",dataIndex : 'isAppMergePrint',width : 170}, {header : "班次类型",dataIndex : 'shiftType',width : 100}, + {header : "申请单类型",dataIndex : 'applicationFormType',width : 300}, {id : 'departNames',header : "科室名称",dataIndex : 'departNames'}, {header : "排序操作",dataIndex : 'orderNum', renderer : moveUpDown, sortable: false, menuDisabled: true}, {header : "科室代码",dataIndex : 'departCodes',hidden : true} @@ -56,6 +57,7 @@ {name : 'departNames'}, {name : 'departCodes'}, {name : 'shiftType'}, + {name : 'applicationFormType'}, {name : 'orderNum'} ];