|
|
@@ -325,7 +325,7 @@ public class EastarTbServiceImpl implements EastarTbService {
|
|
|
order.put("associationFormField_mifp03ea",gys);
|
|
|
order.put("textField_mifp03ez",gys.get(0).subTitle); // 供应商编号
|
|
|
}
|
|
|
- order.put("textField_mmikzhlb",jd); //里程碑 add by Jason
|
|
|
+ order.put("textField_mmikzhlb",jd); //里程碑 add by Jason 20260309
|
|
|
ydClient.operateData(YDParam.builder().formUuid(EastarParam.YD_FORMUUID_CGTASK).formDataJson(JSONObject.toJSONString(order)).build(), YDConf.FORM_OPERATION.create);
|
|
|
}
|
|
|
|
|
|
@@ -373,6 +373,7 @@ public class EastarTbServiceImpl implements EastarTbService {
|
|
|
packTaskorder.put("associationFormField_mifp03ea",gys);
|
|
|
packTaskorder.put("textField_mifp03ez",gys.get(0).subTitle); // 供应商编号
|
|
|
}
|
|
|
+ packTaskorder.put("textField_mmikzhlb","包装"); //里程碑 add by Jason 20260309
|
|
|
ydClient.operateData(YDParam.builder().formUuid(EastarParam.YD_FORMUUID_CGTASK).formDataJson(JSONObject.toJSONString(packTaskorder)).build(), YDConf.FORM_OPERATION.create);
|
|
|
}
|
|
|
|