Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/diposableGoods/diposableGoodsView.js =================================================================== diff -u -r12817 -r12823 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/diposableGoods/diposableGoodsView.js (.../diposableGoodsView.js) (revision 12817) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/diposableGoods/diposableGoodsView.js (.../diposableGoodsView.js) (revision 12823) @@ -319,22 +319,6 @@ allowBlank : true, anchor : '95%' }] - }, { - columnWidth : 1, - layout : 'form', - labelWidth : 110, - items : [{ - xtype : 'numberfield', - fieldLabel : '总数', - maxLength : '16', - id : 'amount', - name : 'amount', - readOnly : true, - cls : 'fieldReadOnlyNoRemove', - allowBlank : false, - value : 0, - anchor : '95%' - }] } ] },{ @@ -353,7 +337,6 @@ {header : "条码",width : 90,dataIndex : 'barcode',menuDisabled:true}, {header : "批次",width : 90,dataIndex : 'batchNumber',menuDisabled:true}, {header : "价格",width : 50,dataIndex : 'cost',menuDisabled:true}, - {header : "库存",width : 50,dataIndex : 'storage',menuDisabled:true}, {header : "失效期",width : 90,dataIndex : 'expDate',renderer:myDateFormat,menuDisabled:true}, {id:'supplierName',header : "供应商",width : 130,dataIndex : 'supplierName',menuDisabled:true} ]),