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
1d085a1b
Commit
1d085a1b
authored
Jul 02, 2023
by
zhoutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删单退场
parent
9b83edf6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
cusDeclaration.vue
src/views/ecw/box/shippingAir/nodePage/cusDeclaration.vue
+16
-0
review.vue
src/views/ecw/box/shippingAir/nodePage/review.vue
+1
-1
seaProcess.vue
src/views/ecw/box/shippingAir/seaProcess.vue
+1
-1
No files found.
src/views/ecw/box/shippingAir/nodePage/cusDeclaration.vue
View file @
1d085a1b
...
...
@@ -70,6 +70,9 @@
{{
getCheckExamineStatus
}}
</el-form-item>
</el-form-item>
<el-form-item
v-show=
"cusDeclarationObj.overMachineStatus == 2 && cusDeclarationObj.overMachineAbnormalStatus == 1"
>
<el-button
type=
"primary"
@
click=
"approvalCreate"
>
{{
$t
(
'
提交删单退场审核
'
)
}}
</el-button>
</el-form-item>
<el-form-item
prop=
"weightMisreport"
v-show=
"cusDeclarationObj.overMachineStatus == 2 && cusDeclarationObj.overMachineAbnormalStatus == 2"
>
<el-radio-group
v-model=
"cusDeclarationObj.weightMisreport"
:disabled=
"inReview"
>
<el-radio
:label=
"1"
>
{{
$t
(
'
机场误差3%
'
)
}}
</el-radio>
...
...
@@ -188,6 +191,7 @@ import {
resetById
,
resetByShipmentId
,
customsOrderList
,
approvalCreate
}
from
"
@/api/ecw/boxSea
"
;
import
{
formatNumberString
,
...
...
@@ -360,6 +364,18 @@ export default {
});
});
},
//提交删单退场审核
approvalCreate
(){
approvalCreate
({
shipmentId
:
this
.
shipmentObj
.
id
,
approvalStatus
:
0
,
approvalType
:
10
}).
then
((
res
)
=>
{
serviceMsg
(
res
,
this
).
then
(()
=>
{
this
.
cancel
(
"
submit
"
);
});
});
},
/** 提交 */
onSubmit
(
operateType
)
{
this
.
$refs
[
"
cusDeclarationForm
"
].
validate
((
valid
)
=>
{
...
...
src/views/ecw/box/shippingAir/nodePage/review.vue
View file @
1d085a1b
...
...
@@ -4,7 +4,7 @@
<el-form-item
:label=
"$t('申请理由')"
>
<el-input
v-model=
"reviewObj.applyReason"
type=
"textarea"
rows=
"2"
:placeholder=
"$t('请输入申请理由')"
:disabled=
"isReview"
></el-input>
</el-form-item>
<span
v-if=
"voKey=='preInstallBackInfo'"
style=
"color: red;margin-left: 120px;"
>
{{
$t
(
'
请注意,
预装
反审后,全部提单需重新制作
'
)
}}
</span>
<span
v-if=
"voKey=='preInstallBackInfo'"
style=
"color: red;margin-left: 120px;"
>
{{
$t
(
'
请注意,
分拣
反审后,全部提单需重新制作
'
)
}}
</span>
</el-form>
<el-row
class=
"operate-button"
>
<el-button
type=
"success"
@
click=
"onSubmit"
v-show=
"!isReview"
>
{{
$t
(
'
发起申请
'
)
}}
</el-button>
...
...
src/views/ecw/box/shippingAir/seaProcess.vue
View file @
1d085a1b
...
...
@@ -180,7 +180,7 @@ export default {
if
([
25
].
includes
(
preStatus
))
{
this
.
currentComponent
=
`reviewWidget`
;
this
.
$set
(
this
.
dialogConfig
,
"
width
"
,
"
700px
"
);
this
.
$set
(
this
.
dialogConfig
,
"
title
"
,
this
.
$t
(
"
预装
反审
"
));
this
.
$set
(
this
.
dialogConfig
,
"
title
"
,
this
.
$t
(
"
分拣
反审
"
));
}
else
{
this
.
$set
(
this
.
dialogConfig
,
"
fullscreen
"
,
true
);
this
.
$set
(
this
.
dialogConfig
,
"
title
"
,
this
.
$t
(
"
空运-排单
"
));
...
...
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