|
|
@@ -12,7 +12,8 @@ Ext.define('saas.model.sale.Saledetail', {
|
|
|
{ name: 'sd_total', type: 'float' },
|
|
|
{ name: 'sd_delivery', type: 'date' },
|
|
|
{ name: 'sd_taxtotal', type: 'float' },
|
|
|
- { name: 'sd_pucode', type: 'string' }
|
|
|
+ { name: 'sd_pucode', type: 'string' },
|
|
|
+ { name: 'sd_text1', type: 'string' }
|
|
|
],
|
|
|
//一对一映射
|
|
|
associations: [{ type: 'hasOne', model: 'saas.model.document.Product', associationKey: 'productDTO'}]
|