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
9570f81b
Commit
9570f81b
authored
Apr 29, 2024
by
wancheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购订单更新
parent
951b5ba2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
HPCG002.xml
src/main/java/com/baosight/hpjx/hp/cg/sql/HPCG002.xml
+1
-1
HPCG002A.xml
src/main/java/com/baosight/hpjx/hp/cg/sql/HPCG002A.xml
+1
-0
HPCG003.xml
src/main/java/com/baosight/hpjx/hp/cg/sql/HPCG003.xml
+1
-1
HPCG002A.js
src/main/webapp/HP/CG/HPCG002A.js
+1
-0
No files found.
src/main/java/com/baosight/hpjx/hp/cg/sql/HPCG002.xml
View file @
9570f81b
...
...
@@ -88,7 +88,7 @@
$orderBy$
</isNotEmpty>
<isEmpty
property=
"orderBy"
>
CREATED_TIME desc
PRO_PLAN_DATE,
CREATED_TIME desc
</isEmpty>
</dynamic>
...
...
src/main/java/com/baosight/hpjx/hp/cg/sql/HPCG002A.xml
View file @
9570f81b
...
...
@@ -335,6 +335,7 @@
<update
id=
"check"
>
UPDATE ${hpjxSchema}.T_HPCG002A
SET
CUST_CODE = #custCode#,
<!-- 供应商编码 -->
PRO_APPLY_STATUS = #proApplyStatus#
<!-- 提交状态 0-未提交 1-已提交 -->
WHERE
ID = #id#
...
...
src/main/java/com/baosight/hpjx/hp/cg/sql/HPCG003.xml
View file @
9570f81b
...
...
@@ -111,7 +111,7 @@
$orderBy$
</isNotEmpty>
<isEmpty
property=
"orderBy"
>
ID a
sc
PRO_ORDER_DATE,CREATED_TIME de
sc
</isEmpty>
</dynamic>
...
...
src/main/webapp/HP/CG/HPCG002A.js
View file @
9570f81b
...
...
@@ -82,6 +82,7 @@ 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