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