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
4d9b8a1e
Commit
4d9b8a1e
authored
Dec 02, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
6fc3120d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
customerMerge.vue
src/views/ecw/customer/components/customerMerge.vue
+2
-0
query.vue
src/views/ecw/customer/query.vue
+3
-3
No files found.
src/views/ecw/customer/components/customerMerge.vue
View file @
4d9b8a1e
...
...
@@ -190,11 +190,13 @@
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('常用提货网点')"
>
<
template
slot-scope=
"{ row }"
>
{{
getDictDatas2
(
DICT_TYPE
.
PICKUP_POINTS
,
(
row
.
pickupPoints
||
""
).
split
(
"
,
"
))
.
map
((
e
)
=>
(
isChinese
?
e
.
label
:
e
.
labelEn
))
.
join
(
"
,
"
)
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('年度发货量')"
align=
"center"
>
<
template
slot-scope=
"{ row }"
>
...
...
src/views/ecw/customer/query.vue
View file @
4d9b8a1e
...
...
@@ -270,9 +270,9 @@
<el-input
v-model.trim=
"queryOfferParams.searchNumber"
:placeholder=
"$t('请输入报价单号、订单号')"
clearable
@
keyup.enter.native=
"handleQuery"
/>
</el-form-item>
<el-form-item
:label=
"$t('客户')"
prop=
"searchCustomer"
v-show=
"showSearch"
>
<el-input
v-model.trim=
"queryOfferParams.searchCustomer"
clearable
@
keyup.enter.native=
"handleQuery"
/
>
</el-form-item
>
<!-- <el-form-item :label="$t('客户')" prop="searchCustomer" v-show="showSearch">--
>
<!-- <el-input v-model.trim="queryOfferParams.searchCustomer" clearable @keyup.enter.native="handleQuery" />--
>
<!-- </el-form-item>--
>
<el-form-item
:label=
"$t('区号')"
prop=
"relationAreaCode"
v-show=
"showSearch"
>
<el-input
v-model.trim=
"queryOfferParams.relationAreaCode"
:placeholder=
"$t('请输入客户')"
clearable
@
keyup.enter.native=
"handleQuery"
@
input=
"queryOfferParams.relationAreaCode = queryOfferParams.relationAreaCode.replace(/\s+/g, '')"
/>
</el-form-item>
...
...
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