Index: ssts-web/src/main/webapp/disinfectsystem/packing/packingView.js =================================================================== diff -u -r18137 -r18149 --- ssts-web/src/main/webapp/disinfectsystem/packing/packingView.js (.../packingView.js) (revision 18137) +++ ssts-web/src/main/webapp/disinfectsystem/packing/packingView.js (.../packingView.js) (revision 18149) @@ -867,15 +867,15 @@ } } },{ - columnWidth : .47, + columnWidth : .5, hidden : true, xtype : 'textfield', fieldLabel : '标识牌', componentCls:'formItemMgn', maxLength : '50', id : 'idCardName', name : 'idCardName', - labelWidth:60, + labelWidth:90, anchor : '95%', labelAlign:'right', allowBlank : true, @@ -902,14 +902,14 @@ } },{ - columnWidth :.47, + columnWidth :.5, xtype : 'textfield', fieldLabel : '检查人', componentCls:'formItemMgn', id : 'inspector', name : 'inspector', hidden : !sstsConfig.showInspectorField, - labelWidth:60, + labelWidth:90, anchor : '95%', allowBlank : false, readOnly : true, @@ -944,13 +944,13 @@ } },{ - columnWidth :.47, + columnWidth :.5, xtype : 'textfield', fieldLabel : '配包人', componentCls:'formItemMgn', id : 'operator', name : 'operator', - labelWidth:60, + labelWidth:90, anchor : '95%', allowBlank : false, readOnly : true, @@ -983,15 +983,15 @@ } },{ - columnWidth :.47, + columnWidth :.5, xtype : 'textfield', fieldLabel : '审核人', componentCls:'formItemMgn', id : 'reviewer', name : 'reviewer', hidden : sstsConfig.printLabelWhenReviewing || sstsConfig.hideReviewerField, labelAlign:'right', - labelWidth:60, + labelWidth:90, anchor : '95%', allowBlank : false, allowBlank : false, @@ -1018,15 +1018,15 @@ } } },{ - columnWidth :.47, + columnWidth :.5, xtype : 'textfield', fieldLabel : '灭菌人', componentCls:'formItemMgn', id : 'sterileUser', name : 'sterileUser', hidden : !sstsConfig.showSterileField, labelAlign:'right', - labelWidth:60, + labelWidth:90, anchor : '95%', allowBlank : false, allowBlank : false, @@ -1054,15 +1054,15 @@ } },{ - columnWidth :.47, + columnWidth :.5, xtype : 'textfield', fieldLabel : '包装人', componentCls:'formItemMgn', id : 'wrapper', name : 'wrapper', hidden : !sstsConfig.showWrapperField, labelAlign:'right', - labelWidth:60, + labelWidth:90, anchor : '95%', allowBlank : false, allowBlank : false, @@ -1092,14 +1092,14 @@ typeAhead : false, allowBlank : false },{ - columnWidth :.47, + columnWidth :.5, xtype : 'combo', fieldLabel : '包装类型', id : 'packageType', name : 'packageType', componentCls:'formItemMgn', minChars : 0, - labelWidth:60, + labelWidth:90, labelAlign:'right', valueField : 'typeName', displayField : 'typeName', @@ -1189,7 +1189,7 @@ } },{ - columnWidth : .47, + columnWidth : .5, xtype : 'numberfield', fieldLabel : '炉次', allowDecimals : false, @@ -1199,7 +1199,7 @@ hidden : !sstsConfig.showSterilizer, componentCls:'formItemMgn', minValue : 1, - labelWidth:60, + labelWidth:90, labelAlign:'right', allowBlank : !sstsConfig.sterilizerNotAllowBlank, anchor : '95%' @@ -1223,15 +1223,15 @@ allowBlank : true, anchor : '90%' },{ - columnWidth :.47, + columnWidth :.5, xtype : 'combo', hidden : !sstsConfig.showTousseWeight, fieldLabel : '重量', id : 'tousseWeight', name : 'tousseWeight', componentCls:'formItemMgn', minChars : 0, - labelWidth:60, + labelWidth:90, labelAlign:'right', valueField : 'value', displayField: 'value', @@ -1252,7 +1252,7 @@ id : 'remark', name : 'remark', maxLength : '30', - labelWidth:60, + labelWidth:90, anchor : '95%', allowBlank : true, labelAlign:'right' @@ -1264,7 +1264,7 @@ id : 'errorRemark', name : 'errorRemark', maxLength : '30', - labelWidth:60, + labelWidth:90, anchor : '95%', allowBlank : true, readOnly : true, @@ -1279,7 +1279,7 @@ id : 'damageRemark', name : 'damageRemark', maxLength : '30', - labelWidth:60, + labelWidth:90, anchor : '95%', allowBlank : true, readOnly : true,