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
610d4698
Commit
610d4698
authored
Feb 07, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab.jdshangmen.com/jiedao-app/jiedao-app-operator
into dev
parents
259b9be1
dc970f20
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
13 deletions
+28
-13
preinstall.vue
src/views/ecw/box/shippingSea/nodePage/preinstall.vue
+24
-9
index.vue
src/views/ecw/box/shippingSea/nodePage/tally/index.vue
+4
-4
No files found.
src/views/ecw/box/shippingSea/nodePage/preinstall.vue
View file @
610d4698
...
...
@@ -142,12 +142,12 @@
{{
$l
(
row
,
'
prodTitle
'
)
}}
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('箱数')
"
align
=
"
center
"
prop
=
"
n
um
"
/>
<
el
-
table
-
column
:
label
=
"
$t('箱数')
"
align
=
"
center
"
prop
=
"
warehouseInInfoVO.cartonsN
um
"
/>
<
el
-
table
-
column
:
label
=
"
$t('体积') + '/' + $t('重量') + '/' + $t('重货比')
"
align
=
"
center
"
width
=
"
140
"
prop
=
"
volumeWeight
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
p
v
-
if
=
"
scope.row.
volume
"
>
{{
getTotlContent
(
scope
.
row
,[
'
volume
'
])
}}
<
/p
>
<
p
v
-
if
=
"
scope.row.w
eight
"
>
{{
getTotlContent
(
scope
.
row
,[
'
weight
'
])
}}
<
/p
>
<
p
>
{{
getRatioMax
(
scope
.
row
)
}}
<
/p
>
<
p
v
-
if
=
"
scope.row.
warehouseInInfoVO.volume
"
>
{{
getTotlContent
(
scope
.
row
.
warehouseInInfoVO
,[
'
volume
'
])
}}
<
/p
>
<
p
v
-
if
=
"
scope.row.w
arehouseInInfoVO.weight
"
>
{{
getTotlContent
(
scope
.
row
.
warehouseInInfoVO
,[
'
weight
'
])
}}
<
/p
>
<
p
>
{{
getRatioMax
(
scope
.
row
.
warehouseInInfoVO
)
}}
<
/p
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('报关方式')
"
align
=
"
center
"
prop
=
"
customsType
"
width
=
"
120
"
>
...
...
@@ -248,13 +248,15 @@
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('备案')
"
align
=
"
center
"
prop
=
"
feeType
"
>
<
template
slot
-
scope
=
"
{row
}
"
>
<
template
>
{{
row
.
brandName
}}
<
/template>{{ $t
(
'('
)
}}
<dict-tag :type="DICT_TYPE.BRAND_CUSTOMER_CHARGING_MODEL" :value="row.feeType" /
>
{{
$t
(
'
)
'
)
}}
<
/template
>
<
template
>
{{
row
.
brandName
}}
<
/template>{{ $t
(
'('
)
}}
<
dict
-
tag
:
type
=
"
DICT_TYPE.BRAND_CUSTOMER_CHARGING_MODEL
"
:
value
=
"
row.feeType
"
/>
{{
$t
(
'
)
'
)
}}
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('箱数')
"
align
=
"
center
"
prop
=
"
n
um
"
/>
<
el
-
table
-
column
:
label
=
"
$t('箱数')
"
align
=
"
center
"
prop
=
"
warehouseInInfoVO.cartonsN
um
"
/>
<
el
-
table
-
column
:
label
=
"
$t('体积') +'/' + $t('重量')
"
align
=
"
center
"
prop
=
"
volumeWeight
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
p
v
-
if
=
"
scope.row.
volume
"
>
{{
getTotlContent
(
scope
.
row
,[
'
volume
'
])
}}
<
/p
>
<
p
v
-
if
=
"
scope.row.w
eight
"
>
{{
getTotlContent
(
scope
.
row
,[
'
weight
'
])
}}
<
/p
>
<
p
v
-
if
=
"
scope.row.
warehouseInInfoVO && scope.row.warehouseInInfoVO.volume
"
>
{{
getTotlContent
(
scope
.
row
.
warehouseInInfoVO
,[
'
volume
'
])
}}
<
/p
>
<
p
v
-
if
=
"
scope.row.w
arehouseInInfoVO && scope.row.warehouseInInfoVO.weight
"
>
{{
getTotlContent
(
scope
.
row
.
warehouseInInfoVO
,[
'
weight
'
])
}}
<
/p
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('报关方式')
"
align
=
"
center
"
prop
=
""
>
...
...
@@ -264,7 +266,7 @@
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('包装类型')
"
align
=
"
center
"
prop
=
""
>
<
template
slot
-
scope
=
"
scope
"
>
<
dict
-
tag
:
type
=
"
DICT_TYPE.ECW_PACKAGING_TYPE
"
:
value
=
"
scope.row.unit
"
/>
<
dict
-
tag
:
type
=
"
DICT_TYPE.ECW_PACKAGING_TYPE
"
:
value
=
"
scope.row.
warehouseInInfoVO && scope.row.warehouseInInfoVO.
unit
"
/>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('材质')
"
align
=
"
center
"
prop
=
"
material
"
>
{{
$t
(
'
、
'
)
}}
<
template
slot
-
scope
=
"
scope
"
>
...
...
@@ -458,6 +460,19 @@ export default {
params
.
shipmentId
=
this
.
shipmentObj
.
id
;
params
.
smartInstall
=
this
.
smartInstall
;
secGoodsList
(
params
).
then
((
res
)
=>
{
if
(
res
.
data
)
{
res
.
data
.
sectionGoodList
.
map
((
data
)
=>
{
if
(
data
.
sectionGoodsList
)
{
data
.
sectionGoodsList
.
map
((
data1
)
=>
{
data1
.
warehouseInInfoVO
=
data1
.
warehouseInInfo
?
JSON
.
parse
(
data1
.
warehouseInInfo
)
:
{
}
;
return
data1
;
}
);
}
return
data
;
}
);
}
this
.
preList
=
res
.
data
;
this
.
preLoading
=
false
;
}
);
...
...
src/views/ecw/box/shippingSea/nodePage/tally/index.vue
View file @
610d4698
...
...
@@ -56,10 +56,10 @@
</div>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('箱数')"
align=
"center"
prop=
"
n
um"
>
<el-table-column
:label=
"$t('箱数')"
align=
"center"
prop=
"
warehouseInInfo.cartonsN
um"
>
<
template
slot-scope=
"scope"
>
<el-link
type=
"primary"
@
click.native=
"showWarehouseLogs(scope.row)"
>
{{
scope
.
row
.
n
um
}}
{{
scope
.
row
.
warehouseInInfo
.
cartonsN
um
}}
</el-link>
<div
style=
"color:blue;fontWeight:bold;"
>
{{
scope
.
row
.
multiSpecification
===
true
?
'
(多规格)
'
:
''
}}
...
...
@@ -68,9 +68,9 @@
</el-table-column>
<el-table-column
:label=
"$t('纸箱尺寸')"
align=
"center"
prop=
"warehouseInInfo.boxGauge"
>
</el-table-column>
<el-table-column
:label=
"$t('体积')"
align=
"center"
prop=
"volume"
>
<el-table-column
:label=
"$t('体积')"
align=
"center"
prop=
"
warehouseInInfo.
volume"
>
</el-table-column>
<el-table-column
:label=
"$t('重量')"
align=
"center"
prop=
"weight"
>
<el-table-column
:label=
"$t('重量')"
align=
"center"
prop=
"w
arehouseInInfo.w
eight"
>
</el-table-column>
<el-table-column
:label=
"$t('数量(个)')"
align=
"center"
prop=
"quantity"
></el-table-column>
<el-table-column
:label=
"$t('储位')"
align=
"center"
prop=
"positionNo"
width=
"250px"
></el-table-column>
...
...
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