Commit 08c09b47 by wancheng

采购订单更新

parent a92aa82a
......@@ -335,7 +335,6 @@
<update id="check">
UPDATE ${hpjxSchema}.T_HPCG002A
SET
CUST_CODE = #custCode#, <!-- 供应商编码 -->
PRO_APPLY_STATUS = #proApplyStatus# <!-- 提交状态 0-未提交 1-已提交 -->
WHERE
ID = #id#
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment