|
|
@@ -13,8 +13,8 @@ Ext.define('saas.model.purchase.ProdIODetail', {
|
|
|
{ name: 'pd_prodid', type: 'int' },
|
|
|
{ name: 'pd_prodcode', type: 'string' },
|
|
|
{ name: 'pd_unit', type: 'string' },
|
|
|
- { name: 'pd_inqty', type: 'int' },
|
|
|
- { name: 'pd_outqty', type: 'int' },
|
|
|
+ { name: 'pd_inqty', type: 'float' },
|
|
|
+ { name: 'pd_outqty', type: 'float' },
|
|
|
{ name: 'pd_orderprice', type: 'float' },
|
|
|
{ name: 'pd_sendprice', type: 'float' },
|
|
|
{ name: 'pd_price', type: 'float' },
|