Index: ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsTemplateApplicationView.js =================================================================== diff -u -r14336 -r14364 --- ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsTemplateApplicationView.js (.../goodsTemplateApplicationView.js) (revision 14336) +++ ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsTemplateApplicationView.js (.../goodsTemplateApplicationView.js) (revision 14364) @@ -2070,6 +2070,12 @@ layout : 'hbox', items : [{ xtype : 'textfield', + fieldLabel : '住院号', + id : 'hospitalNumber', + name : 'hospitalNumber', + width : '33.2%' + } ,{ + xtype : 'textfield', fieldLabel : '备注', id : 'remark', name : 'remark', @@ -2943,6 +2949,7 @@ {header : "已打印",width : 45,dataIndex : 'printed', renderer : renderPrintStatu}, {header : "回收状态",width : 65,dataIndex : 'recyclingStatus', renderer : renderColor2}, {header : "发货状态",width : 65,dataIndex : 'deliverStatus', renderer : renderColor}, + {header : "住院号",width : 65,dataIndex : 'hospitalNumber'}, {header : "归还状态",width : 65,dataIndex : 'returnStatus', renderer : renderReturnStatusColor}, {header : "终止状态",width : 65,dataIndex : 'endStatus'}, {id:'operationRemark',header: "备注", dataIndex: 'remark'}, @@ -2996,6 +3003,7 @@ {name : 'wbCode'}, {name : 'recyclingStatus'}, {name : 'deliverStatus'}, + {name : 'hospitalNumber'}, {name : 'returnStatus'}, {name : 'endStatus'}, {name : 'depart'}, @@ -3029,6 +3037,7 @@ {type: 'string', dataIndex: 'settleAccountsDepart'}, {type: 'string', dataIndex: 'receiptor'}, {type: 'date', dataIndex: 'receiptingTime'}, + {type: 'string', dataIndex: 'hospitalNumber'}, {type: 'string', dataIndex: 'remark'} ] });