|
@@ -10,7 +10,7 @@ Ext.define('saas.model.sale.SaleInDetail', {
|
|
|
{ name: 'pr_orispeccode', type: 'string' }, // 型号
|
|
{ name: 'pr_orispeccode', type: 'string' }, // 型号
|
|
|
{ name: 'pr_spec', type: 'string' }, // 规格
|
|
{ name: 'pr_spec', type: 'string' }, // 规格
|
|
|
{ name: 'pd_inqty', type: 'float' }, // 数量
|
|
{ name: 'pd_inqty', type: 'float' }, // 数量
|
|
|
- { name: 'pr_unit', type: 'float' }, // 单位
|
|
|
|
|
|
|
+ { name: 'pr_unit', type: 'string' }, // 单位
|
|
|
{ name: 'pd_netprice', type: 'float', // 单价
|
|
{ name: 'pd_netprice', type: 'float', // 单价
|
|
|
},
|
|
},
|
|
|
{ name: 'pd_sendprice', type: 'float', // 含税单价
|
|
{ name: 'pd_sendprice', type: 'float', // 含税单价
|