Browse Source

销售出货单从表 数量 保留3位小数

zhuth 7 years ago
parent
commit
45af43b783
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/model/sale/SaleOutDetail.js

+ 1 - 1
frontend/saas-web/app/model/sale/SaleOutDetail.js

@@ -10,7 +10,7 @@ Ext.define('saas.model.sale.SaleOutDetail', {
         { name: 'pr_detail', type: 'string' }, // 名称
         { name: 'pr_orispeccode', type: 'string' }, // 型号
         { name: 'pr_spec', type: 'string' }, // 规格
-        { name: 'pd_outqty', type: 'int' }, // 出货数量
+        { name: 'pd_outqty', type: 'float' }, // 出货数量
         { name: 'pr_unit', type: 'string' }, // 单位
         { name: 'pd_whid', type: 'int' }, // 仓库id
         { name: 'pd_whcode', type: 'float' }, // 仓库编号