Index: ssts-web/src/main/webapp/disinfectsystem/packing/historyPackingView.js =================================================================== diff -u -r33102 -r33431 --- ssts-web/src/main/webapp/disinfectsystem/packing/historyPackingView.js (.../historyPackingView.js) (revision 33102) +++ ssts-web/src/main/webapp/disinfectsystem/packing/historyPackingView.js (.../historyPackingView.js) (revision 33431) @@ -219,7 +219,8 @@ {header: '灭菌方式', dataIndex: 'sterilingMode',width: 120,hidden:!(sstsConfig.generateProxySterilizationFormFunctionInHistoricalAssemblyRecords && !isFirstRoomPeople)}, {header: '已生成代理灭菌单', dataIndex: 'isTran',width: 120,hidden:!(sstsConfig.generateProxySterilizationFormFunctionInHistoricalAssemblyRecords && !isFirstRoomPeople)}, {header: '材料汇总', dataIndex: 'foreignMaterialsAmount',width: 200}, - {header: '医生', dataIndex: 'doctor',width: 100} + {header: '医生', dataIndex: 'doctor',width: 100}, + {header: '患者姓名', dataIndex: 'patient',width: 100} ]; var recordReaderDetail = [ @@ -240,6 +241,7 @@ {name: 'foreignMaterialsAmount'}, {name: 'splitTousseName'}, {name: 'isTran'}, + {name: 'patient'}, {name : 'amount'} ]; Index: ssts-web/src/main/webapp/disinfectsystem/packing/packingView.js =================================================================== diff -u -r33366 -r33431 --- ssts-web/src/main/webapp/disinfectsystem/packing/packingView.js (.../packingView.js) (revision 33366) +++ ssts-web/src/main/webapp/disinfectsystem/packing/packingView.js (.../packingView.js) (revision 33431) @@ -418,6 +418,7 @@ {name: 'isTran'}, {name: 'foreignMaterialsAmount'}, {name: 'splitTousseName'}, + {name: 'patient'}, {name: 'amount'} ]; @@ -457,7 +458,8 @@ {header: '灭菌方式', dataIndex: 'sterilingMode',width: 120,hidden:!(sstsConfig.generateProxySterilizationFormFunctionInHistoricalAssemblyRecords && !isFirstRoomPeople),sortable:false}, {header: '已生成代理灭菌单', dataIndex: 'isTran',width: 120,hidden:!(sstsConfig.generateProxySterilizationFormFunctionInHistoricalAssemblyRecords && !isFirstRoomPeople),sortable:false}, {header: '材料汇总', dataIndex: 'foreignMaterialsAmount',width: 200,sortable:false}, - {header: '医生', dataIndex: 'doctor',width: 100,sortable:false} + {header: '医生', dataIndex: 'doctor',width: 100,sortable:false}, + {header: '患者姓名', dataIndex: 'patient',width: 100,sortable:false} ] var packingRecordStore = Ext4.create('Ext4.data.Store', { @@ -5754,6 +5756,11 @@ name: 'doctor', checked: true, text: '医生' + },{ + xtype: 'menucheckitem', + name: 'patient', + checked: true, + text: '患者姓名' }] }, listeners: {