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
22f809d1
Commit
22f809d1
authored
Feb 27, 2024
by
zhoutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
海运/空运 实装卸货文案
parent
356567e2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
startUnloading.vue
...ecw/box/shippingAir/nodePage/unloading/startUnloading.vue
+3
-3
startUnloading.vue
...ecw/box/shippingSea/nodePage/unloading/startUnloading.vue
+3
-3
No files found.
src/views/ecw/box/shippingAir/nodePage/unloading/startUnloading.vue
View file @
22f809d1
...
@@ -168,8 +168,8 @@
...
@@ -168,8 +168,8 @@
<!-- 已装未装订单 -->
<!-- 已装未装订单 -->
<
template
v-if=
"dialogConfig.type === 'orderTable'"
>
<
template
v-if=
"dialogConfig.type === 'orderTable'"
>
<el-table
:data=
"orderList"
height=
"500px"
border
>
<el-table
:data=
"orderList"
height=
"500px"
border
>
<el-table-column
:label=
"$t('
已到
')"
align=
"center"
prop=
"loadTag"
/>
<el-table-column
:label=
"$t('
实装
')"
align=
"center"
prop=
"loadTag"
/>
<el-table-column
:label=
"$t('
未到
')"
align=
"center"
prop=
"unloadTag"
/>
<el-table-column
:label=
"$t('
到仓
')"
align=
"center"
prop=
"unloadTag"
/>
</el-table>
</el-table>
</
template
>
</
template
>
<unloadingError
v-if=
"dialogVisible"
@
closeDialog=
"closeDialog"
v-bind=
"$attrs"
:currRow=
"currRow"
/>
<unloadingError
v-if=
"dialogVisible"
@
closeDialog=
"closeDialog"
v-bind=
"$attrs"
:currRow=
"currRow"
/>
...
@@ -303,7 +303,7 @@ export default {
...
@@ -303,7 +303,7 @@ export default {
for
(
let
index
=
0
;
index
<
dataLength
;
index
++
)
{
for
(
let
index
=
0
;
index
<
dataLength
;
index
++
)
{
this
.
orderList
.
push
({
this
.
orderList
.
push
({
loadTag
:
data
.
loadList
[
index
],
loadTag
:
data
.
loadList
[
index
],
unloadTag
:
data
.
un
Load
List
[
index
],
unloadTag
:
data
.
un
loadCabinet
List
[
index
],
});
});
}
}
});
});
...
...
src/views/ecw/box/shippingSea/nodePage/unloading/startUnloading.vue
View file @
22f809d1
...
@@ -146,8 +146,8 @@
...
@@ -146,8 +146,8 @@
<el-dialog
custom-class=
"shipping-dialog"
:title=
"dialogConfig.title"
:visible.sync=
"dialogConfig.dialogVisible"
:fullscreen=
"dialogConfig.fullscreen"
:width=
"dialogConfig.width"
:modal-append-to-body=
false
append-to-body
>
<el-dialog
custom-class=
"shipping-dialog"
:title=
"dialogConfig.title"
:visible.sync=
"dialogConfig.dialogVisible"
:fullscreen=
"dialogConfig.fullscreen"
:width=
"dialogConfig.width"
:modal-append-to-body=
false
append-to-body
>
<
template
v-if=
"dialogConfig.type === 'orderTable'"
>
<
template
v-if=
"dialogConfig.type === 'orderTable'"
>
<el-table
:data=
"orderList"
height=
"500px"
border
>
<el-table
:data=
"orderList"
height=
"500px"
border
>
<el-table-column
:label=
"$t('
已卸
')"
align=
"center"
prop=
"loadTag"
/>
<el-table-column
:label=
"$t('
实装
')"
align=
"center"
prop=
"loadTag"
/>
<el-table-column
:label=
"$t('
未
卸')"
align=
"center"
prop=
"unloadTag"
/>
<el-table-column
:label=
"$t('
已
卸')"
align=
"center"
prop=
"unloadTag"
/>
</el-table>
</el-table>
</
template
>
</
template
>
<unloadingError
v-if=
"dialogVisible"
@
closeDialog=
"closeDialog"
v-bind=
"$attrs"
:currRow=
"currRow"
/>
<unloadingError
v-if=
"dialogVisible"
@
closeDialog=
"closeDialog"
v-bind=
"$attrs"
:currRow=
"currRow"
/>
...
@@ -328,7 +328,7 @@ export default {
...
@@ -328,7 +328,7 @@ export default {
for
(
let
index
=
0
;
index
<
dataLength
;
index
++
)
{
for
(
let
index
=
0
;
index
<
dataLength
;
index
++
)
{
this
.
orderList
.
push
({
this
.
orderList
.
push
({
loadTag
:
data
.
loadList
[
index
],
loadTag
:
data
.
loadList
[
index
],
unloadTag
:
data
.
un
Load
List
[
index
],
unloadTag
:
data
.
un
loadCabinet
List
[
index
],
});
});
}
}
});
});
...
...
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