Commit 9570f81b by wancheng

采购订单更新

parent 951b5ba2
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
$orderBy$ $orderBy$
</isNotEmpty> </isNotEmpty>
<isEmpty property="orderBy"> <isEmpty property="orderBy">
CREATED_TIME desc PRO_PLAN_DATE,CREATED_TIME desc
</isEmpty> </isEmpty>
</dynamic> </dynamic>
......
...@@ -335,6 +335,7 @@ ...@@ -335,6 +335,7 @@
<update id="check"> <update id="check">
UPDATE ${hpjxSchema}.T_HPCG002A UPDATE ${hpjxSchema}.T_HPCG002A
SET SET
CUST_CODE = #custCode#, <!-- 供应商编码 -->
PRO_APPLY_STATUS = #proApplyStatus# <!-- 提交状态 0-未提交 1-已提交 --> PRO_APPLY_STATUS = #proApplyStatus# <!-- 提交状态 0-未提交 1-已提交 -->
WHERE WHERE
ID = #id# ID = #id#
......
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
$orderBy$ $orderBy$
</isNotEmpty> </isNotEmpty>
<isEmpty property="orderBy"> <isEmpty property="orderBy">
ID asc PRO_ORDER_DATE,CREATED_TIME desc
</isEmpty> </isEmpty>
</dynamic> </dynamic>
......
...@@ -82,6 +82,7 @@ function check(id, auditStatus,custCode,parentid,proPlanStatus) { ...@@ -82,6 +82,7 @@ function check(id, auditStatus,custCode,parentid,proPlanStatus) {
inEiInfo.set("result-0-parentId", parentid); inEiInfo.set("result-0-parentId", parentid);
inEiInfo.set("result-0-proApplyStatus", auditStatus); inEiInfo.set("result-0-proApplyStatus", auditStatus);
inEiInfo.set("result-0-proPlanStatus", proPlanStatus); inEiInfo.set("result-0-proPlanStatus", proPlanStatus);
inEiInfo.set("result-0-custCode", custCode);
EiCommunicator.send('HPCG002A', 'check', inEiInfo, { EiCommunicator.send('HPCG002A', 'check', inEiInfo, {
onSuccess(response) { onSuccess(response) {
//NotificationUtil(response.msg); //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