Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutView.js =================================================================== diff -u -r13636 -r14134 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutView.js (.../godownOutView.js) (revision 13636) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutView.js (.../godownOutView.js) (revision 14134) @@ -517,6 +517,21 @@ allowBlank : false, anchor : '95%' }] + },{ + columnWidth : .25, + layout : 'form', + labelWidth : 40, + items : [{ + xtype : 'textfield', + fieldLabel : '金额', + maxLength : '41', + id : 'totalPrice', + name : 'totalPrice', + cls : 'fieldReadOnlyNoRemove', + allowBlank : true, + readOnly : true, + anchor : '95%' + }] }, { columnWidth : 1, layout : 'form', @@ -942,9 +957,10 @@ var sm = new Ext.grid.CheckboxSelectionModel(); var columns = [sm, - {header : "单号",width : 200,dataIndex : 'serialNumber' , renderer : modifyRecord}, - {header : "操作员",width : 200,dataIndex : 'operator'}, - {header : "退库时间",width : 200,dataIndex : 'time' , renderer : myDateFormat}, + {header : "单号",width : 150,dataIndex : 'serialNumber' , renderer : modifyRecord}, + {header : "操作员",width : 150,dataIndex : 'operator'}, + {header : "退库时间",width : 150,dataIndex : 'time' , renderer : myDateFormat}, + {header : "退库金额",width : 150,dataIndex : 'totalPrice' }, {id : 'operationRemark',header : "备注",width : 120,dataIndex : 'remark'} ]; @@ -953,6 +969,7 @@ {name : 'serialNumber'}, {name : 'operator'}, {name : 'time'}, + {name : 'totalPrice'}, {name : 'remark'} ]; Index: ssts-web/src/main/webapp/disinfectsystem/config/zd5y/config.js =================================================================== diff -u -r14131 -r14134 --- ssts-web/src/main/webapp/disinfectsystem/config/zd5y/config.js (.../config.js) (revision 14131) +++ ssts-web/src/main/webapp/disinfectsystem/config/zd5y/config.js (.../config.js) (revision 14134) @@ -50,7 +50,7 @@ washAndDisinfectRecordPersonInChargeAllowBlank : false, // 清洗责任人是否允许为空 // 外来器械申请单默认科室配置,部门编码1,部门编码2为实际需要配置的科室编码 foreignTousseAppliationDefaultDepartment:{ - '部门编码1':{ + '300101':{ appDepartCode:'11080301', settleAccountsDepartCode:'200102' },