test: update registration linking mode parameter
This commit is contained in:
@@ -16,7 +16,7 @@ void main() {
|
|||||||
expect(
|
expect(
|
||||||
registrationSubmitLabel(
|
registrationSubmitLabel(
|
||||||
isTransitTarget: false,
|
isTransitTarget: false,
|
||||||
isLocked: false,
|
isMultiCode: false,
|
||||||
zongpaiCount: 1,
|
zongpaiCount: 1,
|
||||||
),
|
),
|
||||||
'确 认 上 架',
|
'确 认 上 架',
|
||||||
@@ -24,7 +24,7 @@ void main() {
|
|||||||
expect(
|
expect(
|
||||||
registrationSubmitLabel(
|
registrationSubmitLabel(
|
||||||
isTransitTarget: false,
|
isTransitTarget: false,
|
||||||
isLocked: true,
|
isMultiCode: true,
|
||||||
zongpaiCount: 3,
|
zongpaiCount: 3,
|
||||||
),
|
),
|
||||||
'批量上架(3 条)',
|
'批量上架(3 条)',
|
||||||
@@ -32,7 +32,7 @@ void main() {
|
|||||||
expect(
|
expect(
|
||||||
registrationSubmitLabel(
|
registrationSubmitLabel(
|
||||||
isTransitTarget: true,
|
isTransitTarget: true,
|
||||||
isLocked: false,
|
isMultiCode: false,
|
||||||
zongpaiCount: 1,
|
zongpaiCount: 1,
|
||||||
),
|
),
|
||||||
'转运并装箱',
|
'转运并装箱',
|
||||||
@@ -40,7 +40,7 @@ void main() {
|
|||||||
expect(
|
expect(
|
||||||
registrationSubmitLabel(
|
registrationSubmitLabel(
|
||||||
isTransitTarget: true,
|
isTransitTarget: true,
|
||||||
isLocked: true,
|
isMultiCode: true,
|
||||||
zongpaiCount: 3,
|
zongpaiCount: 3,
|
||||||
),
|
),
|
||||||
'批量转运并凑箱(3 条)',
|
'批量转运并凑箱(3 条)',
|
||||||
|
|||||||
Reference in New Issue
Block a user