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
0648ca1b
Commit
0648ca1b
authored
Dec 20, 2024
by
Administrator
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release' into 'jd_dev'
Release合并到jd分支20241220 See merge request
!11
parents
d69ab0f4
0eba59c9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
+10
-2
patch.vue
src/pages/loading/patch.vue
+4
-0
patch.vue
src/pages/mergePkg/patch.vue
+4
-0
detail.vue
src/pages/tally/detail.vue
+1
-1
detail.vue
src/pages/tallyAir/detail.vue
+1
-1
No files found.
src/pages/loading/patch.vue
View file @
0648ca1b
...
...
@@ -215,6 +215,7 @@ export default {
/* 发货ID */
shipmentId
:
""
,
destWarehouseId
:
""
,
// 目的地
isTally
:
0
,
// loadDetail: {},
status
:
"
more
"
,
contentText
:
{
...
...
@@ -280,6 +281,7 @@ export default {
),
secId
:
this
.
pathToList
[
this
.
pathToSelected
].
id
,
shipmentId
:
this
.
shipmentId
,
isTally
:
this
.
isTally
,
};
createGoods
({
...
params
,
relationStatus
:
2
,
singleLoad
}).
then
((
res
)
=>
{
this
.
showPatch
=
false
...
...
@@ -482,6 +484,7 @@ export default {
),
secId
:
this
.
pathToList
[
this
.
pathToSelected
].
id
,
shipmentId
:
this
.
shipmentId
,
isTally
:
this
.
isTally
,
}).
then
((
data
)
=>
{
if
(
data
!==
null
&&
data
?.
data
!==
null
)
{
this
.
$store
.
dispatch
(
types
.
SHOW_TOAST
,
{
...
...
@@ -527,6 +530,7 @@ export default {
if
(
"
id
"
in
option
)
{
this
.
shipmentId
=
option
.
id
;
this
.
destWarehouseId
=
option
.
destWarehouseId
;
this
.
isTally
=
option
.
isTally
;
await
this
.
getCountry
()
this
.
getLoadDetail
();
}
...
...
src/pages/mergePkg/patch.vue
View file @
0648ca1b
...
...
@@ -249,6 +249,7 @@ export default {
/* 发货ID */
shipmentId
:
""
,
destWarehouseId
:
""
,
// 目的地
isTally
:
0
,
// loadDetail: {},
status
:
"
more
"
,
contentText
:
{
...
...
@@ -335,6 +336,7 @@ export default {
),
secId
:
this
.
pathToList
[
this
.
pathToSelected
].
id
,
shipmentId
:
this
.
shipmentId
,
isTally
:
this
.
isTally
,
};
createAir
({
...
params
,
relationStatus
:
2
,
singleLoad
}).
then
((
res
)
=>
{
this
.
showPatch
=
false
...
...
@@ -547,6 +549,7 @@ export default {
),
secId
:
this
.
pathToList
[
this
.
pathToSelected
].
id
,
shipmentId
:
this
.
shipmentId
,
isTally
:
this
.
isTally
,
}).
then
((
data
)
=>
{
if
(
data
!==
null
&&
data
?.
data
!==
null
)
{
this
.
$store
.
dispatch
(
types
.
SHOW_TOAST
,
{
...
...
@@ -596,6 +599,7 @@ export default {
if
(
"
id
"
in
option
)
{
this
.
shipmentId
=
option
.
id
;
this
.
destWarehouseId
=
option
.
destWarehouseId
;
this
.
isTally
=
option
.
isTally
;
// 查询出货详情
await
this
.
getShipment
()
await
this
.
getCountry
()
...
...
src/pages/tally/detail.vue
View file @
0648ca1b
...
...
@@ -546,7 +546,7 @@ export default {
toPatch
()
{
const
{
boxInfo
}
=
this
.
loadData
;
uni
.
navigateTo
({
url
:
`../loading/patch?id=${this.shipmentId
}
&destWarehouseId=${boxInfo.destWarehouseId
}
`
,
url
:
`../loading/patch?id=${this.shipmentId
}
&destWarehouseId=${boxInfo.destWarehouseId
}
&isTally=1
`
,
}
);
}
,
/* 理货完成 */
...
...
src/pages/tallyAir/detail.vue
View file @
0648ca1b
...
...
@@ -808,7 +808,7 @@ export default {
toPatch
()
{
const
{
boxInfo
}
=
this
.
loadData
;
uni
.
navigateTo
({
url
:
`../mergePkg/patch?id=${this.shipmentId
}
&selfNo=${boxInfo.selfNo
}
`
,
url
:
`../mergePkg/patch?id=${this.shipmentId
}
&selfNo=${boxInfo.selfNo
}
&isTally=1
`
,
}
);
}
,
/* 理货完成 */
...
...
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