添加是否定制信息到详情界面
- 在 AfterApprovingSynchronizeRuleMES 类中添加定制信息 - 将 vbdef18 字段作为定制信息添加到 detailItem 中
This commit is contained in:
parent
9541f09909
commit
df967daaf4
|
@ -191,6 +191,8 @@ public class AfterApprovingSynchronizeRuleMES implements IRule<SaleOrderVO> {
|
||||||
detailItem.put("customMtId", null);
|
detailItem.put("customMtId", null);
|
||||||
detailItem.put("customNo", null);
|
detailItem.put("customNo", null);
|
||||||
detailItem.put("customSN", null);
|
detailItem.put("customSN", null);
|
||||||
|
// 添加是否定制
|
||||||
|
detailItem.put("customized", body.getVbdef18());
|
||||||
detailItem.put("remarks", null);
|
detailItem.put("remarks", null);
|
||||||
// 添加自定义行号
|
// 添加自定义行号
|
||||||
JSONArray properties = new JSONArray();
|
JSONArray properties = new JSONArray();
|
||||||
|
|
Loading…
Reference in New Issue