Browse Source

修改盘点单界面

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

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

@@ -153,13 +153,13 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
     {
         text : "物料类别", 
         dataIndex : "st_prodkind", 
-        width : 150.0, 
+        width : 100.0, 
         xtype : "", 
     },
     {
         text : "单位", 
         dataIndex : "st_produnit", 
-        width : 150.0, 
+        width : 75.0, 
         xtype : "", 
     },
     {
@@ -171,7 +171,8 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
     {
         text : "仓库编号", 
         dataIndex : "st_whcode", 
-        width : 150.0, 
+        width : 0,
+        hidden:true, 
         xtype : "", 
     },
     {