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
d7edad83
Commit
d7edad83
authored
Sep 10, 2023
by
zhoutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删单退场bug修复
parent
66c486d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
cusDeclaration.vue
src/views/ecw/box/shippingAir/nodePage/cusDeclaration.vue
+12
-4
No files found.
src/views/ecw/box/shippingAir/nodePage/cusDeclaration.vue
View file @
d7edad83
...
...
@@ -124,6 +124,7 @@
<el-button
type=
"primary"
plain
@
click=
"canclAudit"
>
{{cusDeclarationObj.dcCheckStatus === '1' ? $t('取消全部退场审核') : $t('取消部分退场审核')}}
</el-button>
</el-row>
<el-row
class=
"operate-button"
>
<el-button
type=
"primary"
v-if=
"inOverReview"
@
click=
"exitReviewDetail"
>
{{$t('删单退场审核中')}}
</el-button>
<el-button
type=
"primary"
v-if=
"inOverReview"
plain
@
click=
"canclOverAudit"
>
{{$t('取消删单退场审核')}}
</el-button>
<el-button
type=
"primary"
@
click=
"onSubmit(1)"
:disabled=
"isCheckDeal('submit')"
>
{{$t('保存')}}
</el-button>
<el-button
type=
"success"
v-if=
"!inReview&&!inOverReview"
@
click=
"onSubmit(2)"
:disabled=
"isCheckDeal('submit')"
>
{{$t('提交')}}
</el-button>
...
...
@@ -397,6 +398,9 @@ export default {
},
//提交删单退场审核
approvalCreate
(){
// this.$refs["cusDeclarationForm"].validate((valid) => {
// if (valid) {}
// })
if
(
!
this
.
cusDeclarationObj
.
deleteExitType
){
this
.
$message
.
error
(
this
.
$t
(
"
请选择删单退场类型或者时间
"
));
return
;
...
...
@@ -414,10 +418,8 @@ export default {
approvalStatus
:
0
,
approvalType
:
11
,
details
:
JSON
.
stringify
(
details
)
}).
then
((
res
)
=>
{
serviceMsg
(
res
,
this
).
then
(()
=>
{
this
.
cancel
(
"
submit
"
);
});
}).
then
(()
=>
{
this
.
onSubmit
(
1
)
});
},
/** 提交 */
...
...
@@ -603,6 +605,12 @@ export default {
toReviewDetail
.
apply
(
this
,
[
customsApprovalInfo
.
bpmProcessId
]);
this
.
cancel
(
"
close
"
);
},
//删单退场审核详情
exitReviewDetail
()
{
const
{
customsDeleteExitApprovalInfo
}
=
this
.
shipmentObj
;
toReviewDetail
.
apply
(
this
,
[
customsDeleteExitApprovalInfo
.
bpmProcessId
]);
this
.
cancel
(
"
close
"
);
},
/* 取消退场审核 */
canclAudit
()
{
console
.
log
(
this
.
shipmentObj
)
...
...
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