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
08c09b47
Commit
08c09b47
authored
Apr 29, 2024
by
wancheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购订单更新
parent
a92aa82a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
HPCG002A.xml
src/main/java/com/baosight/hpjx/hp/cg/sql/HPCG002A.xml
+0
-1
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 @
08c09b47
...
...
@@ -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 @
08c09b47
...
...
@@ -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