Feat:供应商发送商品链接至商城用户
This commit is contained in:
@@ -1001,7 +1001,8 @@ export default {
|
||||
return Number(order && order._status && order._status._type)
|
||||
},
|
||||
isCollectiveWholesalerOrder(order) {
|
||||
return this.getCollectiveScenarioCode(order) === 22
|
||||
// 22=集采批发,25=直购批发
|
||||
return [22, 25].includes(this.getCollectiveScenarioCode(order))
|
||||
},
|
||||
isCollectiveCustomGiftOrder(order) {
|
||||
return this.getCollectiveScenarioCode(order) === 24
|
||||
|
||||
Reference in New Issue
Block a user