@@ -123,12 +123,12 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
//字段属性
columns : [{
text : "盘点id",
- width : 0,
- dataIndex : "id",
+ dataIndex : "id",
+ hidden:true,
xtype : "numbercolumn",
},{
text : "物料id",
dataIndex : "st_prodid",
},
@@ -165,7 +165,7 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
{
text : "仓库id",
dataIndex : "st_whid",