order对是否发货的判定不正确
This commit is contained in:
parent
1e35bec400
commit
fc21d99d94
|
|
@ -175,28 +175,29 @@ const checkers = [
|
|||
type: 'row',
|
||||
action: 'take',
|
||||
filter: {
|
||||
shipOrder$order: {
|
||||
ship: {
|
||||
entity: {
|
||||
$exists: false,
|
||||
pay$order: {
|
||||
'#sqp': 'not in',
|
||||
wpProduct: {
|
||||
wechatMpShip$wpProduct: {
|
||||
disabled: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
// 走异步take的order,一定要有(物流限制的)小程序支付
|
||||
entity: 'order',
|
||||
type: 'row',
|
||||
action: 'take',
|
||||
action: 'startTaking',
|
||||
filter: {
|
||||
shipOrder$order: {
|
||||
ship: {
|
||||
entity: {
|
||||
$exists: true,
|
||||
pay$order: {
|
||||
wpProduct: {
|
||||
wechatMpShip$wpProduct: {
|
||||
disabled: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -178,28 +178,29 @@ const checkers = [
|
|||
type: 'row',
|
||||
action: 'take',
|
||||
filter: {
|
||||
shipOrder$order: {
|
||||
ship: {
|
||||
entity: {
|
||||
$exists: false,
|
||||
pay$order: {
|
||||
'#sqp': 'not in',
|
||||
wpProduct: {
|
||||
wechatMpShip$wpProduct: {
|
||||
disabled: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
// 走异步take的order,一定要有(物流限制的)小程序支付
|
||||
entity: 'order',
|
||||
type: 'row',
|
||||
action: 'take',
|
||||
action: 'startTaking',
|
||||
filter: {
|
||||
shipOrder$order: {
|
||||
ship: {
|
||||
entity: {
|
||||
$exists: true,
|
||||
pay$order: {
|
||||
wpProduct: {
|
||||
wechatMpShip$wpProduct: {
|
||||
disabled: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -193,28 +193,29 @@ const checkers: Checker<EntityDict, 'order', RuntimeCxt>[] = [
|
|||
type: 'row',
|
||||
action: 'take',
|
||||
filter: {
|
||||
shipOrder$order: {
|
||||
ship: {
|
||||
entity: {
|
||||
$exists: false,
|
||||
pay$order: {
|
||||
'#sqp': 'not in',
|
||||
wpProduct: {
|
||||
wechatMpShip$wpProduct: {
|
||||
disabled: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
// 走异步take的order,一定要有(物流限制的)小程序支付
|
||||
entity: 'order',
|
||||
type: 'row',
|
||||
action: 'take',
|
||||
action: 'startTaking',
|
||||
filter: {
|
||||
shipOrder$order: {
|
||||
ship: {
|
||||
entity: {
|
||||
$exists: true,
|
||||
pay$order: {
|
||||
wpProduct: {
|
||||
wechatMpShip$wpProduct: {
|
||||
disabled: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue