Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
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
platform
hg-smart
Commits
99e0b22f
Commit
99e0b22f
authored
Sep 13, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.fixBug:超过1000条也可复制
parent
d2bcd02d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
XsTools.java
src/main/java/com/baosight/xservices/xs/tools/XsTools.java
+2
-2
HGCG003A.jsp
src/main/webapp/HG/CG/HGCG003A.jsp
+2
-1
XS3201.js
src/main/webapp/XS/XS3201.js
+1
-1
No files found.
src/main/java/com/baosight/xservices/xs/tools/XsTools.java
View file @
99e0b22f
...
@@ -51,7 +51,7 @@ public class XsTools {
...
@@ -51,7 +51,7 @@ public class XsTools {
AssertUtils
.
isEmpty
(
subjectId
,
"subjectId不能为空"
);
AssertUtils
.
isEmpty
(
subjectId
,
"subjectId不能为空"
);
Map
queryMap
=
new
HashMap
();
Map
queryMap
=
new
HashMap
();
queryMap
.
put
(
"subjectId"
,
subjectId
);
queryMap
.
put
(
"subjectId"
,
subjectId
);
return
DaoBase
.
getInstance
().
query
(
"XS07.get"
,
queryMap
);
return
DaoBase
.
getInstance
().
query
All
(
"XS07.get"
,
queryMap
);
}
}
/**
/**
...
@@ -62,7 +62,7 @@ public class XsTools {
...
@@ -62,7 +62,7 @@ public class XsTools {
AssertUtils
.
isEmpty
(
subjectIds
,
"subjectId不能为空"
);
AssertUtils
.
isEmpty
(
subjectIds
,
"subjectId不能为空"
);
Map
queryMap
=
new
HashMap
();
Map
queryMap
=
new
HashMap
();
queryMap
.
put
(
"subjectIds"
,
subjectIds
);
queryMap
.
put
(
"subjectIds"
,
subjectIds
);
return
DaoBase
.
getInstance
().
query
(
"XS07.get"
,
queryMap
);
return
DaoBase
.
getInstance
().
query
All
(
"XS07.get"
,
queryMap
);
}
}
/**
/**
...
...
src/main/webapp/HG/CG/HGCG003A.jsp
View file @
99e0b22f
...
@@ -77,7 +77,8 @@
...
@@ -77,7 +77,8 @@
<EF:EFOptions
blockId=
"sup_record_block_id"
valueField=
"valueField"
textField=
"textField"
/>
<EF:EFOptions
blockId=
"sup_record_block_id"
valueField=
"valueField"
textField=
"textField"
/>
</EF:EFComboColumn>
</EF:EFComboColumn>
<EF:EFColumn
ename=
"purUserName"
cname=
"采购员"
enable=
"false"
width=
"100"
align=
"center"
/>
<EF:EFColumn
ename=
"purUserName"
cname=
"采购员"
enable=
"false"
width=
"100"
align=
"center"
/>
<EF:EFComboColumn
ename=
"calculationMethod"
cname=
"计算方式"
width=
"100"
align=
"center"
required=
"true"
>
<EF:EFComboColumn
ename=
"calculationMethod"
cname=
"计算方式"
width=
"100"
align=
"center"
required=
"true"
copy=
"true"
>
<EF:EFCodeOption
codeName=
"hggp.cg.calculationMethod"
/>
<EF:EFCodeOption
codeName=
"hggp.cg.calculationMethod"
/>
</EF:EFComboColumn>
</EF:EFComboColumn>
<EF:EFColumn
ename=
"price"
cname=
"单价"
width=
"80"
align=
"right"
format=
"{0:N3}"
enable=
"false"
/>
<EF:EFColumn
ename=
"price"
cname=
"单价"
width=
"80"
align=
"right"
format=
"{0:N3}"
enable=
"false"
/>
...
...
src/main/webapp/XS/XS3201.js
View file @
99e0b22f
...
@@ -421,7 +421,7 @@ const copyAuth = function () {
...
@@ -421,7 +421,7 @@ const copyAuth = function () {
href
:
"XS3201B"
,
href
:
"XS3201B"
,
title
:
"<div style='text-align: center;'>正在复制:【"
+
groupCname
+
"】的菜单权限...</div>"
,
title
:
"<div style='text-align: center;'>正在复制:【"
+
groupCname
+
"】的菜单权限...</div>"
,
width
:
"70%"
,
width
:
"70%"
,
height
:
"
8
0%"
,
height
:
"
9
0%"
,
params
:
params
,
params
:
params
,
callbackName
:
copyAuthCallback
callbackName
:
copyAuthCallback
});
});
...
...
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