|
|
@@ -104,7 +104,7 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
|
|
|
ignore:true,
|
|
|
width : 150.0,
|
|
|
renderer: function (v, m, r) {
|
|
|
- return r.data["product"]?r.data["product"][m.column.dataIndex]:v;
|
|
|
+ return r.data["productDTO"]?r.data["productDTO"][m.column.dataIndex]:v;
|
|
|
}
|
|
|
}, {
|
|
|
text : "规格",
|
|
|
@@ -112,7 +112,7 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
|
|
|
ignore:true,
|
|
|
width : 150.0,
|
|
|
renderer: function (v, m, r) {
|
|
|
- return r.data["product"]?r.data["product"][m.column.dataIndex]:v;
|
|
|
+ return r.data["productDTO"]?r.data["productDTO"][m.column.dataIndex]:v;
|
|
|
}
|
|
|
}, {
|
|
|
text : "出货数量",
|