Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoiceView.js =================================================================== diff -u -r29141 -r29143 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoiceView.js (.../invoiceView.js) (revision 29141) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoiceView.js (.../invoiceView.js) (revision 29143) @@ -2402,17 +2402,18 @@ {header : "已打印",width : 50,dataIndex : 'isPrint',renderer : renderPrintColor}, {header : "申请科室",width : 120,dataIndex : 'depart'}, {header : "发货时间",width : 120,dataIndex : 'sendTime',renderer : myDateFormatByMinute}, - {header : "回收时间",width : 120,dataIndex : 'recyclingTime',renderer : myDateFormatByMinute}, - {header : "发货员",width : 70,dataIndex : 'sender'}, - {header : "拼音码",width : 100,dataIndex : 'spelling',hidden:true}, - {header : "五笔码",width : 100,dataIndex : 'wbCode',hidden:true}, - {header : "核对员",width : 70,dataIndex : 'assistantSender'}, + {header : "申请时间",width : 120,dataIndex : 'applicationTime',renderer : myDateFormatByMinute}, + {header : "回收时间",width : 120,dataIndex : 'recyclingTime',renderer : myDateFormatByMinute}, + {header : "打印时间",width : 120,dataIndex : 'printTime',renderer : myDateFormatByMinute}, + + {header : "发货员",width : 70,dataIndex : 'sender'}, + {header : "核对员",width : 70,dataIndex : 'assistantSender'}, {header : "责任人",width : 70,dataIndex : 'personInCharge'}, - {header : "申请时间",width : 120,dataIndex : 'applicationTime',renderer : myDateFormatByMinute}, + {header : "拼音码",width : 100,dataIndex : 'spelling',hidden:true}, + {header : "五笔码",width : 100,dataIndex : 'wbCode',hidden:true}, {header : "类型",width : 110,dataIndex : 'invoicePlanType',sortable:false}, {id : 'remark',header : "备注",width : 110,dataIndex : 'remark'}, - {header : "打印时间",width : 120,dataIndex : 'printTime',renderer : myDateFormatByMinute}, {header : "住院号",width : 70,dataIndex : 'hospitalNumber'}, {header : "签收人",width : 70,dataIndex : 'receiptor'},