Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hp-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
hp-smart
Commits
3fe2501a
Commit
3fe2501a
authored
Apr 30, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.pseer.com/platform/hp-smart
into dev-ly
parents
d3fbebea
3aa358e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
HPCG002A.xml
src/main/java/com/baosight/hpjx/hp/cg/sql/HPCG002A.xml
+1
-2
HPCG002A.js
src/main/webapp/HP/CG/HPCG002A.js
+0
-1
No files found.
src/main/java/com/baosight/hpjx/hp/cg/sql/HPCG002A.xml
View file @
3fe2501a
...
...
@@ -61,7 +61,7 @@
A.PRO_APPLY_DATE = #proApplyDate#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"proApplyNo"
>
A.PRO_APPLY_NO
= #proApplyNo#
A.PRO_APPLY_NO
LIKE CONCAT( '%',#proApplyNo#, '%')
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"whCode"
>
A.WH_CODE = #whCode#
...
...
@@ -335,7 +335,6 @@
<update
id=
"check"
>
UPDATE ${hpjxSchema}.T_HPCG002A
SET
CUST_CODE = #custCode#,
<!-- 供应商编码 -->
PRO_APPLY_STATUS = #proApplyStatus#
<!-- 提交状态 0-未提交 1-已提交 -->
WHERE
ID = #id#
...
...
src/main/webapp/HP/CG/HPCG002A.js
View file @
3fe2501a
...
...
@@ -82,7 +82,6 @@ function check(id, auditStatus,custCode,parentid,proPlanStatus) {
inEiInfo
.
set
(
"result-0-parentId"
,
parentid
);
inEiInfo
.
set
(
"result-0-proApplyStatus"
,
auditStatus
);
inEiInfo
.
set
(
"result-0-proPlanStatus"
,
proPlanStatus
);
inEiInfo
.
set
(
"result-0-custCode"
,
custCode
);
EiCommunicator
.
send
(
'HPCG002A'
,
'check'
,
inEiInfo
,
{
onSuccess
(
response
)
{
//NotificationUtil(response.msg);
...
...
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