Browse Source

【BUG】【保存、审核销售出货单明细仓库编号为空问题】

rainco 7 years ago
parent
commit
791befa1f5
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

@@ -13,7 +13,7 @@ Ext.define('saas.model.sale.SaleOutDetail', {
         { name: 'pd_outqty', type: 'float' }, // 出货数量
         { name: 'pr_unit', type: 'string' }, // 单位
         { name: 'pd_whid', type: 'int' }, // 仓库id
-        { name: 'pd_whcode', type: 'float' }, // 仓库编号
+        { name: 'pd_whcode', type: 'string' }, // 仓库编号
         { name: 'pd_whname', type: 'string' }, // 仓库
         { name: 'pd_taxrate', type: 'float' }, // 税率
         { name: 'pd_netprice', type: 'float' }, // 单价