Browse Source

修改盘点单界面

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

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

@@ -135,31 +135,31 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
     {
         text : "物料编号", 
         dataIndex : "st_prodcode", 
-        width : 120.0, 
+        width : 150.0, 
         xtype : "", 
     }, 
     {
         text : "物料名称", 
         dataIndex : "st_proddetail", 
-        width : 120.0, 
+        width : 200.0, 
         xtype : "", 
     },
     {
         text : "规格型号", 
         dataIndex : "st_prodorispeccode", 
-        width : 120.0, 
+        width : 150.0, 
         xtype : "", 
     },
     {
         text : "物料类别", 
         dataIndex : "st_prodkind", 
-        width : 120.0, 
+        width : 150.0, 
         xtype : "", 
     },
     {
         text : "单位", 
         dataIndex : "st_produnit", 
-        width : 120.0, 
+        width : 150.0, 
         xtype : "", 
     },
     {
@@ -171,19 +171,19 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
     {
         text : "仓库编号", 
         dataIndex : "st_whcode", 
-        width : 120.0, 
+        width : 150.0, 
         xtype : "", 
     },
     {
         text : "仓库", 
         dataIndex : "st_whname", 
-        width : 120.0, 
+        width : 200.0, 
         xtype : "", 
     },
     {
         text : "系统库存", 
         dataIndex : "st_batchqty", 
-        width : 120.0, 
+        width : 110.0, 
         xtype : "numbercolumn",
         renderer : function(v) {
             var arr = (v + '.').split('.');
@@ -195,7 +195,7 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
     {
         text : "盘点库存", 
         dataIndex : "st_actqty", 
-        width : 120.0, 
+        width : 110.0, 
         xtype : "numbercolumn",
         editor : {
             xtype : "numberfield",
@@ -222,7 +222,7 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
     {
         text : "盘盈盘亏", 
         dataIndex : "st_num", 
-        width : 120.0, 
+        width : 110.0, 
         xtype : "numbercolumn", 
     }],