Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordForm.js
===================================================================
diff -u -r14683 -r14728
--- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordForm.js (.../sterilizationRecordForm.js) (revision 14683)
+++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordForm.js (.../sterilizationRecordForm.js) (revision 14728)
@@ -1083,24 +1083,17 @@
width : 210,
dataIndex : 'depart'
},{
- header : '条码',
- width : 105,
- dataIndex : 'objBarcode'
+ header : '名称',
+ width : 150,
+ dataIndex : 'objName'
},{
header : '数量',
width : 35,
dataIndex : 'objAmount'
},{
- header : '加急',
- width : 35,
- dataIndex : 'isUrgent',
- renderer : function(v, p, record) {
- if (v == '是') {
- return '' + v + '';
- }else{
- return '' + '否' + '';
- }
- }
+ header : '条码',
+ width : 105,
+ dataIndex : 'objBarcode'
},{
header : '审核时间',
width : 135,
@@ -1119,9 +1112,16 @@
return '';
}
},{
- header : '名称',
- width : 150,
- dataIndex : 'objName'
+ header : '加急',
+ width : 35,
+ dataIndex : 'isUrgent',
+ renderer : function(v, p, record) {
+ if (v == '是') {
+ return '' + v + '';
+ }else{
+ return '' + '否' + '';
+ }
+ }
},{
header : '删除',
width : 40,