调整
This commit is contained in:
@@ -244,6 +244,9 @@ export default {
|
|||||||
/*if (!flag && (item1.specKeyId != 1001 && item1.specKeyId != 43404162)) {
|
/*if (!flag && (item1.specKeyId != 1001 && item1.specKeyId != 43404162)) {
|
||||||
specIds.push({spec_key_id: item1.spec_key_id, spec_value: item1.spec_value})
|
specIds.push({spec_key_id: item1.spec_key_id, spec_value: item1.spec_value})
|
||||||
}*/
|
}*/
|
||||||
|
if (!flag) {
|
||||||
|
specIds.push({spec_key_id: item1.spec_key_id, spec_value: item1.spec_value})
|
||||||
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
@@ -310,6 +313,9 @@ export default {
|
|||||||
/*if (!flag && (item1.specKeyId != 1001 && item1.specKeyId != 43404162)) {
|
/*if (!flag && (item1.specKeyId != 1001 && item1.specKeyId != 43404162)) {
|
||||||
specIds.push({specKeyId: item1.specKeyId, specValue: item1.specValue})
|
specIds.push({specKeyId: item1.specKeyId, specValue: item1.specValue})
|
||||||
}*/
|
}*/
|
||||||
|
if (!flag) {
|
||||||
|
specIds.push({specKeyId: item1.specKeyId, specValue: item1.specValue})
|
||||||
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -558,20 +558,25 @@
|
|||||||
return item.isCanJoinDeliverPlatform;
|
return item.isCanJoinDeliverPlatform;
|
||||||
})
|
})
|
||||||
res.result.subOrderForSupplierList.map((item) => {
|
res.result.subOrderForSupplierList.map((item) => {
|
||||||
data.push({
|
let temp = data.filter(i => {
|
||||||
robTotal: 0,
|
return i.subPurchaseOrderSn == item.subPurchaseOrderSn
|
||||||
subPurchaseOrderSn: item.subPurchaseOrderSn,
|
|
||||||
originalPurchaseOrderSn: item.originalPurchaseOrderSn,
|
|
||||||
productName: item.productName,
|
|
||||||
productSn: item.productSn,
|
|
||||||
productSkcId: item.productSkcId,
|
|
||||||
productSkcPicture: item.productSkcPicture,
|
|
||||||
status: item.status,
|
|
||||||
detailList: item.skuQuantityDetailList,
|
|
||||||
category: item.category,
|
|
||||||
mallId: mallId,
|
|
||||||
mallName: mallName
|
|
||||||
})
|
})
|
||||||
|
if (temp.length == 0) {
|
||||||
|
data.push({
|
||||||
|
robTotal: 0,
|
||||||
|
subPurchaseOrderSn: item.subPurchaseOrderSn,
|
||||||
|
originalPurchaseOrderSn: item.originalPurchaseOrderSn,
|
||||||
|
productName: item.productName,
|
||||||
|
productSn: item.productSn,
|
||||||
|
productSkcId: item.productSkcId,
|
||||||
|
productSkcPicture: item.productSkcPicture,
|
||||||
|
status: item.status,
|
||||||
|
detailList: item.skuQuantityDetailList,
|
||||||
|
category: item.category,
|
||||||
|
mallId: mallId,
|
||||||
|
mallName: mallName
|
||||||
|
})
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
if (this.pageSize == length) {
|
if (this.pageSize == length) {
|
||||||
|
|||||||
Reference in New Issue
Block a user