Browse Source

修改盘点单界面

zhoudw 7 years ago
parent
commit
7296bd2518
1 changed files with 4 additions and 4 deletions
  1. 4 4
      frontend/saas-web/app/view/stock/inventory/EditDataList.js

+ 4 - 4
frontend/saas-web/app/view/stock/inventory/EditDataList.js

@@ -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", 
-        width : 0, 
+        hidden:true,
         dataIndex : "st_prodid", 
         xtype : "numbercolumn", 
     }, 
@@ -165,7 +165,7 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
     {
         text : "仓库id", 
         dataIndex : "st_whid", 
-        width : 0, 
+        hidden:true,
         xtype : "numbercolumn", 
     },
     {