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
51d00046
Commit
51d00046
authored
Nov 07, 2024
by
鲁鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
供应商选择排除财务供应商
parent
e6c7fcbf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
suppliersDataList.js
...main/webapp/biz/topsun/sap/suppliers/suppliersDataList.js
+2
-2
easy-search-suppliers.xml
...urces/config/content/easysearch/easy-search-suppliers.xml
+8
-7
No files found.
topsun-xt/src/main/webapp/biz/topsun/sap/suppliers/suppliersDataList.js
View file @
51d00046
...
@@ -51,9 +51,9 @@ function loadSuppliersDataListGrid() {
...
@@ -51,9 +51,9 @@ function loadSuppliersDataListGrid() {
// }
// }
// }
// }
},
},
{
display
:
"业务伙伴分组"
,
name
:
"buGroup
"
,
width
:
12
0
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"业务伙伴分组"
,
name
:
"buGroup
TextView"
,
width
:
20
0
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"业务伙伴编号"
,
name
:
"partner"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"业务伙伴编号"
,
name
:
"partner"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"组织名称1"
,
name
:
"nameOrg1"
,
width
:
14
0
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"组织名称1"
,
name
:
"nameOrg1"
,
width
:
20
0
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"组织名称2"
,
name
:
"nameOrg2"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"组织名称2"
,
name
:
"nameOrg2"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"组织名称3"
,
name
:
"nameOrg3"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"组织名称3"
,
name
:
"nameOrg3"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"组织名称4"
,
name
:
"nameOrg4"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"组织名称4"
,
name
:
"nameOrg4"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
...
...
topsun/src/main/resources/config/content/easysearch/easy-search-suppliers.xml
View file @
51d00046
...
@@ -3,13 +3,14 @@
...
@@ -3,13 +3,14 @@
<easy-search
name=
"selectSuppliers"
desc=
"供应商"
>
<easy-search
name=
"selectSuppliers"
desc=
"供应商"
>
<sql>
<sql>
SELECT
SELECT DISTINCT t.partner, t.name_org1 FROM sap_suppliers_info t
DISTINCT
WHERE
t.partner,
t.STATUS = 3
t.name_org1
AND t.apply_type != - 1
FROM
AND t.bu_group IN ( 'Z001', 'Z002', 'Z003', 'Z005' )
sap_suppliers_info t
AND t.partner IS NOT NULL
WHERE t.status = 3 and t.partner not in (select partner from sap_suppliers_info t where t.apply_type = -1)
AND t.partner != ''
ORDER BY t.partner ASC
</sql>
</sql>
<field
name=
"供应商编码"
title=
"供应商编码"
code=
"partner"
width=
"100"
/>
<field
name=
"供应商编码"
title=
"供应商编码"
code=
"partner"
width=
"100"
/>
<field
name=
"供应商名称"
title=
"供应商名称"
code=
"nameOrg1"
width=
"200"
/>
<field
name=
"供应商名称"
title=
"供应商名称"
code=
"nameOrg1"
width=
"200"
/>
...
...
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