修改提交团单页面是否为同一个供应商的条件判断
This commit is contained in:
parent
1ee4532487
commit
3fb0454731
@ -323,7 +323,7 @@ export default {
|
|||||||
supplierGroups() {
|
supplierGroups() {
|
||||||
const groups = {};
|
const groups = {};
|
||||||
this.orderList2.forEach(item => {
|
this.orderList2.forEach(item => {
|
||||||
const supplierId = item.commodity_goods_info.group_buy_activity_info?.supplier_id || 'default';
|
const supplierId = item.supplier_id || 'default';
|
||||||
if (!groups[supplierId]) {
|
if (!groups[supplierId]) {
|
||||||
groups[supplierId] = [];
|
groups[supplierId] = [];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user