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
f83c85c0
Commit
f83c85c0
authored
Dec 21, 2022
by
我在何方
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab.jdshangmen.com/jiedao-app/jiedao-app-operator
into dev
parents
b6a2d4a9
b71a4e22
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
23 additions
and
15 deletions
+23
-15
index.vue
src/views/ecw/box/ladingBill/index.vue
+1
-1
query.vue
src/views/ecw/box/query.vue
+1
-1
startPacking.vue
...ews/ecw/box/shippingSea/nodePage/cabinet/startPacking.vue
+1
-1
supplementOrder.vue
.../ecw/box/shippingSea/nodePage/cabinet/supplementOrder.vue
+11
-6
preinstall.vue
src/views/ecw/box/shippingSea/nodePage/preinstall.vue
+2
-1
review.vue
src/views/ecw/box/shippingSea/nodePage/review.vue
+3
-1
index.vue
src/views/ecw/box/shippingSea/nodePage/tally/index.vue
+1
-1
startUnloading.vue
...ecw/box/shippingSea/nodePage/unloading/startUnloading.vue
+1
-1
index.vue
src/views/ecw/customerConfirm/index.vue
+2
-2
No files found.
src/views/ecw/box/ladingBill/index.vue
View file @
f83c85c0
...
...
@@ -8,7 +8,7 @@
<el-row
style=
"margin-top:15px"
>
<el-table
:data=
"billData.list"
border
max-height=
"500px"
>
<el-table-column
:label=
"$t('序号')"
type=
"index"
align=
"center"
width=
"50
"
/>
<el-table-column
:label=
"$t('序号')"
align=
"center"
width=
"50"
prop=
"tidanNo
"
/>
<el-table-column
:label=
"$t('订单号')"
align=
"center"
prop=
"orderNo"
/>
<el-table-column
:label=
"$t('货物信息')"
align=
"center"
prop=
""
>
<template
slot-scope=
"scope"
>
...
...
src/views/ecw/box/query.vue
View file @
f83c85c0
...
...
@@ -68,7 +68,7 @@
</div>
<el-table
:data=
"sectionObj.sectionOrderList"
style=
"width: 100%"
border
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"50"
:selectable=
"selectable"
></el-table-column>
>
<el-table-column
type=
"index"
align=
"center"
:label=
"$t('序号')"
width=
"50
"
/>
<el-table-column
align=
"center"
:label=
"$t('序号')"
width=
"50"
prop=
"tidanNum
"
/>
<el-table-column
prop=
"orderNo"
:label=
"$t('订单号')"
align=
"center"
>
<
template
v-slot=
"scope"
>
<a
href=
"javascript:void(0)"
@
click=
"jumpOrderDetail(scope.row)"
>
{{
scope
.
row
.
orderNo
}}
</a>
...
...
src/views/ecw/box/shippingSea/nodePage/cabinet/startPacking.vue
View file @
f83c85c0
...
...
@@ -37,7 +37,7 @@
<!-- 表格 -->
<el-row
class=
"table-content"
>
<el-table
:data=
"tableData.sectionOrderList"
border
max-height=
"500px"
>
<el-table-column
:label=
"$t('序号')"
type=
"index"
align=
"center"
width=
"50
"
/>
<el-table-column
:label=
"$t('序号')"
align=
"center"
width=
"50"
prop=
"tidanNum
"
/>
<el-table-column
:label=
"$t('订单号')"
align=
"center"
prop=
"orderNo"
>
<
template
slot-scope=
"scope"
>
<div>
...
...
src/views/ecw/box/shippingSea/nodePage/cabinet/supplementOrder.vue
View file @
f83c85c0
...
...
@@ -87,7 +87,8 @@
<el-table-column
:label=
"$t('品名')"
align=
"center"
prop=
"prodTitleZh"
min-width=
"500"
/>
<el-table-column
:label=
"$t('品牌')"
align=
"center"
prop=
"brandType"
width=
"120"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.BOX_SHIPPING_BRAND_TYPE"
:value=
"scope.row.brandType"
/>
<template
v-if=
"scope.row.brandName"
>
{{
scope
.
row
.
brandName
}}
</
template
>
<dict-tag
v-else
:type=
"DICT_TYPE.ECW_IS_BRAND"
:value=
"scope.row.feeType"
/>
</template>
</el-table-column>
<el-table-column
:label=
"$t('箱数')"
align=
"center"
prop=
"num"
width=
"120"
/>
...
...
@@ -206,7 +207,7 @@ export default {
}
return
{
...
item
,
title
:
this
.
$t
(
'
第{index}部分
'
,
{
index
:
index
+
1
}),
title
:
this
.
$t
(
"
第{index}部分
"
,
{
index
:
index
+
1
}),
};
});
...
...
@@ -278,9 +279,13 @@ export default {
},
/* 删除部分 */
deletePart
()
{
this
.
$confirm
(
this
.
$t
(
"
确认删除该部分及其已预装订单?
"
),
this
.
$t
(
"
提示
"
),
{
type
:
"
warning
"
,
})
this
.
$confirm
(
this
.
$t
(
"
确认删除该部分及其已预装订单?
"
),
this
.
$t
(
"
提示
"
),
{
type
:
"
warning
"
,
}
)
.
then
((
_
)
=>
{
deleteSection
(
this
.
partData
.
id
).
then
((
res
)
=>
{
serviceMsg
(
res
,
this
).
then
(()
=>
{
...
...
@@ -308,7 +313,7 @@ export default {
/* 获取城市 */
importCityName
(
id
)
{
var
arr
=
this
.
$attrs
.
warehouseList
.
filter
((
item
)
=>
item
.
id
==
id
);
return
arr
.
length
>
0
?
this
.
$l
(
arr
[
0
],
'
title
'
)
:
this
.
$t
(
"
无
"
);
return
arr
.
length
>
0
?
this
.
$l
(
arr
[
0
],
"
title
"
)
:
this
.
$t
(
"
无
"
);
},
/* 待预装订单分页 */
pageChange
(
page
)
{
...
...
src/views/ecw/box/shippingSea/nodePage/preinstall.vue
View file @
f83c85c0
...
...
@@ -120,6 +120,7 @@
<
div
v
-
show
=
"
!part.fold
"
>
<
el
-
table
v
-
loading
=
"
preLoading
"
border
:
data
=
"
part.sectionGoodsList
"
@
select
=
"
(selection)=>checkboxSelect(selection, part)
"
@
select
-
all
=
"
(selection)=>checkboxSelect(selection, part)
"
>
<
el
-
table
-
column
type
=
"
selection
"
align
=
"
center
"
width
=
"
55
"
fixed
=
"
left
"
/>
<
el
-
table
-
column
:
label
=
"
$t('序号')
"
align
=
"
center
"
prop
=
"
tidanNum
"
width
=
"
50
"
/>
<
el
-
table
-
column
:
label
=
"
$t('订单号')
"
align
=
"
center
"
prop
=
"
orderNo
"
width
=
"
120
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
div
>
...
...
@@ -717,7 +718,7 @@ export default {
getRatioMax
(
row
)
{
let
volume
=
row
.
volume
??
0
;
let
weight
=
row
.
weight
??
0
;
return
Decimal
.
div
(
volume
,
weight
).
toFixed
(
2
);
return
Decimal
.
div
(
weight
,
volume
).
toFixed
(
2
);
}
,
}
,
}
;
...
...
src/views/ecw/box/shippingSea/nodePage/review.vue
View file @
f83c85c0
...
...
@@ -54,7 +54,9 @@ export default {
if
(
shipmentObj
[
voKey
]
&&
shipmentObj
[
voKey
].
approvalStatus
!==
1
)
{
this
.
isReview
=
false
;
}
this
.
bpmProcessId
=
shipmentObj
[
voKey
].
bpmProcessId
;
if
(
shipmentObj
[
voKey
])
{
this
.
bpmProcessId
=
shipmentObj
[
voKey
].
bpmProcessId
;
}
if
(
this
.
isReview
)
{
this
.
$set
(
this
.
reviewObj
,
...
...
src/views/ecw/box/shippingSea/nodePage/tally/index.vue
View file @
f83c85c0
...
...
@@ -27,7 +27,7 @@
<el-row
style=
"margin-top: 5px"
>
<el-table
border
:data=
"tallyList"
@
select=
"checkboxSelect"
@
select-all=
"checkboxSelect"
max-height=
"600px"
>
<el-table-column
type=
"selection"
align=
"center"
width=
"55"
fixed=
"left"
/>
<el-table-column
type=
"index"
align=
"center"
:label=
"$t('序号')"
width=
"50
"
/>
<el-table-column
align=
"center"
:label=
"$t('序号')"
width=
"50"
prop=
"tidanNum
"
/>
<el-table-column
:label=
"$t('订单号')"
align=
"center"
prop=
"orderNo"
>
<template
slot-scope=
"scope"
>
<div>
...
...
src/views/ecw/box/shippingSea/nodePage/unloading/startUnloading.vue
View file @
f83c85c0
...
...
@@ -28,7 +28,7 @@
<!-- 表格 -->
<el-row
class=
"table-area"
>
<el-table
v-loading=
"loading"
:data=
"pageData.sectionOrderList"
border
max-height=
"500px"
>
<el-table-column
:label=
"$t('序号')"
type=
"index"
align=
"center"
width=
"50
"
/>
<el-table-column
:label=
"$t('序号')"
align=
"center"
width=
"50"
prop=
"tidanNum
"
/>
<el-table-column
:label=
"$t('订单号')"
align=
"center"
prop=
"orderNo"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
orderNo
}}
...
...
src/views/ecw/customerConfirm/index.vue
View file @
f83c85c0
...
...
@@ -103,9 +103,9 @@
<span>
{{
parseTime
(
scope
.
row
.
createTime
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('
预计入公海
时间')"
align=
"center"
prop=
"createTime"
width=
"180"
>
<el-table-column
:label=
"$t('
分配
时间')"
align=
"center"
prop=
"createTime"
width=
"180"
>
<
template
v-slot =
{row}
>
<span>
{{
parseTime
(
row
.
estimateEnterOpenSea
Time
)
}}
</span>
<span>
{{
parseTime
(
row
.
customerServiceAssigned
Time
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('客户经理')"
align=
"center"
prop=
"customerServiceName"
>
...
...
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