Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
6d37376a
Commit
6d37376a
authored
Jan 02, 2023
by
huhaiqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修海运问题
parent
554c13af
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
startPacking.vue
...ews/ecw/box/shippingSea/nodePage/cabinet/startPacking.vue
+5
-3
No files found.
src/views/ecw/box/shippingSea/nodePage/cabinet/startPacking.vue
View file @
6d37376a
...
@@ -304,7 +304,9 @@ export default {
...
@@ -304,7 +304,9 @@ export default {
// 二维码/条码编号
// 二维码/条码编号
qrCode
:
""
,
qrCode
:
""
,
// 批量输入
// 批量输入
batchObj
:
{},
batchObj
:
{
boxNum
:
0
,
},
// 批量纠错(订单号)
// 批量纠错(订单号)
orderObj
:
{},
orderObj
:
{},
// 纠错
// 纠错
...
@@ -403,7 +405,7 @@ export default {
...
@@ -403,7 +405,7 @@ export default {
break
;
break
;
case
"
batchInput
"
:
case
"
batchInput
"
:
this
.
$set
(
this
.
dialogConfig
,
"
fullscreen
"
,
false
);
this
.
$set
(
this
.
dialogConfig
,
"
fullscreen
"
,
false
);
this
.
batchObj
=
{};
this
.
batchObj
=
{
boxNum
:
0
};
this
.
boxOrderInfo
=
{};
this
.
boxOrderInfo
=
{};
break
;
break
;
case
"
correction
"
:
case
"
correction
"
:
...
@@ -588,7 +590,7 @@ export default {
...
@@ -588,7 +590,7 @@ export default {
}).
then
((
res
)
=>
{
}).
then
((
res
)
=>
{
const
{
data
}
=
res
;
const
{
data
}
=
res
;
this
.
boxOrderInfo
=
data
;
this
.
boxOrderInfo
=
data
;
this
.
batchObj
.
boxNum
=
data
.
num
;
this
.
batchObj
.
boxNum
=
Number
(
data
.
num
)
;
});
});
}
}
});
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment