Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-pda-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-pda-master
Commits
517e74c8
Commit
517e74c8
authored
Nov 13, 2024
by
xiaoyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature: 理货增加补单
parent
999cdfc0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
detail.vue
src/pages/tally/detail.vue
+10
-0
detail.vue
src/pages/tallyAir/detail.vue
+10
-0
No files found.
src/pages/tally/detail.vue
View file @
517e74c8
...
@@ -108,6 +108,9 @@
...
@@ -108,6 +108,9 @@
<view
class=
"padding-xl"
>
<view
class=
"padding-xl"
>
<block>
<block>
<view
class=
"flex-sub"
style=
"padding-right: 10px;"
>
<button
class=
"cu-btn block bg-yellow margin-tb-sm lg"
@
click=
"toPatch"
>
{{
$t
(
'
补单
'
)
}}
</button>
</view>
<view
class=
"flex"
>
<view
class=
"flex"
>
<view
class=
"flex-sub"
style=
"padding-right: 10px;"
>
<view
class=
"flex-sub"
style=
"padding-right: 10px;"
>
<button
class=
"cu-btn block bg-blue margin-tb-sm lg"
@
click=
"tallyFinish"
>
{{
$t
(
'
完成理货
'
)
}}
</button>
<button
class=
"cu-btn block bg-blue margin-tb-sm lg"
@
click=
"tallyFinish"
>
{{
$t
(
'
完成理货
'
)
}}
</button>
...
@@ -520,6 +523,13 @@ export default {
...
@@ -520,6 +523,13 @@ export default {
this
.
getLoadDetail
();
this
.
getLoadDetail
();
}
);
}
);
}
,
}
,
/* 跳转到补单 */
toPatch
()
{
const
{
boxInfo
}
=
this
.
loadData
;
uni
.
navigateTo
({
url
:
`../mergePkg/patch?id=${this.shipmentId
}
&selfNo=${boxInfo.selfNo
}
`
,
}
);
}
,
/* 理货完成 */
/* 理货完成 */
tallyFinish
()
{
tallyFinish
()
{
tallyCommit
({
shipmentId
:
this
.
shipmentId
}
).
then
((
res
)
=>
{
tallyCommit
({
shipmentId
:
this
.
shipmentId
}
).
then
((
res
)
=>
{
...
...
src/pages/tallyAir/detail.vue
View file @
517e74c8
...
@@ -126,6 +126,9 @@
...
@@ -126,6 +126,9 @@
<view
class=
"padding-xl"
>
<view
class=
"padding-xl"
>
<block>
<block>
<view
class=
"flex-sub"
style=
"padding-right: 10px;"
>
<button
class=
"cu-btn block bg-yellow margin-tb-sm lg"
@
click=
"toPatch"
>
{{
$t
(
'
补单
'
)
}}
</button>
</view>
<view
class=
"flex"
>
<view
class=
"flex"
>
<view
class=
"flex-sub"
>
<view
class=
"flex-sub"
>
<button
class=
"cu-btn block bg-red margin-tb-sm lg"
@
click=
"showErrorCorrection(true)"
>
{{
$t
(
'
理货纠错
'
)
}}
</button>
<button
class=
"cu-btn block bg-red margin-tb-sm lg"
@
click=
"showErrorCorrection(true)"
>
{{
$t
(
'
理货纠错
'
)
}}
</button>
...
@@ -782,6 +785,13 @@ export default {
...
@@ -782,6 +785,13 @@ export default {
this
.
getLoadDetail
();
this
.
getLoadDetail
();
}
);
}
);
}
,
}
,
/* 跳转到补单 */
toPatch
()
{
const
{
boxInfo
}
=
this
.
loadData
;
uni
.
navigateTo
({
url
:
`../mergePkg/patch?id=${this.shipmentId
}
&selfNo=${boxInfo.selfNo
}
`
,
}
);
}
,
/* 理货完成 */
/* 理货完成 */
tallyFinish
()
{
tallyFinish
()
{
this
.
$store
.
dispatch
(
types
.
SHOW_TOAST
,
{
this
.
$store
.
dispatch
(
types
.
SHOW_TOAST
,
{
...
...
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