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
ff992552
Commit
ff992552
authored
Oct 29, 2024
by
wanghuazhou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商品列表商品中文名称搜索类型修正
parent
c9e6a2cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
dict.js
src/utils/dict.js
+1
-0
index.vue
src/views/ecw/product/index.vue
+5
-4
No files found.
src/utils/dict.js
View file @
ff992552
...
...
@@ -171,6 +171,7 @@ export const DICT_TYPE = {
// order
ORDER_TYPE
:
"
order_type
"
,
// 订单类型
PRODUCT_RECORD_ATTRIBUTE
:
"
product_record_attribute
"
,
//产品备案属性
PROD_QUERY_TITLE_ZH_FIELD
:
'
prod_query_title_zh_field
'
,
// 商品列表商品中文名称查询类型
CONTROL_GOODS_STATUS
:
"
control_goods_status
"
,
//控货状态
DISBURSEMENT_TYPE
:
"
disbursement_type
"
,
//垫付类型
DRAWEE
:
"
drawee
"
,
// 付款人
...
...
src/views/ecw/product/index.vue
View file @
ff992552
...
...
@@ -47,7 +47,7 @@
>
<template
slot=
"prepend"
>
<dict-selector
:type=
"DICT_TYPE.
ORDER_QUERY_NO
_FIELD"
:type=
"DICT_TYPE.
PROD_QUERY_TITLE_ZH
_FIELD"
defaultable
v-model=
"titleZhParam.key"
class=
"w-50"
...
...
@@ -962,12 +962,13 @@ export default {
getList
()
{
this
.
loading
=
true
;
// 处理查询参数
let
params
=
{
...
this
.
queryParams
};
if
(
this
.
titleZhParam
.
value
)
{
this
.
queryP
arams
[
this
.
titleZhParam
.
key
]
=
this
.
titleZhParam
.
value
;
p
arams
[
this
.
titleZhParam
.
key
]
=
this
.
titleZhParam
.
value
;
}
// 处理查询参数
let
params
=
{
...
this
.
queryParams
};
params
.
filter
=
false
;
// this.addBeginAndEndTime(params, this.dateRangeCreateTime, "createTime");
this
.
addBeginAndEndTime
(
...
...
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