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
5fb02d14
Commit
5fb02d14
authored
Aug 15, 2022
by
dcy
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
61576009
08046989
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
196 additions
and
88 deletions
+196
-88
boxSea.js
src/api/ecw/boxSea.js
+2
-2
warehouse.js
src/api/ecw/warehouse.js
+8
-0
index.vue
src/components/WarehouseAreaDialog/index.vue
+4
-4
dict.js
src/utils/dict.js
+1
-0
shippingDetail.vue
src/views/ecw/box/shippingDetail.vue
+1
-1
supplementOrder.vue
.../ecw/box/shippingSea/nodePage/cabinet/supplementOrder.vue
+16
-9
cusDeclaration.vue
src/views/ecw/box/shippingSea/nodePage/cusDeclaration.vue
+1
-1
preinstall.vue
src/views/ecw/box/shippingSea/nodePage/preinstall.vue
+37
-15
startUnloading.vue
...ecw/box/shippingSea/nodePage/unloading/startUnloading.vue
+7
-6
utils.js
src/views/ecw/box/shippingSea/utils.js
+6
-0
edit.vue
src/views/ecw/channel/edit.vue
+28
-20
index.vue
src/views/ecw/channel/index.vue
+3
-1
index.vue
src/views/ecw/node/index.vue
+1
-28
index.vue
src/views/ecw/warehouse/index.vue
+81
-1
No files found.
src/api/ecw/boxSea.js
View file @
5fb02d14
...
@@ -367,7 +367,7 @@ export function secGoodsList(params) {
...
@@ -367,7 +367,7 @@ export function secGoodsList(params) {
}
}
/**
/**
* 获得
订单
预装分页
* 获得预装分页
*
*
* @export
* @export
* @param {*} params
* @param {*} params
...
@@ -375,7 +375,7 @@ export function secGoodsList(params) {
...
@@ -375,7 +375,7 @@ export function secGoodsList(params) {
*/
*/
export
function
preloadPage
(
params
)
{
export
function
preloadPage
(
params
)
{
return
request
({
return
request
({
url
:
"
/ecw/
order
/preloadPage
"
,
url
:
"
/ecw/
box-preload-goods
/preloadPage
"
,
method
:
"
get
"
,
method
:
"
get
"
,
params
,
params
,
});
});
...
...
src/api/ecw/warehouse.js
View file @
5fb02d14
...
@@ -125,5 +125,13 @@ export function deptList(data) {
...
@@ -125,5 +125,13 @@ export function deptList(data) {
})
})
}
}
/** 修改其他服务 */
export
function
serviceConfig
(
data
)
{
return
request
({
url
:
'
/ecw/warehouse/serviceConfig
'
,
method
:
'
post
'
,
data
:
data
})
}
src/components/WarehouseAreaDialog/index.vue
View file @
5fb02d14
...
@@ -106,7 +106,7 @@ export default {
...
@@ -106,7 +106,7 @@ export default {
warehouse
.
selected
=
true
warehouse
.
selected
=
true
// 区域被选,清空该区域下的位置
// 区域被选,清空该区域下的位置
warehouse
.
positionList
.
forEach
(
g
=>
{
if
(
warehouse
.
positionList
)
warehouse
.
positionList
.
forEach
(
g
=>
{
g
.
children
.
forEach
(
k
=>
{
g
.
children
.
forEach
(
k
=>
{
k
.
selected
=
false
k
.
selected
=
false
})
})
...
@@ -154,7 +154,7 @@ export default {
...
@@ -154,7 +154,7 @@ export default {
e
.
children
.
forEach
(
f
=>
{
e
.
children
.
forEach
(
f
=>
{
// 区域
// 区域
f
.
selected
=
false
f
.
selected
=
false
f
.
positionList
.
forEach
(
g
=>
{
if
(
f
.
positionList
)
f
.
positionList
.
forEach
(
g
=>
{
// 位置
// 位置
g
.
children
.
forEach
(
k
=>
{
g
.
children
.
forEach
(
k
=>
{
// 子位置
// 子位置
...
@@ -177,7 +177,7 @@ export default {
...
@@ -177,7 +177,7 @@ export default {
e
.
children
.
forEach
(
f
=>
{
e
.
children
.
forEach
(
f
=>
{
// 区域
// 区域
if
(
f
.
selected
)
result
.
push
(
f
.
code
)
if
(
f
.
selected
)
result
.
push
(
f
.
code
)
f
.
positionList
.
forEach
(
g
=>
{
else
if
(
f
.
positionList
)
f
.
positionList
.
forEach
(
g
=>
{
// 位置
// 位置
if
(
g
.
selected
)
result
.
push
(
k
.
code
)
if
(
g
.
selected
)
result
.
push
(
k
.
code
)
g
.
children
.
forEach
(
k
=>
{
g
.
children
.
forEach
(
k
=>
{
...
@@ -202,7 +202,7 @@ export default {
...
@@ -202,7 +202,7 @@ export default {
wareId
:
f
.
pid
,
wareId
:
f
.
pid
,
areaId
:
f
.
id
areaId
:
f
.
id
})
})
else
f
.
positionList
.
forEach
(
g
=>
{
else
if
(
f
.
positionList
)
f
.
positionList
.
forEach
(
g
=>
{
// 位置
// 位置
if
(
g
.
selected
)
result
.
push
({
if
(
g
.
selected
)
result
.
push
({
orderId
:
this
.
orderId
,
orderId
:
this
.
orderId
,
...
...
src/utils/dict.js
View file @
5fb02d14
...
@@ -182,6 +182,7 @@ export const DICT_TYPE = {
...
@@ -182,6 +182,7 @@ export const DICT_TYPE = {
BOX_SHIPPING_PRICE_UNIT
:
'
shipping_price_unit
'
,
// 金额单位
BOX_SHIPPING_PRICE_UNIT
:
'
shipping_price_unit
'
,
// 金额单位
BOX_SHIPPING_TICKET_EXCEPTION
:
'
shipping_ticket_exception
'
,
// 票异常
BOX_SHIPPING_TICKET_EXCEPTION
:
'
shipping_ticket_exception
'
,
// 票异常
BOX_SHIPPING_PROCESS
:
'
shipping_process
'
,
// 海运出货流程
BOX_SHIPPING_PROCESS
:
'
shipping_process
'
,
// 海运出货流程
BOX_SHIPPING_BRAND_TYPE
:
'
shipping_brand_type
'
,
// 出货品牌类型
}
}
/**
/**
...
...
src/views/ecw/box/shippingDetail.vue
View file @
5fb02d14
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
<el-row
style=
"marginTop:15px"
>
<el-row
style=
"marginTop:15px"
>
<el-table
:data=
"loadDetail.sectionOrderList"
border
>
<el-table
:data=
"loadDetail.sectionOrderList"
border
>
<el-table-column
prop=
""
label=
"部分"
align=
"center"
></el-table-column>
<el-table-column
prop=
"
sectionName
"
label=
"部分"
align=
"center"
></el-table-column>
<el-table-column
prop=
"orderNo"
label=
"订单号"
align=
"center"
>
<el-table-column
prop=
"orderNo"
label=
"订单号"
align=
"center"
>
<template
v-slot=
"
{row}">
<template
v-slot=
"
{row}">
<el-button
type=
"text"
@
click=
"jumpOrderDetail(row)"
>
{{
row
.
orderNo
}}
</el-button>
<el-button
type=
"text"
@
click=
"jumpOrderDetail(row)"
>
{{
row
.
orderNo
}}
</el-button>
...
...
src/views/ecw/box/shippingSea/nodePage/cabinet/supplementOrder.vue
View file @
5fb02d14
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
<el-row
class=
"right-title"
>
<el-row
class=
"right-title"
>
<div>
货物筛选
</div>
<div>
货物筛选
</div>
<div>
当前装柜:{{partData.title}}
</div>
<div>
当前装柜:{{partData.title}}
</div>
<div>
可预装方数:
无返回m³,重量:无返回
Kg
</div>
<div>
可预装方数:
{{unloadStatistics.volume}}m³,重量:{{unloadStatistics.weight}}
Kg
</div>
</el-row>
</el-row>
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 -->
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
<div>
<div>
<dict-tag
:type=
"DICT_TYPE.ECW_CUSTOMS_TYPE"
:value=
"item.customsType"
/>
<dict-tag
:type=
"DICT_TYPE.ECW_CUSTOMS_TYPE"
:value=
"item.customsType"
/>
</div>
</div>
<div>
入仓时间:{{
item.rucangtime
}}
</div>
<div>
入仓时间:{{
formatDate(item.rucangTime)
}}
</div>
<div>
<div>
<el-button
type=
"text"
@
click=
"handleGoods('all', item)"
>
[全部预装]
</el-button>
<el-button
type=
"text"
@
click=
"handleGoods('all', item)"
>
[全部预装]
</el-button>
<el-button
type=
"text"
@
click=
"foldTable(index, item)"
>
[{{item.fold ? '展开' : '收起'}}]
</el-button>
<el-button
type=
"text"
@
click=
"foldTable(index, item)"
>
[{{item.fold ? '展开' : '收起'}}]
</el-button>
...
@@ -84,12 +84,12 @@
...
@@ -84,12 +84,12 @@
</el-row>
</el-row>
<el-collapse-transition>
<el-collapse-transition>
<div
v-show=
"!item.fold"
>
<div
v-show=
"!item.fold"
>
<el-table
v-loading=
"loading"
:data=
"item.
o
rderItemList"
border
>
<el-table
v-loading=
"loading"
:data=
"item.
boxO
rderItemList"
border
>
<el-table-column
label=
"序号"
type=
"index"
align=
"center"
width=
"50"
/>
<el-table-column
label=
"序号"
type=
"index"
align=
"center"
width=
"50"
/>
<el-table-column
label=
"品名"
align=
"center"
prop=
"prodTitleZh"
min-width=
"500"
/>
<el-table-column
label=
"品名"
align=
"center"
prop=
"prodTitleZh"
min-width=
"500"
/>
<el-table-column
label=
"品牌"
align=
"center"
prop=
"brandType"
width=
"120"
>
<el-table-column
label=
"品牌"
align=
"center"
prop=
"brandType"
width=
"120"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.
PRODUCT_RECORD_ATTRIBUT
E"
:value=
"scope.row.brandType"
/>
<dict-tag
:type=
"DICT_TYPE.
BOX_SHIPPING_BRAND_TYP
E"
:value=
"scope.row.brandType"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"箱数"
align=
"center"
prop=
"num"
width=
"120"
/>
<el-table-column
label=
"箱数"
align=
"center"
prop=
"num"
width=
"120"
/>
...
@@ -103,7 +103,9 @@
...
@@ -103,7 +103,9 @@
<p
v-if=
"scope.row.weight"
>
{{
scope
.
row
.
weight
}}
kg
</p>
<p
v-if=
"scope.row.weight"
>
{{
scope
.
row
.
weight
}}
kg
</p>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"预装柜"
align=
"center"
prop=
"weight"
width=
"120"
/>
<el-table-column
label=
"预装柜"
align=
"center"
prop=
""
width=
"120"
>
无返回
</el-table-column>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"100"
>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"handleGoods('singele',scope.row)"
>
预装
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"handleGoods('singele',scope.row)"
>
预装
</el-button>
...
@@ -125,11 +127,11 @@
...
@@ -125,11 +127,11 @@
<el-col
:span=
"6"
class=
"totle-info"
>
<el-col
:span=
"6"
class=
"totle-info"
>
<div>
<div>
<p>
总计:
</p>
<p>
总计:
</p>
<p>
111
</p>
<p>
无返回
</p>
</div>
</div>
<div>
<div>
<p>
容量:
</p>
<p>
容量:
</p>
<p>
111
</p>
<p>
无返回
</p>
</div>
</div>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -149,6 +151,7 @@ import {
...
@@ -149,6 +151,7 @@ import {
createGoods
,
createGoods
,
remove
,
remove
,
}
from
"
@/api/ecw/boxSea
"
;
}
from
"
@/api/ecw/boxSea
"
;
import
{
formatDate
}
from
"
../../utils
"
;
/**
/**
* 补单
* 补单
*/
*/
...
@@ -174,6 +177,7 @@ export default {
...
@@ -174,6 +177,7 @@ export default {
toBePreList
:
[],
toBePreList
:
[],
total
:
0
,
total
:
0
,
loading
:
false
,
loading
:
false
,
unloadStatistics
:
{},
};
};
},
},
created
()
{
created
()
{
...
@@ -211,8 +215,10 @@ export default {
...
@@ -211,8 +215,10 @@ export default {
...
this
.
queryParams
,
...
this
.
queryParams
,
};
};
preloadPage
({
...
params
,
...
this
.
pageParam
}).
then
((
res
)
=>
{
preloadPage
({
...
params
,
...
this
.
pageParam
}).
then
((
res
)
=>
{
this
.
toBePreList
=
res
.
data
.
list
;
const
{
data
}
=
res
;
this
.
total
=
res
.
data
.
total
;
this
.
toBePreList
=
data
.
dataList
?.
list
??
[];
this
.
total
=
data
.
dataList
?.
total
??
0
;
this
.
unloadStatistics
=
data
.
unloadStatistics
??
{};
this
.
loading
=
false
;
this
.
loading
=
false
;
});
});
},
},
...
@@ -317,6 +323,7 @@ export default {
...
@@ -317,6 +323,7 @@ export default {
})
})
.
catch
((
_
)
=>
{});
.
catch
((
_
)
=>
{});
},
},
formatDate
,
},
},
computed
:
{
computed
:
{
/** 目的地 */
/** 目的地 */
...
...
src/views/ecw/box/shippingSea/nodePage/cusDeclaration.vue
View file @
5fb02d14
<
template
>
<
template
>
<div>
<div>
<el-form
ref=
"cusDeclarationForm"
:rules=
"rules"
:model=
"cusDeclarationObj"
label-width=
"120px"
>
<el-form
ref=
"cusDeclarationForm"
:rules=
"rules"
:model=
"cusDeclarationObj"
label-width=
"120px"
>
<el-form-item
label=
"单证要求"
>
我司全代
<el-button
type=
"primary"
style=
"margin-left:10px;"
@
click=
"downloadVGM"
>
VGM声明
</el-button>
<el-form-item
label=
"单证要求"
>
无返回
<el-button
type=
"primary"
style=
"margin-left:10px;"
@
click=
"downloadVGM"
>
VGM声明
</el-button>
</el-form-item>
</el-form-item>
<el-form-item
label=
"柜重"
prop=
"dcBoxWgt"
>
<el-form-item
label=
"柜重"
prop=
"dcBoxWgt"
>
<el-input
v-model=
"cusDeclarationObj.dcBoxWgt"
placeholder=
"请输入柜重"
clearable
/>
<el-input
v-model=
"cusDeclarationObj.dcBoxWgt"
placeholder=
"请输入柜重"
clearable
/>
...
...
src/views/ecw/box/shippingSea/nodePage/preinstall.vue
View file @
5fb02d14
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"订单号"
prop=
"toBePreOrderNo"
>
<el-form-item
label=
"订单号"
prop=
"toBePreOrderNo"
>
<el-input
v-model=
"queryParams.
o
rderNo"
placeholder=
"请输入订单号码"
clearable
/>
<el-input
v-model=
"queryParams.
toBePreO
rderNo"
placeholder=
"请输入订单号码"
clearable
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"已预装单号"
prop=
"preOrderNo"
>
<el-form-item
label=
"已预装单号"
prop=
"preOrderNo"
>
<el-input
v-model=
"queryParams.preOrderNo"
placeholder=
"请输入已预装单号"
clearable
/>
<el-input
v-model=
"queryParams.preOrderNo"
placeholder=
"请输入已预装单号"
clearable
/>
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
<el-table-column
type=
"selection"
align=
"center"
width=
"55"
fixed=
"left"
/>
<el-table-column
type=
"selection"
align=
"center"
width=
"55"
fixed=
"left"
/>
<el-table-column
label=
"订单号"
align=
"center"
prop=
"orderNo"
width=
"120"
/>
<el-table-column
label=
"订单号"
align=
"center"
prop=
"orderNo"
width=
"120"
/>
<el-table-column
label=
"目的地"
align=
"center"
prop=
"destWarehouseName"
width=
"120"
/>
<el-table-column
label=
"目的地"
align=
"center"
prop=
"destWarehouseName"
width=
"120"
/>
<el-table-column
label=
"入仓时间"
align=
"center"
prop=
"rucang
t
ime"
width=
"120"
/>
<el-table-column
label=
"入仓时间"
align=
"center"
prop=
"rucang
T
ime"
width=
"120"
/>
<el-table-column
label=
"品名"
align=
"center"
prop=
"prodTitleZh"
width=
"120"
/>
<el-table-column
label=
"品名"
align=
"center"
prop=
"prodTitleZh"
width=
"120"
/>
<el-table-column
label=
"箱数"
align=
"center"
prop=
"num"
/>
<el-table-column
label=
"箱数"
align=
"center"
prop=
"num"
/>
<el-table-column
label=
"体积/重量/重货比"
align=
"center"
width=
"140"
prop=
"volumeWeight"
>
<el-table-column
label=
"体积/重量/重货比"
align=
"center"
width=
"140"
prop=
"volumeWeight"
>
...
@@ -142,7 +142,7 @@
...
@@ -142,7 +142,7 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"备案"
align=
"center"
prop=
"productRecord"
width=
"100"
>
<el-table-column
label=
"备案"
align=
"center"
prop=
"productRecord"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.
PRODUCT_RECORD_ATTRIBUT
E"
:value=
"scope.row.productRecord"
/>
<dict-tag
:type=
"DICT_TYPE.
BOX_SHIPPING_BRAND_TYP
E"
:value=
"scope.row.productRecord"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
align=
"center"
width=
"160"
class-name=
"small-padding fixed-width"
fixed=
"right"
>
<el-table-column
label=
"操作"
align=
"center"
width=
"160"
class-name=
"small-padding fixed-width"
fixed=
"right"
>
...
@@ -169,15 +169,15 @@
...
@@ -169,15 +169,15 @@
<div
class=
"preinstall-title preinstalled"
>
<div
class=
"preinstall-title preinstalled"
>
<div
class=
"red-label"
>
<div
class=
"red-label"
>
<p>
筛选后待预装数量:
</p>
<p>
筛选后待预装数量:
</p>
<p>
无返回
</p>
<p>
{{unloadStatistics.num}}箱
</p>
</div>
</div>
<div
class=
"red-label"
>
<div
class=
"red-label"
>
<p>
方数:
</p>
<p>
方数:
</p>
<p>
无返回
</p>
<p>
{{unloadStatistics.volume}}m³
</p>
</div>
</div>
<div
class=
"red-label"
>
<div
class=
"red-label"
>
<p>
重量:
</p>
<p>
重量:
</p>
<p>
无返回
</p>
<p>
{{unloadStatistics.weight}}kg
</p>
</div>
</div>
</div>
</div>
</el-row>
</el-row>
...
@@ -199,7 +199,7 @@
...
@@ -199,7 +199,7 @@
</div>
</div>
<div>
<div>
<p>
入仓时间:
</p>
<p>
入仓时间:
</p>
<p>
{{
item.rucangtime
}}
</p>
<p>
{{
formatDate(item.rucangTime)
}}
</p>
</div>
</div>
<div>
<div>
<p>
重货比:
</p>
<p>
重货比:
</p>
...
@@ -214,12 +214,12 @@
...
@@ -214,12 +214,12 @@
</el-dropdown>
</el-dropdown>
</div>
</div>
</el-row>
</el-row>
<el-table
v-loading=
"toBePreLoading"
:data=
"item.
o
rderItemList"
border
show-summary
:summary-method=
"getSummaries"
>
<el-table
v-loading=
"toBePreLoading"
:data=
"item.
boxO
rderItemList"
border
show-summary
:summary-method=
"getSummaries"
>
<el-table-column
type=
"index"
align=
"center"
label=
"序号"
width=
"50"
/>
<el-table-column
type=
"index"
align=
"center"
label=
"序号"
width=
"50"
/>
<el-table-column
label=
"品名"
align=
"center"
prop=
"prodTitleZh"
/>
<el-table-column
label=
"品名"
align=
"center"
prop=
"prodTitleZh"
/>
<el-table-column
label=
"备案"
align=
"center"
prop=
"brandType"
>
<el-table-column
label=
"备案"
align=
"center"
prop=
"brandType"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.
PRODUCT_RECORD_ATTRIBUT
E"
:value=
"scope.row.brandType"
/>
<dict-tag
:type=
"DICT_TYPE.
BOX_SHIPPING_BRAND_TYP
E"
:value=
"scope.row.brandType"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"箱数"
align=
"center"
prop=
"num"
/>
<el-table-column
label=
"箱数"
align=
"center"
prop=
"num"
/>
...
@@ -229,8 +229,14 @@
...
@@ -229,8 +229,14 @@
<p
v-if=
"scope.row.weight"
>
{{
scope
.
row
.
weight
}}
kg
</p>
<p
v-if=
"scope.row.weight"
>
{{
scope
.
row
.
weight
}}
kg
</p>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"报关方式"
align=
"center"
prop=
""
/>
<el-table-column
label=
"报关方式"
align=
"center"
prop=
""
>
<el-table-column
label=
"包装类型"
align=
"center"
prop=
""
/>
<dict-tag
:type=
"DICT_TYPE.ECW_CUSTOMS_TYPE"
:value=
"item.customsType"
/>
</el-table-column>
<el-table-column
label=
"包装类型"
align=
"center"
prop=
""
>
<
template
slot-scope=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.ECW_PACKAGE_TYPE"
:value=
"scope.row.unit"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"材质"
align=
"center"
prop=
"material"
/>
<el-table-column
label=
"材质"
align=
"center"
prop=
"material"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
@@ -278,6 +284,7 @@ import {
...
@@ -278,6 +284,7 @@ import {
approvalCreate
,
approvalCreate
,
}
from
"
@/api/ecw/boxSea
"
;
}
from
"
@/api/ecw/boxSea
"
;
import
userSelect
from
"
./common/userSelect.vue
"
;
import
userSelect
from
"
./common/userSelect.vue
"
;
import
{
formatDate
}
from
"
../utils
"
;
/**
/**
* 预装
* 预装
...
@@ -309,6 +316,7 @@ export default {
...
@@ -309,6 +316,7 @@ export default {
toBePreLoading
:
false
,
toBePreLoading
:
false
,
toBePreList
:
[],
toBePreList
:
[],
total
:
0
,
total
:
0
,
unloadStatistics
:
{},
// 显示搜索条件
// 显示搜索条件
showSearch
:
true
,
showSearch
:
true
,
...
@@ -345,6 +353,7 @@ export default {
...
@@ -345,6 +353,7 @@ export default {
this
.
handleQuery
(
"
toBePre
"
);
this
.
handleQuery
(
"
toBePre
"
);
},
},
methods
:
{
methods
:
{
formatDate
,
/* 获取城市 */
/* 获取城市 */
importCityName
(
id
)
{
importCityName
(
id
)
{
var
arr
=
this
.
$attrs
.
warehouseList
.
filter
((
item
)
=>
item
.
id
==
id
);
var
arr
=
this
.
$attrs
.
warehouseList
.
filter
((
item
)
=>
item
.
id
==
id
);
...
@@ -358,9 +367,10 @@ export default {
...
@@ -358,9 +367,10 @@ export default {
getSecGoods
()
{
getSecGoods
()
{
this
.
preLoading
=
true
;
this
.
preLoading
=
true
;
// 处理查询参数
// 处理查询参数
let
params
=
{
...
this
.
queryParams
}
;
let
params
=
this
.
getParams
()
;
// 已预装单号
// 已预装单号
params
.
orderNo
=
params
.
preOrderNo
;
params
.
orderNo
=
params
.
preOrderNo
;
delete
params
.
preOrderNo
;
params
.
shipmentId
=
this
.
shipmentObj
.
id
;
params
.
shipmentId
=
this
.
shipmentObj
.
id
;
secGoodsList
(
params
).
then
((
res
)
=>
{
secGoodsList
(
params
).
then
((
res
)
=>
{
this
.
preList
=
res
.
data
;
this
.
preList
=
res
.
data
;
...
@@ -371,12 +381,15 @@ export default {
...
@@ -371,12 +381,15 @@ export default {
getPreLoad
()
{
getPreLoad
()
{
this
.
toBePreLoading
=
true
;
this
.
toBePreLoading
=
true
;
// 处理查询参数
// 处理查询参数
let
params
=
{
...
this
.
queryParams
}
;
let
params
=
this
.
getParams
()
;
// 订单号
// 订单号
params
.
orderNo
=
params
.
toBePreOrderNo
;
params
.
orderNo
=
params
.
toBePreOrderNo
;
delete
params
.
toBePreOrderNo
;
preloadPage
({
...
params
,
...
this
.
pageParam
}).
then
((
res
)
=>
{
preloadPage
({
...
params
,
...
this
.
pageParam
}).
then
((
res
)
=>
{
this
.
toBePreList
=
res
.
data
.
list
;
const
{
data
}
=
res
;
this
.
total
=
res
.
data
.
total
;
this
.
toBePreList
=
data
.
dataList
?.
list
??
[];
this
.
total
=
data
.
dataList
?.
total
??
0
;
this
.
unloadStatistics
=
data
.
unloadStatistics
??
{};
this
.
toBePreLoading
=
false
;
this
.
toBePreLoading
=
false
;
});
});
},
},
...
@@ -525,6 +538,15 @@ export default {
...
@@ -525,6 +538,15 @@ export default {
this.pageParam.pageNo = 1;
this.pageParam.pageNo = 1;
this.getPreLoad();
this.getPreLoad();
},
},
getParams() {
const { rucangtime = [] } = this.queryParams;
delete this.queryParams.rucangtime;
return {
...this.queryParams,
rucangTimeStart: rucangtime[0],
rucangTimeEnd: rucangtime[1],
};
},
},
},
};
};
</
script
>
</
script
>
...
...
src/views/ecw/box/shippingSea/nodePage/unloading/startUnloading.vue
View file @
5fb02d14
...
@@ -18,9 +18,9 @@
...
@@ -18,9 +18,9 @@
<el-select
v-model=
"currPart"
placeholder=
"请选择当前部分"
>
<el-select
v-model=
"currPart"
placeholder=
"请选择当前部分"
>
</el-select>
</el-select>
<p>
<p>
<span>
13
箱
</span>
<span>
无返回
箱
</span>
<span>
10.83
m3
</span>
<span>
无返回
m3
</span>
<span>
210
kg
</span>
<span>
无返回
kg
</span>
</p>
</p>
</el-row>
</el-row>
...
@@ -62,15 +62,16 @@
...
@@ -62,15 +62,16 @@
<div
class=
"label-font"
>
<div
class=
"label-font"
>
<p>
<p>
<span>
总计:
</span>
<span>
总计:
</span>
<span>
{{pageData.totalStatistics ? pageData.totalStatistics.num : 0}}箱
</span>
<span>
无返回
</span>
<!-- <span>{{pageData.totalStatistics ? pageData.totalStatistics.num : 0}}箱</span>
<span>{{pageData.totalStatistics ? pageData.totalStatistics.volume : 0}}m3</span>
<span>{{pageData.totalStatistics ? pageData.totalStatistics.volume : 0}}m3</span>
<span>
{{pageData.totalStatistics ? pageData.totalStatistics.weight : 0}}kg
</span>
<span>{{pageData.totalStatistics ? pageData.totalStatistics.weight : 0}}kg</span>
-->
</p>
</p>
</div>
</div>
<div
class=
"label-font"
>
<div
class=
"label-font"
>
<p>
<p>
<span>
已卸:
</span>
<span>
已卸:
</span>
<span>
0
</span>
<span>
无返回
</span>
</p>
</p>
</div>
</div>
</el-row>
</el-row>
...
...
src/views/ecw/box/shippingSea/utils.js
View file @
5fb02d14
...
@@ -859,6 +859,11 @@ function formatDateStr(obj, keys, format = "YYYY-MM-DD") {
...
@@ -859,6 +859,11 @@ function formatDateStr(obj, keys, format = "YYYY-MM-DD") {
return
obj
;
return
obj
;
}
}
function
formatDate
(
date
,
format
=
"
YYYY-MM-DD
"
)
{
if
(
!
date
)
return
date
;
return
dayjs
(
date
).
format
(
format
);
}
function
getSeaStatus
(
val
)
{
function
getSeaStatus
(
val
)
{
let
currNodeStatus
=
11
,
let
currNodeStatus
=
11
,
isBreak
=
false
,
isBreak
=
false
,
...
@@ -911,4 +916,5 @@ export {
...
@@ -911,4 +916,5 @@ export {
formatStringNumber
,
formatStringNumber
,
formatDateStr
,
formatDateStr
,
formatNumberString
,
formatNumberString
,
formatDate
,
};
};
src/views/ecw/channel/edit.vue
View file @
5fb02d14
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"100px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"100px"
>
<el-card
shadow=
"never"
>
<el-card
shadow=
"never"
>
<div
slot=
"header"
class=
"clearfix"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
渠道信息
</span>
<span>
渠道信息
</span>
...
@@ -42,6 +42,14 @@
...
@@ -42,6 +42,14 @@
/>
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"简码"
prop=
"code"
>
<el-input
v-model=
"form.code"
placeholder=
"请输入简码"
/>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"归属仓库"
prop=
"warehouseIds"
>
<el-form-item
label=
"归属仓库"
prop=
"warehouseIds"
>
<!--
<el-select
v-model=
"form.wareHouseIds"
>
<!--
<el-select
v-model=
"form.wareHouseIds"
>
...
@@ -86,7 +94,7 @@
...
@@ -86,7 +94,7 @@
</el-form-item>
</el-form-item>
</el-col>
-->
</el-col>
-->
</el-row>
</el-row>
<el-form-item
label=
"备注-中文"
prop=
"remarksZh"
>
<el-form-item
label=
"备注-中文"
prop=
"remarksZh"
>
<el-input
<el-input
v-model=
"form.remarksZh"
v-model=
"form.remarksZh"
...
@@ -105,22 +113,22 @@
...
@@ -105,22 +113,22 @@
</el-radio-group>
</el-radio-group>
</el-form-item>
-->
</el-form-item>
-->
</el-card>
</el-card>
<el-card
shadow=
"never"
>
<!--
<el-card
shadow=
"never"
>
--
>
<div
slot=
"header"
class=
"clearfix"
>
<!--
<div
slot=
"header"
class=
"clearfix"
>
--
>
<span>
渠道收费规则
</span
>
<!--
<span>
渠道收费规则
</span>
--
>
</div
>
<!--
</div>
--
>
<!-- -->
<el-form-item
label=
"清关单价"
prop=
"customsClearUnit"
>
<!--
<el-form-item
label=
"清关单价"
prop=
"customsClearUnit"
>
--
>
<el-input
v-model=
"form.customsClearUnit"
placeholder=
"请输入清关单价"
>
<!--
<el-input
v-model=
"form.customsClearUnit"
placeholder=
"请输入清关单价"
>
--
>
<span
slot=
"append"
>
$
</span
>
<!--
<span
slot=
"append"
>
$
</span>
--
>
</el-input
>
<!--
</el-input>
--
>
</el-form-item
>
<!--
</el-form-item>
--
>
<el-form-item
label=
"每0.5KG单价"
prop=
"weightUnitPrice"
>
<!--
<el-form-item
label=
"每0.5KG单价"
prop=
"weightUnitPrice"
>
--
>
<el-input
v-model=
"form.weightUnitPrice"
placeholder=
"此字段名暂缺"
>
<!--
<el-input
v-model=
"form.weightUnitPrice"
placeholder=
"此字段名暂缺"
>
--
>
<span
slot=
"append"
>
$
</span
>
<!--
<span
slot=
"append"
>
$
</span>
--
>
</el-input
>
<!--
</el-input>
--
>
</el-form-item
>
<!--
</el-form-item>
--
>
</el-card
>
<!--
</el-card>
--
>
</el-form>
</el-form>
<div>
<div>
<el-button
type=
"primary"
@
click=
"submitForm"
>
确 定
</el-button>
<el-button
type=
"primary"
@
click=
"submitForm"
>
确 定
</el-button>
...
@@ -222,4 +230,4 @@ export default {
...
@@ -222,4 +230,4 @@ export default {
.el-card
{
.el-card
{
margin-bottom
:
20px
;
margin-bottom
:
20px
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/ecw/channel/index.vue
View file @
5fb02d14
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
<!--
<el-table-column
label=
"名称-英文"
align=
"center"
prop=
"nameEn"
/>
-->
<!--
<el-table-column
label=
"名称-英文"
align=
"center"
prop=
"nameEn"
/>
-->
<el-table-column
label=
"内部名称"
align=
"center"
prop=
"internalNameZh"
/>
<el-table-column
label=
"内部名称"
align=
"center"
prop=
"internalNameZh"
/>
<!--
<el-table-column
label=
"内部名称-英文"
align=
"center"
prop=
"internalNameEn"
/>
<!--
<el-table-column
label=
"内部名称-英文"
align=
"center"
prop=
"internalNameEn"
/>
<el-table-column
label=
"类型编码"
align=
"center"
prop=
"typeNumber"
/>
<el-table-column
label=
"类型编码"
align=
"center"
prop=
"typeNumber"
/>
-->
<!--
<el-table-column
label=
"仓库id字符串"
align=
"center"
prop=
"warehouseIds"
/>
-->
<!--
<el-table-column
label=
"仓库id字符串"
align=
"center"
prop=
"warehouseIds"
/>
-->
<el-table-column
label=
"仓库名"
align=
"center"
prop=
"warehouseNameList"
width=
"180"
>
<el-table-column
label=
"仓库名"
align=
"center"
prop=
"warehouseNameList"
width=
"180"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
...
@@ -88,6 +88,7 @@
...
@@ -88,6 +88,7 @@
</el-scrollbar>
</el-scrollbar>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"简码"
align=
"center"
prop=
"code"
/>
<el-table-column
label=
"排序"
align=
"center"
prop=
"sort"
/>
<el-table-column
label=
"排序"
align=
"center"
prop=
"sort"
/>
<el-table-column
label=
"快递公司"
align=
"center"
prop=
"companyName"
/>
<el-table-column
label=
"快递公司"
align=
"center"
prop=
"companyName"
/>
<el-table-column
label=
"预计时间(天)"
align=
"center"
prop=
"etaTime"
/>
<el-table-column
label=
"预计时间(天)"
align=
"center"
prop=
"etaTime"
/>
...
@@ -202,6 +203,7 @@ export default {
...
@@ -202,6 +203,7 @@ export default {
internalNameZh
:
undefined
,
internalNameZh
:
undefined
,
internalNameEn
:
undefined
,
internalNameEn
:
undefined
,
typeNumber
:
undefined
,
typeNumber
:
undefined
,
code
:
undefined
,
warehouseIds
:
undefined
,
warehouseIds
:
undefined
,
sort
:
undefined
,
sort
:
undefined
,
expressId
:
undefined
,
expressId
:
undefined
,
...
...
src/views/ecw/node/index.vue
View file @
5fb02d14
...
@@ -173,13 +173,6 @@
...
@@ -173,13 +173,6 @@
<el-checkbox
v-for=
"dict in transportDatas"
:label=
"dict.value"
:key=
"dict.value"
:value=
"dict.value"
name=
"freight"
>
{{dict.label}}
</el-checkbox>
<el-checkbox
v-for=
"dict in transportDatas"
:label=
"dict.value"
:key=
"dict.value"
:value=
"dict.value"
name=
"freight"
>
{{dict.label}}
</el-checkbox>
</el-checkbox-group>
</el-checkbox-group>
</el-form-item>
</el-form-item>
<el-form-item
label=
"其他服务"
prop=
"otherServiceList"
>
<el-checkbox-group
v-model=
"form.otherServiceList"
>
<el-checkbox
v-for=
"item in serviceGroup"
:label=
"item.id"
:key=
"item.id"
:value=
"item.id"
>
{{item.text}}
</el-checkbox>
</el-checkbox-group>
</el-form-item>
<el-form-item
label=
"网点详情"
prop=
"contentZh"
>
<el-form-item
label=
"网点详情"
prop=
"contentZh"
>
<editor
v-model=
"form.contentZh"
:min-height=
"150"
/>
<editor
v-model=
"form.contentZh"
:min-height=
"150"
/>
...
@@ -264,11 +257,6 @@ export default {
...
@@ -264,11 +257,6 @@ export default {
pageSize
:
10
pageSize
:
10
},
},
serviceGroup
:
[
{
id
:
'
1
'
,
text
:
'
送货上门
'
},
{
id
:
'
2
'
,
text
:
'
非控货订单代收货款
'
}
],
dateRangeCreateTime
:
[],
dateRangeCreateTime
:
[],
// 查询参数
// 查询参数
queryParams
:
{
queryParams
:
{
...
@@ -278,7 +266,6 @@ export default {
...
@@ -278,7 +266,6 @@ export default {
// 表单参数
// 表单参数
form
:
{
form
:
{
checkList
:[],
checkList
:[],
otherServiceList
:[],
},
},
// 表单校验
// 表单校验
rules
:
{
rules
:
{
...
@@ -475,8 +462,7 @@ export default {
...
@@ -475,8 +462,7 @@ export default {
worktime
:
undefined
,
worktime
:
undefined
,
adminId
:
undefined
,
adminId
:
undefined
,
aorder
:
undefined
,
aorder
:
undefined
,
checkList
:
[],
checkList
:
[]
otherServiceList
:
[]
};
};
this
.
resetForm
(
"
form
"
);
this
.
resetForm
(
"
form
"
);
...
@@ -504,7 +490,6 @@ export default {
...
@@ -504,7 +490,6 @@ export default {
const
id
=
row
.
id
;
const
id
=
row
.
id
;
getNode
(
id
).
then
(
response
=>
{
getNode
(
id
).
then
(
response
=>
{
this
.
form
=
response
.
data
;
this
.
form
=
response
.
data
;
this
.
form
.
otherServiceList
=
[];
this
.
changeContinents
(
response
.
data
.
zhou
);
this
.
changeContinents
(
response
.
data
.
zhou
);
this
.
changeCountry
(
response
.
data
.
guojia
);
this
.
changeCountry
(
response
.
data
.
guojia
);
...
@@ -513,13 +498,6 @@ export default {
...
@@ -513,13 +498,6 @@ export default {
let
ckList
=
response
.
data
.
freight
.
split
(
'
,
'
);
let
ckList
=
response
.
data
.
freight
.
split
(
'
,
'
);
this
.
$set
(
this
.
form
,
'
checkList
'
,
ckList
);
this
.
$set
(
this
.
form
,
'
checkList
'
,
ckList
);
// console.log('11111111');
if
(
response
.
data
.
otherService
)
{
let
otherService
=
response
.
data
.
otherService
.
split
(
"
,
"
);
this
.
$set
(
this
.
form
,
'
otherServiceList
'
,
otherService
);
}
this
.
open
=
true
;
this
.
open
=
true
;
this
.
title
=
"
修改服务网点
"
;
this
.
title
=
"
修改服务网点
"
;
});
});
...
@@ -542,11 +520,6 @@ export default {
...
@@ -542,11 +520,6 @@ export default {
freight
=
freight
.
substring
(
0
,
freight
.
length
-
1
);
freight
=
freight
.
substring
(
0
,
freight
.
length
-
1
);
this
.
form
.
freight
=
freight
;
this
.
form
.
freight
=
freight
;
var
otherService
=
this
.
form
.
otherServiceList
.
join
(
'
,
'
);
this
.
form
.
otherService
=
otherService
;
// console.log(otherService);
// return;
// 修改的提交
// 修改的提交
if
(
this
.
form
.
id
!=
null
)
{
if
(
this
.
form
.
id
!=
null
)
{
updateNode
(
this
.
form
).
then
(
response
=>
{
updateNode
(
this
.
form
).
then
(
response
=>
{
...
...
src/views/ecw/warehouse/index.vue
View file @
5fb02d14
...
@@ -122,12 +122,21 @@
...
@@ -122,12 +122,21 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"路线服务"
align=
"center"
prop=
"otherService"
>
<
template
slot-scope=
"scope"
>
<div>
{{
serviceNames
(
scope
.
row
.
otherService
)
}}
</div>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"text"
@
click=
"routeStatusClick(scope.row)"
<el-button
size=
"mini"
type=
"text"
@
click=
"routeStatusClick(scope.row)"
v-hasPermi=
"['ecw:warehouse:routerQuery']"
>
{{
scope
.
row
.
lineId
?
'
关闭线路
'
:
'
开通线路
'
}}
</el-button>
v-hasPermi=
"['ecw:warehouse:routerQuery']"
>
{{
scope
.
row
.
lineId
?
'
关闭线路
'
:
'
开通线路
'
}}
</el-button>
<el-button
size=
"mini"
type=
"primary"
@
click=
"templateClick(scope.row)"
v-if=
"scope.row.lineId != null"
<el-button
size=
"mini"
type=
"primary"
@
click=
"templateClick(scope.row)"
v-if=
"scope.row.lineId != null"
v-hasPermi=
"['ecw:warehouse:routerQuery']"
>
设置路线提单模板
</el-button>
v-hasPermi=
"['ecw:warehouse:routerQuery']"
>
设置路线提单模板
</el-button>
<el-button
size=
"mini"
type=
"primary"
@
click=
"serviceClick(scope.row)"
v-if=
"scope.row.lineId != null"
v-hasPermi=
"['ecw:warehouse:routerQuery']"
>
开通服务
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -266,6 +275,22 @@
...
@@ -266,6 +275,22 @@
</div>
</div>
</el-dialog>
</el-dialog>
<!--设置服务-->
<el-dialog
title=
"设置服务"
:visible.sync=
"serviceOpen"
width=
"1000px"
append-to-body
>
<el-form
ref=
"form"
:model=
"lineform"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"其他服务"
prop=
"otherServiceList"
>
<el-checkbox-group
v-model=
"lineform.serviceList"
>
<el-checkbox
v-for=
"item in serviceGroup"
:label=
"item.id"
:key=
"item.id"
:value=
"item.id"
>
{{item.text}}
</el-checkbox>
</el-checkbox-group>
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
@
click=
"submitLineForm"
>
保 存
</el-button>
</div>
</el-dialog>
<!-- 对话框(添加 / 修改) -->
<!-- 对话框(添加 / 修改) -->
<el-dialog
title=
"设置路线提单模板"
:visible.sync=
"templateOpen"
width=
"1000px"
@
close=
"ladingFormClose()"
append-to-body
>
<el-dialog
title=
"设置路线提单模板"
:visible.sync=
"templateOpen"
width=
"1000px"
@
close=
"ladingFormClose()"
append-to-body
>
<el-form
ref=
"form"
:model=
"ladingform"
:rules=
"rules"
label-width=
"80px"
>
<el-form
ref=
"form"
:model=
"ladingform"
:rules=
"rules"
label-width=
"80px"
>
...
@@ -340,7 +365,7 @@
...
@@ -340,7 +365,7 @@
<
script
>
<
script
>
import
{
createWarehouse
,
updateWarehouse
,
deleteWarehouse
,
getWarehouse
,
getWarehousePage
,
createTemplate
,
getLadingTemplate
,
import
{
createWarehouse
,
updateWarehouse
,
deleteWarehouse
,
getWarehouse
,
getWarehousePage
,
createTemplate
,
getLadingTemplate
,
exportWarehouseExcel
,
routerList
,
changeRouteStatus
,
deptBind
,
deptList
}
from
"
@/api/ecw/warehouse
"
;
exportWarehouseExcel
,
routerList
,
changeRouteStatus
,
deptBind
,
deptList
,
serviceConfig
}
from
"
@/api/ecw/warehouse
"
;
import
{
getNodePage
}
from
"
@/api/ecw/node
"
;
import
{
getNodePage
}
from
"
@/api/ecw/node
"
;
import
{
getListTree
}
from
"
@/api/ecw/region
"
;
import
{
getListTree
}
from
"
@/api/ecw/region
"
;
import
{
getDictDatas
,
DICT_TYPE
}
from
'
@/utils/dict
'
import
{
getDictDatas
,
DICT_TYPE
}
from
'
@/utils/dict
'
...
@@ -404,6 +429,11 @@ export default {
...
@@ -404,6 +429,11 @@ export default {
//市信息列表
//市信息列表
cityList
:
[],
cityList
:
[],
serviceGroup
:
[
{
id
:
'
1
'
,
text
:
'
送货上门
'
},
{
id
:
'
2
'
,
text
:
'
非控货订单代收货款
'
}
],
// 总条数
// 总条数
total
:
0
,
total
:
0
,
// 仓库列表
// 仓库列表
...
@@ -414,6 +444,8 @@ export default {
...
@@ -414,6 +444,8 @@ export default {
open
:
false
,
open
:
false
,
templateOpen
:
false
,
templateOpen
:
false
,
dateRangeCreateTime
:
[],
dateRangeCreateTime
:
[],
serviceOpen
:
false
,
isUpdate
:
false
,
isUpdate
:
false
,
...
@@ -457,6 +489,8 @@ export default {
...
@@ -457,6 +489,8 @@ export default {
// 表单参数
// 表单参数
form
:
{
checkList
:[],},
form
:
{
checkList
:[],},
ladingform
:
{
prefixCounter
:
null
,
titleZh
:
null
,
contentZh
:
null
,
account
:
null
,
acctArr
:[]},
ladingform
:
{
prefixCounter
:
null
,
titleZh
:
null
,
contentZh
:
null
,
account
:
null
,
acctArr
:[]},
lineform
:
{
serviceList
:[]},
// 表单校验
// 表单校验
rules
:
{
rules
:
{
nodeId
:
[{
required
:
true
,
message
:
"
服务网点不能为空
"
,
trigger
:
"
blur
"
}],
nodeId
:
[{
required
:
true
,
message
:
"
服务网点不能为空
"
,
trigger
:
"
blur
"
}],
...
@@ -521,6 +555,25 @@ export default {
...
@@ -521,6 +555,25 @@ export default {
}
}
}
}
},
},
serviceNames
()
{
return
otherService
=>
{
if
(
!
otherService
)
return
''
;
let
serviceList
=
otherService
.
split
(
"
,
"
);
let
names
=
[];
for
(
let
index
in
serviceList
)
{
let
item
=
serviceList
[
index
];
for
(
let
dictIndex
in
this
.
serviceGroup
)
{
let
dictItem
=
this
.
serviceGroup
[
dictIndex
];
if
(
dictItem
.
id
==
item
)
{
names
.
push
(
dictItem
.
text
);
break
;
}
}
}
return
names
.
join
(
'
,
'
);
}
}
},
},
watch
:
{
watch
:
{
...
@@ -712,6 +765,33 @@ export default {
...
@@ -712,6 +765,33 @@ export default {
this
.
templateOpen
=
true
;
this
.
templateOpen
=
true
;
},
},
serviceClick
(
row
)
{
if
(
row
.
otherService
)
{
this
.
lineform
.
serviceList
=
row
.
otherService
.
split
(
"
,
"
);
}
else
{
this
.
lineform
.
serviceList
=
[];
}
this
.
serviceOpen
=
true
;
this
.
lineform
.
lineId
=
row
.
lineId
;
},
submitLineForm
()
{
let
otherService
=
this
.
lineform
.
serviceList
.
join
(
'
,
'
);
this
.
lineform
.
otherService
=
otherService
;
serviceConfig
(
this
.
lineform
).
then
(
res
=>
{
this
.
$modal
.
msgSuccess
(
"
操作成功
"
);
for
(
let
index
in
this
.
routeList
)
{
let
routeItem
=
this
.
routeList
[
index
];
if
(
routeItem
.
lineId
&&
routeItem
.
lineId
==
this
.
lineform
.
lineId
)
{
// routeItem.otherService = otherService;
this
.
$set
(
routeItem
,
'
otherService
'
,
otherService
);
}
}
this
.
serviceOpen
=
false
;
})
},
routeStatusClick
(
row
)
{
routeStatusClick
(
row
)
{
this
.
routeQueryParam
.
transportType
=
row
.
transportType
;
this
.
routeQueryParam
.
transportType
=
row
.
transportType
;
this
.
routeQueryParam
.
warehouseId
=
row
.
id
;
this
.
routeQueryParam
.
warehouseId
=
row
.
id
;
...
...
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