|
|
@@ -13,8 +13,8 @@ Ext.define('saas.model.stock.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' },
|
|
|
@@ -32,7 +32,7 @@ Ext.define('saas.model.stock.ProdIODetail', {
|
|
|
{ name: 'pd_sdid', type: 'int' },
|
|
|
{ name: 'pd_status', type: 'string' },
|
|
|
{ name: 'pd_ym', type: 'int' },
|
|
|
- { name: 'pd_yqty', type: 'int' },
|
|
|
+ { name: 'pd_yqty', type: 'float' },
|
|
|
{ name: 'pd_remark', type: 'string' },
|
|
|
{ name: 'pd_ioid', type: 'int' },
|
|
|
]
|