Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-bpm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
鲁鑫
topsun-bpm
Commits
6065db35
Commit
6065db35
authored
Jan 03, 2024
by
覃振观
👶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交遗漏
parent
6b76183b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
easy-search-product.xml
...sources/config/content/easysearch/easy-search-product.xml
+9
-1
No files found.
topsun/src/main/resources/config/content/easysearch/easy-search-product.xml
View file @
6065db35
...
...
@@ -75,6 +75,15 @@
<field
name=
"工厂编号"
title=
"工厂编号"
code=
"factoryCode"
width=
"200"
/>
</easy-search>
<easy-search
name=
"color"
desc=
"颜色"
>
<sql>
select t.color_id, t.color_code, t.color_name from color t
</sql>
<field
code=
"colorId"
type=
'hidden'
/>
<field
name=
"代码"
title=
"代码"
code=
"colorCode"
width=
"200"
/>
<field
name=
"颜色"
title=
"颜色"
code=
"colorName"
width=
"200"
/>
</easy-search>
<easy-search
name=
"productS"
desc=
"产品"
>
<sql>
...
...
@@ -85,7 +94,6 @@
<field
name=
"产品id"
title=
"产品id"
code=
"productId"
width=
"200"
/>
</easy-search>
<easy-search
name=
"productDetail"
desc=
"产品详情"
>
<sql>
SELECT
...
...
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