|
@@ -3,6 +3,7 @@ Ext.define('saas.model.document.ProductDTO', {
|
|
|
fields: [
|
|
fields: [
|
|
|
{ name: 'pr_detail', type: 'string' },
|
|
{ name: 'pr_detail', type: 'string' },
|
|
|
{ name: 'pr_unit', type: 'string' },
|
|
{ name: 'pr_unit', type: 'string' },
|
|
|
- { name: 'pr_spec', type: 'string' }
|
|
|
|
|
|
|
+ { name: 'pr_spec', type: 'string' },
|
|
|
|
|
+ { name: 'pr_zxbzs', type: 'float' }
|
|
|
]
|
|
]
|
|
|
});
|
|
});
|