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
a4571c92
Commit
a4571c92
authored
Oct 26, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
c15603cb
b2dc597c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
cusClearance.vue
src/views/ecw/box/shippingAir/nodePage/cusClearance.vue
+2
-0
startUnloading.vue
...ecw/box/shippingAir/nodePage/unloading/startUnloading.vue
+1
-1
seaProcess.vue
src/views/ecw/box/shippingAir/seaProcess.vue
+2
-1
No files found.
src/views/ecw/box/shippingAir/nodePage/cusClearance.vue
View file @
a4571c92
...
...
@@ -275,6 +275,7 @@ export default {
this
.
$set
(
this
.
cusClearanceObj
,
'
clClearTime
'
,
formatDate
(
clear
.
clClearTime
))
}
this
.
orderdialogVisible
=
false
this
.
cusClearanceObj
.
clearanceOrderIdList
.
push
(
val
.
orderId
)
},
handleSelectionChange
(
val
)
{
this
.
multipleSelectOrder
=
val
...
...
@@ -306,6 +307,7 @@ export default {
this
.
$set
(
this
.
cusClearanceObj
,
'
clClearTime
'
,
null
)
}
this
.
orderdialogVisible
=
false
this
.
cusClearanceObj
.
clearanceOrderIdList
=
this
.
multipleSelectOrder
.
map
((
item
)
=>
item
.
orderId
)
},
getClAgent
(
type
)
{
const
agentId
=
this
.
$attrs
.
shipmentObj
.
agentInfo
.
agentId
...
...
src/views/ecw/box/shippingAir/nodePage/unloading/startUnloading.vue
View file @
a4571c92
...
...
@@ -82,7 +82,7 @@
<el-table-column
:label=
"$t('重量')"
align=
"center"
prop=
"weight"
/>
<el-table-column
:label=
"$t('订单状态')"
align=
"center"
prop=
""
>
<
template
slot-scope=
"scope"
>
{{
scope
.
rowstatusMsg
}}
{{
scope
.
row
.
statusMsg
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('异常状态')"
align=
"center"
prop=
""
>
...
...
src/views/ecw/box/shippingAir/seaProcess.vue
View file @
a4571c92
...
...
@@ -220,13 +220,14 @@ export default {
break
;
// 卸柜
case
"
unloading
"
:
this
.
$set
(
this
.
dialogConfig
,
"
fullscreen
"
,
true
);
// 卸柜反审
const
unStatus
=
this
.
shipmentObj
[
node
.
keyName
];
if
([
186
].
includes
(
unStatus
))
{
this
.
currentComponent
=
`reviewWidget`
;
this
.
$set
(
this
.
dialogConfig
,
"
width
"
,
"
700px
"
);
this
.
$set
(
this
.
dialogConfig
,
"
title
"
,
this
.
$t
(
"
到仓反审
"
));
}
else
{
this
.
$set
(
this
.
dialogConfig
,
"
fullscreen
"
,
true
);
}
break
;
}
...
...
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