Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/expensiveGoods/expensiveGoodsInstance/expensiveGoodsInstanceInfoTab.js =================================================================== diff -u -r23729 -r23749 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/expensiveGoods/expensiveGoodsInstance/expensiveGoodsInstanceInfoTab.js (.../expensiveGoodsInstanceInfoTab.js) (revision 23729) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/expensiveGoods/expensiveGoodsInstance/expensiveGoodsInstanceInfoTab.js (.../expensiveGoodsInstanceInfoTab.js) (revision 23749) @@ -238,19 +238,6 @@ columnWidth : .5, cls:'edit-part2-labelwidth', items : [{ - id : 'inGodown_supplierName', - name : 'inGodown_supplierName', - xtype : 'textfield', - fieldLabel : '供应商', - anchor : '100%', - readOnly : true, - cls : 'fieldReadOnlyNoRemove' - }] - }, { - layout : 'form', - columnWidth : .5, - cls:'edit-part2-labelwidth', - items : [{ id : 'inGodown_warehouseName', name : 'inGodown_warehouseName', xtype : 'textfield', @@ -298,6 +285,20 @@ readOnly : true, cls : 'fieldReadOnlyNoRemove' }] + }, { + layout : 'form', + columnWidth :1, + cls:'edit-part2-labelwidth', + items : [{ + id : 'inGodown_supplierName', + name : 'inGodown_supplierName', + xtype : 'textfield', + fieldLabel : '供应商', + width : 300, + anchor : '100%', + readOnly : true, + cls : 'fieldReadOnlyNoRemove' + }] }] }], buttons : [this.cancelButton] @@ -566,10 +567,10 @@ columnWidth : .5, cls:'edit-part2-labelwidth', items : [{ - id : 'bill_supplierName', - name : 'bill_supplierName', + id : 'billitem_manufacturerName', + name : 'billitem_manufacturerName', xtype : 'textfield', - fieldLabel : '供应商', + fieldLabel : '生产厂家', anchor : '100%', readOnly : true, cls : 'fieldReadOnlyNoRemove' @@ -579,10 +580,10 @@ columnWidth : .5, cls:'edit-part2-labelwidth', items : [{ - id : 'billitem_manufacturerName', - name : 'billitem_manufacturerName', + id : 'billitem_price', + name : 'billitem_price', xtype : 'textfield', - fieldLabel : '生产厂家', + fieldLabel : '结算单价', anchor : '100%', readOnly : true, cls : 'fieldReadOnlyNoRemove' @@ -592,10 +593,11 @@ columnWidth : .5, cls:'edit-part2-labelwidth', items : [{ - id : 'billitem_price', - name : 'billitem_price', + id : 'bill_supplierName', + name : 'bill_supplierName', xtype : 'textfield', - fieldLabel : '结算单价', + fieldLabel : '供应商', + width : 200 , anchor : '100%', readOnly : true, cls : 'fieldReadOnlyNoRemove' @@ -662,10 +664,10 @@ columnWidth : .5, cls:'edit-part2-labelwidth', items : [{ - id : 'instance_supplierName', - name : 'instance_supplierName', + id : 'instance_model', + name : 'instance_model', xtype : 'textfield', - fieldLabel : '供应商', + fieldLabel : '型号', anchor : '100%', readOnly : true, cls : 'fieldReadOnlyNoRemove' @@ -675,10 +677,10 @@ columnWidth : .5, cls:'edit-part2-labelwidth', items : [{ - id : 'instance_model', - name : 'instance_model', + id : 'instance_price', + name : 'instance_price', xtype : 'textfield', - fieldLabel : '型号', + fieldLabel : '实例单价', anchor : '100%', readOnly : true, cls : 'fieldReadOnlyNoRemove' @@ -688,10 +690,11 @@ columnWidth : .5, cls:'edit-part2-labelwidth', items : [{ - id : 'instance_price', - name : 'instance_price', + id : 'instance_supplierName', + name : 'instance_supplierName', xtype : 'textfield', - fieldLabel : '实例单价', + fieldLabel : '供应商', + width : 200, anchor : '100%', readOnly : true, cls : 'fieldReadOnlyNoRemove'