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
79f1ea04
Commit
79f1ea04
authored
Dec 19, 2022
by
huhaiqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改海运缺陷单
parent
9d0a78bf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
12 deletions
+11
-12
index.vue
src/views/ecw/box/ladingBill/index.vue
+4
-4
query.vue
src/views/ecw/box/query.vue
+4
-6
preinstall.vue
src/views/ecw/box/shippingSea/nodePage/preinstall.vue
+3
-2
No files found.
src/views/ecw/box/ladingBill/index.vue
View file @
79f1ea04
...
@@ -30,14 +30,14 @@
...
@@ -30,14 +30,14 @@
{{
scope
.
row
.
isCargoControl
?
'
是
'
:
'
否
'
}}
{{
scope
.
row
.
isCargoControl
?
'
是
'
:
'
否
'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('计划箱数')"
align=
"center"
prop=
"
loadN
um"
>
<el-table-column
:label=
"$t('计划箱数')"
align=
"center"
prop=
"
n
um"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
loadN
um
}}{{
$t
(
'
箱
'
)
}}
{{
scope
.
row
.
n
um
}}{{
$t
(
'
箱
'
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('实装箱数')"
align=
"center"
prop=
"
n
um"
>
<el-table-column
:label=
"$t('实装箱数')"
align=
"center"
prop=
"
loadN
um"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
n
um
}}{{
$t
(
'
箱
'
)
}}
{{
scope
.
row
.
loadN
um
}}{{
$t
(
'
箱
'
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('提货点')"
align=
"center"
prop=
"destWarehouse"
/>
<el-table-column
:label=
"$t('提货点')"
align=
"center"
prop=
"destWarehouse"
/>
...
...
src/views/ecw/box/query.vue
View file @
79f1ea04
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"billAbnId"
:label=
"$t('异常')"
align=
"center"
>
<el-table-column
prop=
"billAbnId"
:label=
"$t('异常')"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.BOX_SHIPPING_TICKET_EXCEPTION"
:value=
"scope.row.
opStep
"
/>
<dict-tag
:type=
"DICT_TYPE.BOX_SHIPPING_TICKET_EXCEPTION"
:value=
"scope.row.
billAbnId
"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"abnDetail"
:label=
"$t('异常描述')"
align=
"center"
width=
"700"
></el-table-column>
<el-table-column
prop=
"abnDetail"
:label=
"$t('异常描述')"
align=
"center"
width=
"700"
></el-table-column>
...
@@ -605,13 +605,11 @@ export default {
...
@@ -605,13 +605,11 @@ export default {
getBoxSum() {
getBoxSum() {
return (boxStatistics) => {
return (boxStatistics) => {
if (boxStatistics) {
if (boxStatistics) {
return this.$t("{num}箱 {volum
}m³
", {
return this.$t("{num}箱 {volum
e}m³ {weight}kg
", {
num: boxStatistics.num ?? 0,
num: boxStatistics.num ?? 0,
volume: boxStatistics.weight ?? 0,
volume: boxStatistics.volume ?? 0,
weight: boxStatistics.weight ?? 0,
});
});
/* `
$
{
boxStatistics
.
num
??
0
}
箱
$
{
boxStatistics
.
volume
??
0
}
m3
$
{
boxStatistics
.
weight
??
0
}
kg
`; */
}
}
return;
return;
};
};
...
...
src/views/ecw/box/shippingSea/nodePage/preinstall.vue
View file @
79f1ea04
...
@@ -153,8 +153,9 @@
...
@@ -153,8 +153,9 @@
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('备案')
"
align
=
"
center
"
prop
=
"
productRecord
"
width
=
"
100
"
>
<
el
-
table
-
column
:
label
=
"
$t('备案')
"
align
=
"
center
"
prop
=
"
productRecord
"
width
=
"
100
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
template
slot
-
scope
=
"
{row
}
"
>
<
dict
-
tag
:
type
=
"
DICT_TYPE.BOX_SHIPPING_BRAND_TYPE
"
:
value
=
"
scope.row.productRecord
"
/>
<
template
v
-
if
=
"
row.brandName
"
>
{{
row
.
brandName
}}
<
/template
>
<
dict
-
tag
v
-
else
:
type
=
"
DICT_TYPE.ECW_IS_BRAND
"
:
value
=
"
row.feeType
"
/>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('操作')
"
align
=
"
center
"
width
=
"
160
"
class
-
name
=
"
small-padding fixed-width
"
fixed
=
"
right
"
>
<
el
-
table
-
column
:
label
=
"
$t('操作')
"
align
=
"
center
"
width
=
"
160
"
class
-
name
=
"
small-padding fixed-width
"
fixed
=
"
right
"
>
...
...
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