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
968e0b6d
Commit
968e0b6d
authored
Jan 16, 2025
by
knight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
需求32 客户投诉页面和列表调整
parent
8e051bdf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
11 deletions
+9
-11
index.vue
src/components/customerComplaints/index.vue
+2
-2
index.vue
src/views/ecw/customerComplaint/index.vue
+7
-9
No files found.
src/components/customerComplaints/index.vue
View file @
968e0b6d
...
...
@@ -47,7 +47,7 @@
</el-select>
</el-form-item>
<el-form-item
label=
"投诉内容"
prop=
"content"
>
<el-input
v-model=
"form.content"
type=
"textarea"
placeholder=
"请输入内容
"
/>
<el-input
v-model=
"form.content"
type=
"textarea"
rows=
"6"
placeholder=
"请输入内容111
"
/>
</el-form-item>
<el-form-item
label=
"处理状态"
prop=
"status"
>
<span>
{{
getDictDataLabel
(
DICT_TYPE
.
CUSTOMER_COMPLAINT_STATUS
,
1
)
}}
</span>
...
...
@@ -72,7 +72,7 @@
:filter=
"(e) => e.value == '2' || e.value == '3'"
:formatter=
"Number"
></dict-selector>
</el-form-item>
<el-form-item
v-show=
"form.status == '2'"
label=
"查明原因"
required
>
<el-input
type=
"textarea"
placeholder=
"请输入查明原因"
v-model=
"for
m.asc
ertainReason"
></el-input>
<el-input
type=
"textarea"
placeholder=
"请输入查明原因"
v-model=
"forertainReason"
></el-input>
</el-form-item>
<el-form-item
v-show=
"form.status == '2'"
label=
"处理方案"
>
<el-input
v-model=
"form.plan"
placeholder=
"请输入处理方案"
></el-input>
...
...
src/views/ecw/customerComplaint/index.vue
View file @
968e0b6d
...
...
@@ -3,14 +3,12 @@
<!-- 搜索工作栏 -->
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:inline=
"true"
v-show=
"showSearch && !!!customerId"
label-width=
"68px"
>
<el-form-item
:label=
"$t('客户名称')"
prop=
"customerId"
>
<customer-select
v-model=
"queryParams.customerId"
></customer-select>
</el-form-item>
<el-form-item
:label=
"$t('客户编号')"
prop=
"customerNumber"
>
<el-input
v-model=
"queryParams.customerNumber"
:placeholder=
"$t('请输入客户编号')"
clearable
@
keyup.enter.native=
"handleQuery"
/>
</el-form-item>
<el-form-item
:label=
"$t('客户名称')"
prop=
"customerId"
>
<customer-select
v-model=
"queryParams.customerId"
></customer-select>
</el-form-item>
<el-form-item
:label=
"$t('投诉类型')"
prop=
"type"
>
<el-select
v-model=
"queryParams.type"
:placeholder=
"$t('请选择投诉类型')"
clearable
size=
"small"
>
<el-option
v-for=
"dict in getDictDatas(DICT_TYPE.CUSTOMER_COMPLAINT_TYPE)"
...
...
@@ -70,14 +68,14 @@
<dict-tag
:type=
"DICT_TYPE.CUSTOMER_COMPLAINT_TYPE"
:value=
"scope.row.type"
/>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('客户
名称
')"
align=
"center"
width=
"120"
fixed
>
<el-table-column
:label=
"$t('客户
编号
')"
align=
"center"
width=
"120"
fixed
>
<
template
slot-scope=
"scope"
>
<div>
{{
formatCustomerName
(
scope
.
row
.
customerId
)
}}
</div>
<div>
{{
scope
.
row
.
customerNumber
}}
</div>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('客户
编号')"
align=
"center"
width=
"120"
>
<el-table-column
:label=
"$t('客户
名称')"
align=
"center"
width=
"120"
fixed
>
<
template
slot-scope=
"scope"
>
<div>
{{
scope
.
row
.
customerNumber
}}
</div>
<div>
{{
formatCustomerName
(
scope
.
row
.
customerId
)
}}
</div>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('投诉日期')"
align=
"center"
width=
"180"
>
...
...
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