|
|
@@ -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' }, // 仓库编号
|