Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutView.js =================================================================== diff -u -r20273 -r20621 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutView.js (.../godownOutView.js) (revision 20273) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutView.js (.../godownOutView.js) (revision 20621) @@ -629,7 +629,7 @@ xtype : 'textfield', id : 'barcode', name : 'barcode', - width :90, + width :70, enableKeyEvents : true, listeners : { render : function(c) { @@ -661,7 +661,7 @@ typeAhead : false, allowBlank : true, disabled : true, - width : 150, + width : 110, listeners : { select : function(combo, record, index) { top.Ext.getCmp('name1').setValue(record.data.name); @@ -705,7 +705,17 @@ } } } - },{ + }, + {text: '失效期:'}, + { + xtype: 'textfield', + fieldLabel: '失效时间', + id: 'expDate2', + format: sstsConfig.timeSearchFmt || 'Y-m-d', + readOnly: true, + editable: false, + width: 75 + },{ text : '批次:' },{ xtype : 'combo', @@ -720,14 +730,15 @@ triggerAction : 'all', typeAhead : false, allowBlank : false, - width : 120, + width : 90, anchor : '95%', listeners:{ select : function(combo, record, index) { var disposableGoodID = top.Ext.get('disposableGoodsStockID').getValue(); top.Ext.getCmp('cost').setValue(record.data.cost); top.Ext.getCmp('supplierName').setValue(record.data.supplierName); top.Ext.getCmp('expDate').setValue(record.data.expDate); + top.Ext.getCmp('expDate2').setValue(record.data.expDate); // 清空价格 clearPrice(); // 填充价格 @@ -752,7 +763,7 @@ triggerAction : 'all', typeAhead : false, allowBlank : false, - width : 90, + width : 70, anchor : '95%' }, {