Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoiceView.js =================================================================== diff -u -r12906 -r12972 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoiceView.js (.../invoiceView.js) (revision 12906) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoiceView.js (.../invoiceView.js) (revision 12972) @@ -1711,19 +1711,19 @@ {header : "申请时间",width : 120,dataIndex : 'applicationTime',renderer : myDateFormatByMinute}, {header : "发货员",width : 70,dataIndex : 'sender'}, {header : "拼音码",width : 100,dataIndex : 'spelling',hidden:true}, - {header : "五笔码",width : 100,dataIndex : 'wbCode',hidden:true}, + {header : "五笔码",width : 100,dataIndex : 'wbCode',hidden:true}, {header : "核对员",width : 70,dataIndex : 'assistantSender'}, {header : "责任人",width : 70,dataIndex : 'personInCharge'}, {header : "发货时间",width : 120,dataIndex : 'sendTime',renderer : myDateFormatByMinute}, {header : "状态",width : 70,dataIndex : 'status',renderer : renderColor}, {header : "类型",width : 110,dataIndex : 'invoicePlan.type',sortable:false}, {header : "已打印",width : 70,dataIndex : 'isPrint',renderer : renderPrintColor}, + {id : 'remark',header : "备注",width : 110,dataIndex : 'remark'}, {header : "签收人",width : 70,dataIndex : 'receiptor'}, {header : "签收时间",width : 120,dataIndex : 'receiptingTime',renderer : myDateFormatByMinute}, {header : "结算科室",width : 100,dataIndex : 'settleAccountsDepart'}, - {header : "仓库",width : 100,dataIndex : 'warehouseName'}, - {header : "总价",width : 70,dataIndex : 'totalPrice',align : 'right',renderer : formartPrice}, - {id : 'remark',header : "备注",width : 120,dataIndex : 'remark'} + {header : "仓库",width : 100,dataIndex : 'warehouseName',id : 'warehouseName'}, + {header : "总价",width : 70,dataIndex : 'totalPrice',align : 'right',renderer : formartPrice} ]; var readerDetail = [ @@ -1860,7 +1860,7 @@ isShowSearchField : true, columns : columns, plugins : filters, - autoExpandColumn : 'remark', + autoExpandColumn : 'warehouseName', renderTo : 'gridDiv', frame : false }, readerDetail,