Commit 9570f81b by wancheng

采购订单更新

parent 951b5ba2
......@@ -88,7 +88,7 @@
$orderBy$
</isNotEmpty>
<isEmpty property="orderBy">
CREATED_TIME desc
PRO_PLAN_DATE,CREATED_TIME desc
</isEmpty>
</dynamic>
......
......@@ -335,6 +335,7 @@
<update id="check">
UPDATE ${hpjxSchema}.T_HPCG002A
SET
CUST_CODE = #custCode#, <!-- 供应商编码 -->
PRO_APPLY_STATUS = #proApplyStatus# <!-- 提交状态 0-未提交 1-已提交 -->
WHERE
ID = #id#
......
......@@ -111,7 +111,7 @@
$orderBy$
</isNotEmpty>
<isEmpty property="orderBy">
ID asc
PRO_ORDER_DATE,CREATED_TIME desc
</isEmpty>
</dynamic>
......
......@@ -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);
......
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