|
@@ -165,12 +165,13 @@ Page({
|
|
|
istool: 0,
|
|
|
type: "标准订单",
|
|
|
"tradefield": data.type, //必选
|
|
|
+ sa_brandid: this.data.sa_brandid,
|
|
|
"items": data.list.map(v => {
|
|
|
return {
|
|
|
"sa_orderitemsid": 0,
|
|
|
"itemid": v.itemid,
|
|
|
"qty": v.favoritesqty,
|
|
|
- sa_brandid: this.data.sa_brandid,
|
|
|
+ "sa_brandid": v.brand.length ? v.brand[0].sa_brandid : this.data.sa_brandid || 0,
|
|
|
width: v.favoriteswidth || 0,
|
|
|
length: v.favoriteslength || 0,
|
|
|
}
|