|
|
@@ -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' }, // 单价
|