Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
biz-trina5-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
贺双
biz-trina5-app
Commits
648dba92
Commit
648dba92
authored
Jul 10, 2025
by
刘威龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
回单详情确认bug修复
parent
b4d1e26f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
12 deletions
+22
-12
orderPodSignEdit.vue
subpkg/orderPodSignEdit/orderPodSignEdit.vue
+22
-12
No files found.
subpkg/orderPodSignEdit/orderPodSignEdit.vue
View file @
648dba92
...
@@ -332,6 +332,14 @@
...
@@ -332,6 +332,14 @@
"row"
:
this
.
formData
,
"row"
:
this
.
formData
,
},
},
}
}
if
(
this
.
formData
.
id
==
null
||
this
.
formData
.
id
==
""
)
{
uni
.
showToast
({
title
:
"未勾选pod信息,不能确认"
,
icon
:
'none'
,
duration
:
2000
})
return
;
}
else
{
//明细签收
//明细签收
getAppUpdatePodSign
(
baseData
).
then
(
res
=>
{
getAppUpdatePodSign
(
baseData
).
then
(
res
=>
{
if
(
res
.
data
.
data
.
messageType
===
'success'
)
{
if
(
res
.
data
.
data
.
messageType
===
'success'
)
{
...
@@ -344,6 +352,8 @@
...
@@ -344,6 +352,8 @@
},
1500
)
},
1500
)
}
}
})
})
}
},
},
//设置显示枚举
//设置显示枚举
...
...
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