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
7d7f9789
Commit
7d7f9789
authored
Oct 12, 2022
by
Marcus
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
c3dc3fca
f3197757
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
245 additions
and
245 deletions
+245
-245
index.vue
src/views/ecw/customerCommission/index.vue
+32
-32
customSelectorsDictionary.vue
.../ecw/customerCommissionInfo/customSelectorsDictionary.vue
+2
-2
index.vue
src/views/ecw/customerCommissionInfo/index.vue
+27
-27
index.vue
src/views/ecw/customerComplaint/index.vue
+99
-99
index.vue
src/views/ecw/customerConfirm/index.vue
+85
-85
No files found.
src/views/ecw/customerCommission/index.vue
View file @
7d7f9789
...
@@ -3,12 +3,12 @@
...
@@ -3,12 +3,12 @@
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 -->
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"客户名称
"
prop=
"customerId"
>
<el-form-item
:label=
"$t('客户名称')
"
prop=
"customerId"
>
<el-select
<el-select
clearable
clearable
filterable
filterable
v-model=
"queryParams.customerId"
v-model=
"queryParams.customerId"
placeholder=
"请输入关键词
"
>
:placeholder=
"$t('请输入关键词')
"
>
<el-option
<el-option
v-for=
"(item, index) in customeList"
v-for=
"(item, index) in customeList"
:key=
"index"
:key=
"index"
...
@@ -18,41 +18,41 @@
...
@@ -18,41 +18,41 @@
</el-option>
</el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"联系电话
"
prop=
"type"
>
<el-form-item
:label=
"$t('联系电话')
"
prop=
"type"
>
<el-input
v-model=
"queryParams.defaultContactPhone"
placeholder=
"请输入电话
"
clearable
size=
"small"
>
<el-input
v-model=
"queryParams.defaultContactPhone"
:placeholder=
"$t('请输入电话')
"
clearable
size=
"small"
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"佣金类型
"
prop=
"transportId"
>
<el-form-item
:label=
"$t('佣金类型')
"
prop=
"transportId"
>
<el-select
v-model=
"queryParams.type"
clearable
size=
"small"
>
<el-select
v-model=
"queryParams.type"
clearable
size=
"small"
>
<el-option
v-for=
"dict in this.getDictDatas(DICT_TYPE.COMMISSION_TYPE)"
<el-option
v-for=
"dict in this.getDictDatas(DICT_TYPE.COMMISSION_TYPE)"
:key=
"dict.value"
:label=
"dict.label"
:value=
"dict.value"
/>
:key=
"dict.value"
:label=
"dict.label"
:value=
"dict.value"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"运输方式
"
prop=
"departureId"
>
<el-form-item
:label=
"$t('运输方式')
"
prop=
"departureId"
>
<el-select
v-model=
"queryParams.departureId"
clearable
size=
"small"
>
<el-select
v-model=
"queryParams.departureId"
clearable
size=
"small"
>
<el-option
v-for=
"dict in this.getDictDatas(DICT_TYPE.ECW_TRANSPORT_TYPE)"
<el-option
v-for=
"dict in this.getDictDatas(DICT_TYPE.ECW_TRANSPORT_TYPE)"
:key=
"dict.value"
:label=
"dict.label"
:value=
"dict.value"
/>
:key=
"dict.value"
:label=
"dict.label"
:value=
"dict.value"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"始发地
"
prop=
"objectiveId"
>
<el-form-item
:label=
"$t('始发地')
"
prop=
"objectiveId"
>
<el-select
v-model=
"queryParams.objectiveId"
clearable
size=
"small"
>
<el-select
v-model=
"queryParams.objectiveId"
clearable
size=
"small"
>
<el-option
v-for=
"dict in exportCityList"
<el-option
v-for=
"dict in exportCityList"
:key=
"dict.id"
:label=
"dict.titleZh"
:value=
"dict.id"
/>
:key=
"dict.id"
:label=
"dict.titleZh"
:value=
"dict.id"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"目的地
"
prop=
"customsType"
>
<el-form-item
:label=
"$t('目的地')
"
prop=
"customsType"
>
<el-select
v-model=
"queryParams.customsType"
clearable
size=
"small"
>
<el-select
v-model=
"queryParams.customsType"
clearable
size=
"small"
>
<el-option
v-for=
"dict in importCityList"
<el-option
v-for=
"dict in importCityList"
:key=
"dict.id"
:label=
"dict.titleZh"
:value=
"dict.id"
/>
:key=
"dict.id"
:label=
"dict.titleZh"
:value=
"dict.id"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"报关方式
"
prop=
"approval"
>
<el-form-item
:label=
"$t('报关方式')
"
prop=
"approval"
>
<el-select
v-model=
"queryParams.approval"
clearable
size=
"small"
>
<el-select
v-model=
"queryParams.approval"
clearable
size=
"small"
>
<el-option
v-for=
"dict in this.getDictDatas(DICT_TYPE.SHIPPING_DECLARATION_TYPE)"
<el-option
v-for=
"dict in this.getDictDatas(DICT_TYPE.SHIPPING_DECLARATION_TYPE)"
:key=
"dict.value"
:label=
"dict.label"
:value=
"dict.value"
/>
:key=
"dict.value"
:label=
"dict.label"
:value=
"dict.value"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"备案
"
prop=
"darkReturnType"
>
<el-form-item
:label=
"$t('备案')
"
prop=
"darkReturnType"
>
<el-select
v-model=
"queryParams.darkReturnType"
clearable
size=
"small"
>
<el-select
v-model=
"queryParams.darkReturnType"
clearable
size=
"small"
>
<el-option
v-for=
"dict in this.getDictDatas(DICT_TYPE.COMMISSION_PRODUCT_APPROVAL)"
<el-option
v-for=
"dict in this.getDictDatas(DICT_TYPE.COMMISSION_PRODUCT_APPROVAL)"
:key=
"dict.value"
:label=
"dict.label"
:value=
"dict.value"
/>
:key=
"dict.value"
:label=
"dict.label"
:value=
"dict.value"
/>
...
@@ -60,11 +60,11 @@
...
@@ -60,11 +60,11 @@
</el-form-item>
</el-form-item>
<div
style=
"width:100%;display: flex;justify-content: space-between;margin-bottom: 50px;"
>
<div
style=
"width:100%;display: flex;justify-content: space-between;margin-bottom: 50px;"
>
<div
style=
"flex: 1"
>
<div
style=
"flex: 1"
>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
搜索
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
{{
$t
(
'
搜索
'
)
}}
</el-button>
<el-button
icon=
"el-icon-refresh"
@
click=
"resetQuery"
>
重置
</el-button></div>
<el-button
icon=
"el-icon-refresh"
@
click=
"resetQuery"
>
{{
$t
(
'
重置
'
)
}}
</el-button></div>
<div
style=
"flex: 1; text-align: right;"
>
<div
style=
"flex: 1; text-align: right;"
>
<router-link
:to=
"'/customerCommissionInfo/'+ 0 "
>
<router-link
:to=
"'/customerCommissionInfo/'+ 0 "
>
<el-button
type=
"primary"
>
佣金设置
</el-button>
<el-button
type=
"primary"
>
{{
$t
(
'
佣金设置
'
)
}}
</el-button>
</router-link>
</router-link>
</div>
</div>
</div>
</div>
...
@@ -83,48 +83,48 @@
...
@@ -83,48 +83,48 @@
type=
"selection"
type=
"selection"
width=
"55"
>
width=
"55"
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"佣金编码
"
align=
"center"
prop=
"customerId"
/>
<el-table-column
:label=
"$t('佣金编码')
"
align=
"center"
prop=
"customerId"
/>
<el-table-column
label=
"客户名称
"
align=
"center"
prop=
"customerName"
show-overflow-tooltip
>
<el-table-column
:label=
"$t('客户名称')
"
align=
"center"
prop=
"customerName"
show-overflow-tooltip
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"联系电话
"
align=
"center"
prop=
"transportId"
show-overflow-tooltip
>
<el-table-column
:label=
"$t('联系电话')
"
align=
"center"
prop=
"transportId"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div>
{{
scope
.
row
.
defaultContactPhone
}}
</div>
<div>
{{
scope
.
row
.
defaultContactPhone
}}
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"佣金类型
"
type=
""
align=
"center"
prop=
"type"
>
<el-table-column
:label=
"$t('佣金类型')
"
type=
""
align=
"center"
prop=
"type"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.COMMISSION_TYPE"
:value=
"scope.row.type"
/>
<dict-tag
:type=
"DICT_TYPE.COMMISSION_TYPE"
:value=
"scope.row.type"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"暗佣返佣类型
"
align=
"center"
prop=
"darkReturnType"
>
<el-table-column
:label=
"$t('暗佣返佣类型')
"
align=
"center"
prop=
"darkReturnType"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.COMMISSION_DARK_TYPE"
:value=
"scope.row.type"
/>
<dict-tag
:type=
"DICT_TYPE.COMMISSION_DARK_TYPE"
:value=
"scope.row.type"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"运输方式
"
align=
"center"
prop=
"transportId"
>
<el-table-column
:label=
"$t('运输方式')
"
align=
"center"
prop=
"transportId"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<dict-tag
v-if=
"scope.row.transportId"
:type=
"DICT_TYPE.ECW_TRANSPORT_TYPE"
:value=
"scope.row.transportId"
/>
<dict-tag
v-if=
"scope.row.transportId"
:type=
"DICT_TYPE.ECW_TRANSPORT_TYPE"
:value=
"scope.row.transportId"
/>
<div
v-else
>
全部
</div>
<div
v-else
>
{{
$t
(
'
全部
'
)
}}
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"始发地/目的地
"
align=
"center"
prop=
"departureId"
show-overflow-tooltip
:formatter=
"originDestination"
>
<el-table-column
:label=
"$t('始发地/目的地')
"
align=
"center"
prop=
"departureId"
show-overflow-tooltip
:formatter=
"originDestination"
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"报关方式
"
align=
"center"
prop=
"customsType"
show-overflow-tooltip
>
<el-table-column
:label=
"$t('报关方式')
"
align=
"center"
prop=
"customsType"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<dict-tag
v-if=
"scope.row.customsType"
:type=
"DICT_TYPE.SHIPPING_DECLARATION_TYPE"
:value=
"scope.row.customsType"
/>
<dict-tag
v-if=
"scope.row.customsType"
:type=
"DICT_TYPE.SHIPPING_DECLARATION_TYPE"
:value=
"scope.row.customsType"
/>
<div
v-else
>
全部
</div>
<div
v-else
>
{{
$t
(
'
全部
'
)
}}
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"备案
"
align=
"center"
prop=
"approval"
>
<el-table-column
:label=
"$t('备案')
"
align=
"center"
prop=
"approval"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<dict-tag
v-if=
"scope.row.approval"
:type=
"DICT_TYPE.COMMISSION_PRODUCT_APPROVAL"
:value=
"scope.row.approval"
/>
<dict-tag
v-if=
"scope.row.approval"
:type=
"DICT_TYPE.COMMISSION_PRODUCT_APPROVAL"
:value=
"scope.row.approval"
/>
<div
v-else
>
全部
</div>
<div
v-else
>
{{
$t
(
'
全部
'
)
}}
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作
"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"200px"
>
<el-table-column
:label=
"$t('操作')
"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"200px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<!--
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
>
编辑
</el-button>
-->
<!--
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
>
编辑
</el-button>
-->
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
>
删除
</el-button>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
>
{{
$t
(
'
删除
'
)
}}
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -182,9 +182,9 @@ export default {
...
@@ -182,9 +182,9 @@ export default {
form
:
{},
form
:
{},
// 表单校验
// 表单校验
rules
:
{
rules
:
{
customerId
:
[{
required
:
true
,
message
:
"
客户id不能为空
"
,
trigger
:
"
change
"
}],
customerId
:
[{
required
:
true
,
message
:
this
.
$t
(
'
客户id不能为空
'
)
,
trigger
:
"
change
"
}],
type
:
[{
required
:
true
,
message
:
"
佣金类型不能为空
"
,
trigger
:
"
change
"
}],
type
:
[{
required
:
true
,
message
:
this
.
$t
(
'
佣金类型不能为空
'
)
,
trigger
:
"
change
"
}],
darkReturnType
:
[{
required
:
true
,
message
:
"
暗佣类型 1产品2达标不能为空
"
,
trigger
:
"
change
"
}],
darkReturnType
:
[{
required
:
true
,
message
:
this
.
$t
(
'
暗佣类型 1产品2达标不能为空
'
)
,
trigger
:
"
change
"
}],
},
},
customeList
:[],
customeList
:[],
};
};
...
@@ -245,7 +245,7 @@ export default {
...
@@ -245,7 +245,7 @@ export default {
/** 删除按钮操作 */
/** 删除按钮操作 */
handleDelete
(
row
)
{
handleDelete
(
row
)
{
const
id
=
row
.
id
;
const
id
=
row
.
id
;
this
.
$modal
.
confirm
(
'
是否确认删除客户佣金类型编号为"
'
+
id
+
'
"的数据项?
'
).
then
(
function
()
{
this
.
$modal
.
confirm
(
this
.
$t
(
'
是否确认删除客户佣金类型编号为"
'
)
+
id
+
this
.
$t
(
'
"的数据项?
'
)
).
then
(
function
()
{
return
deleteCustomerCommission
(
id
);
return
deleteCustomerCommission
(
id
);
}).
then
(()
=>
{
}).
then
(()
=>
{
this
.
getList
();
this
.
getList
();
...
@@ -256,7 +256,7 @@ export default {
...
@@ -256,7 +256,7 @@ export default {
let
index1
=
this
.
exportCityList
.
findIndex
(
item
=>
item
.
id
==
row
.
departureId
);
let
index1
=
this
.
exportCityList
.
findIndex
(
item
=>
item
.
id
==
row
.
departureId
);
let
index2
=
this
.
importCityList
.
findIndex
(
item
=>
item
.
id
==
row
.
objectiveId
);
let
index2
=
this
.
importCityList
.
findIndex
(
item
=>
item
.
id
==
row
.
objectiveId
);
let
flag
=
`
${
index1
===
-
1
?
'
全部
'
:
this
.
exportCityList
[
index1
].
titleZh
}
/
${
index2
===
-
1
?
'
全部
'
:
this
.
importCityList
[
index2
].
titleZh
}
`
;
let
flag
=
`
${
index1
===
-
1
?
this
.
$t
(
'
全部
'
)
:
this
.
exportCityList
[
index1
].
titleZh
}
/
${
index2
===
-
1
?
this
.
$t
(
'
全部
'
)
:
this
.
importCityList
[
index2
].
titleZh
}
`
;
return
flag
return
flag
},
},
}
}
...
...
src/views/ecw/customerCommissionInfo/customSelectorsDictionary.vue
View file @
7d7f9789
<
template
>
<
template
>
<el-select
v-if=
"options"
v-model=
"selectVal"
placeholder=
"请选择
"
>
<el-select
v-if=
"options"
v-model=
"selectVal"
:placeholder=
"$t('请选择')
"
>
<el-option
v-if=
"allShow"
label=
"全部
"
:value=
'0'
></el-option>
<el-option
v-if=
"allShow"
:label=
"$t('全部')
"
:value=
'0'
></el-option>
<el-option
<el-option
v-for=
"item in options"
v-for=
"item in options"
:key=
"item[valueKey]"
:key=
"item[valueKey]"
...
...
src/views/ecw/customerCommissionInfo/index.vue
View file @
7d7f9789
This diff is collapsed.
Click to expand it.
src/views/ecw/customerComplaint/index.vue
View file @
7d7f9789
This diff is collapsed.
Click to expand it.
src/views/ecw/customerConfirm/index.vue
View file @
7d7f9789
This diff is collapsed.
Click to expand it.
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