采购订单错误处理
1 将订单退回:状态清空(条件为订单号)
2 订单填写人员进入系统再次递交订单,审批人再次审批即可
----------------------
update
po_headers_all aa
set
aa.wf_item_type=null,
aa.wf_item_key=null,
aa.approved_flag=null,
aa.authorization_status=null
where
segment1 =' ' ------订单号
-------------------------------------------------------------------------------------
Select aa.wf_item_type, aa.wf_item_key, aa.approved_flag, aa.authorization_status
From po_headers_all aa
Where segment1 =' ' ------订单号
欢迎光临 栖息谷-管理人的网上家园 (https://bbs.21manager.com.cn/) | Powered by Discuz! X3.2 |