Browse Source

修改盘点单界面

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

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

@@ -196,8 +196,7 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
     {
         text : "盘点库存", 
         dataIndex : "st_actqty", 
-        width : 110.0, 
-        xtype : "numbercolumn",
+        width : 110.0,
         editor : {
             xtype : "numberfield",
             decimalPrecision: 3,