【物料变更】 区分新增与变更
This commit is contained in:
parent
f2410f0e35
commit
4e64e222b4
|
|
@ -6584,11 +6584,9 @@ public class FWImpl {
|
||||||
String requestName = "新增物料流程";
|
String requestName = "新增物料流程";
|
||||||
String wfID = ConfigUtils.getThirdConfigByNumber("FW_WFID_XZWL");
|
String wfID = ConfigUtils.getThirdConfigByNumber("FW_WFID_XZWL");
|
||||||
String requestid = bill.getString("tqq9_fwrequestid");
|
String requestid = bill.getString("tqq9_fwrequestid");
|
||||||
// boolean tqq9_issuccess = bill.getBoolean("tqq9_issuccess");
|
|
||||||
if (lcbh.endsWith("_copy")) {
|
if (lcbh.endsWith("_copy")) {
|
||||||
requestName = "变更物料流程";
|
requestName = "变更物料流程";
|
||||||
wfID = ConfigUtils.getThirdConfigByNumber("FW_WFID_WLBG");
|
wfID = ConfigUtils.getThirdConfigByNumber("FW_WFID_WLBG");
|
||||||
requestid = bill.getString("tqq9_fwupdid");
|
|
||||||
|
|
||||||
JSONObject m_bgyy = new JSONObject();
|
JSONObject m_bgyy = new JSONObject();
|
||||||
m_bgyy.put("fieldName", "bgyy");
|
m_bgyy.put("fieldName", "bgyy");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue