|
|
@@ -6,7 +6,7 @@ Ext.define('saas.model.sale.b2b.PurchaseDetail', {
|
|
|
{ name: 'sd_prodid', type: 'int' }, // 物料id
|
|
|
{ name: 'sd_prodcode', type: 'string' }, // 物料编号
|
|
|
{ name: 'sd_proddetail', type: 'string' }, // 物料名称
|
|
|
- { name: 'sd_proddbrand', type: 'string' }, // 品牌
|
|
|
+ { name: 'sd_prodbrand', type: 'string' }, // 品牌
|
|
|
{ name: 'sd_orispeccode', type: 'string' }, // 型号
|
|
|
{ name: 'sd_prodspec', type: 'string' }, // 规格
|
|
|
],
|