|
@@ -16,6 +16,6 @@ Ext.define('saas.model.stock.Makematerial', {
|
|
|
{ name: 'mm_qty', type: 'float' },
|
|
{ name: 'mm_qty', type: 'float' },
|
|
|
{ name: 'mm_amount', type: 'float' },
|
|
{ name: 'mm_amount', type: 'float' },
|
|
|
{ name: 'mm_repprodcode', type: 'string' },
|
|
{ name: 'mm_repprodcode', type: 'string' },
|
|
|
- { name: 'mm_remark', type: 'string' }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ { name: 'mm_remark', type: 'string' }],
|
|
|
|
|
+ associations: [{ type: 'hasOne', model: 'saas.model.document.ProductDTO', associationKey: 'ProductDTO'}]
|
|
|
});
|
|
});
|