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
4ef0d522
Commit
4ef0d522
authored
Aug 31, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善修改放货审批
parent
36296c73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
9 deletions
+20
-9
updateReleaseLimit.vue
src/views/ecw/order/components/updateReleaseLimit.vue
+20
-9
No files found.
src/views/ecw/order/components/updateReleaseLimit.vue
View file @
4ef0d522
<
template
>
<el-dialog
:visible=
"show"
@
close=
"handleClose"
:title=
"$t('收货人限制修改申请')"
width=
"1000px"
>
<el-form
label-position=
"left"
label-width=
"150px"
:model=
"form"
>
<el-form
label-position=
"left"
label-width=
"150px"
:model=
"form"
:disabled=
"applyStatus === 1"
>
<el-row
:gutter=
"20"
>
<!-- 订单号 -->
<el-col
:span=
"8"
>
...
...
@@ -151,6 +151,7 @@ export default {
show
:
true
,
fileType
:
[
"
doc
"
,
"
docx
"
,
"
xls
"
,
"
xlsx
"
,
"
ppt
"
,
"
pptx
"
,
"
txt
"
,
"
pdf
"
,
'
jpg
'
,
'
jpeg
'
,
'
png
'
,
'
mp4
'
,
'
mov
'
,
'
avi
'
,
'
mp3
'
],
applyStatus
:
0
,
// 审批状态: 1 处理中 2 通过 3 不通过 4 已取消
bpmId
:
null
,
// 审批流程ID
form
:
{
// 申请类型:此处应该是 61 放货限制修改申请 62 海外仓修改申请
applyType
:
61
,
...
...
@@ -199,27 +200,37 @@ export default {
this
.
applyStatus
=
0
getLimitUpdateInfo
(
this
.
order
.
orderId
).
then
(
res
=>
{
const
data
=
res
.
data
console
.
log
({
data
})
if
(
data
.
applyType
===
this
.
form
.
applyType
){
this
.
newIsLimitUpdateConsignee
=
data
.
newIsLimitUpdateConsignee
this
.
newLockConsigneeDay
=
data
.
newLockConsigneeDay
this
.
reasonZh
=
data
.
reasonZh
this
.
annex
=
data
.
annex
this
.
form
.
newIsLimitUpdateConsignee
=
data
.
newIsLimitUpdateConsignee
this
.
form
.
newLockConsigneeDay
=
data
.
newLockConsigneeDay
this
.
form
.
reasonZh
=
data
.
reasonZh
this
.
form
.
annex
=
data
.
annex
this
.
form
.
ccIds
=
data
.
ccIds
?.
split
(
"
,
"
).
filter
(
item
=>
!!
item
).
map
(
item
=>
Number
(
item
))
||
[]
this
.
applyStatus
=
data
.
applyStatus
// 如果是申请中,则需要查询审批数据
this
.
bpmId
=
data
.
formId
/* // 如果是申请中,则需要查询审批数据
if(this.applyStatus === 1){
this.getApproval()
}
}
*/
}
})
},
getApproval
(){
/*
getApproval(){
getApproval(this.id).then(res => {
this.approvalDetail = res.data
})
},
},
*/
handleGoBpm
(){
console
.
log
(
"
跳转审批页面,待完善
"
)
this
.
handleClose
()
this
.
$router
.
push
({
path
:
"
/bpm/process-instance/detail
"
,
query
:
{
id
:
this
.
bpmId
}
})
},
handleClose
(){
this
.
show
=
false
...
...
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