|
|
@ -66,7 +66,7 @@ public class YunBpmServiceImpl implements YunBpmService {
|
|
|
|
QualitySystemDto qualitySystemDto = QualitySystemDto.builder()
|
|
|
|
QualitySystemDto qualitySystemDto = QualitySystemDto.builder()
|
|
|
|
//异常主数据
|
|
|
|
//异常主数据
|
|
|
|
.abnormalbill_no(abnormalBill.getAbnormalNo()).abnormalbill_workshop(abnormalBill.getWorkCenter())
|
|
|
|
.abnormalbill_no(abnormalBill.getAbnormalNo()).abnormalbill_workshop(abnormalBill.getWorkCenter())
|
|
|
|
.material_code(abnormalBill.getItemBo().split(",")[1]).number(abnormalBill.getMapNo())
|
|
|
|
.material_code(abnormalBill.getItemBo().split(",")[1]).drawing_number(abnormalBill.getMapNo())
|
|
|
|
.material_description(abnormalBill.getItemDescription()).shop_order(abnormalBill.getShopOrder())
|
|
|
|
.material_description(abnormalBill.getItemDescription()).shop_order(abnormalBill.getShopOrder())
|
|
|
|
.product_barcode(abnormalBill.getSfc()).work_order(abnormalBill.getWorkOrder()).submit_date(DateUtil.getCurrentDate())
|
|
|
|
.product_barcode(abnormalBill.getSfc()).work_order(abnormalBill.getWorkOrder()).submit_date(DateUtil.getCurrentDate())
|
|
|
|
.item_number(abnormalBill.getItemNumber()).product_category(abnormalBill.getProductCategory())
|
|
|
|
.item_number(abnormalBill.getItemNumber()).product_category(abnormalBill.getProductCategory())
|
|
|
@ -79,8 +79,8 @@ public class YunBpmServiceImpl implements YunBpmService {
|
|
|
|
.bad_code_group(ncGroup).bad_code(ncCode).problem_level(abnormalBill.getPbGrade())
|
|
|
|
.bad_code_group(ncGroup).bad_code(ncCode).problem_level(abnormalBill.getPbGrade())
|
|
|
|
// .problem_photos(null)
|
|
|
|
// .problem_photos(null)
|
|
|
|
//责任划分
|
|
|
|
//责任划分
|
|
|
|
.cause_analysis(abnormalBillDispose.getDutyCauseDescription()).reason_type(abnormalBillDispose.getDutyCauseType())
|
|
|
|
.cause_analysis(abnormalBillDispose.getDutyCauseDescription()).reason_type(abnormalBillDispose.getDutyCauseTypeDescription())
|
|
|
|
.responsibility_type(abnormalBillDispose.getDutyType()).responsibility_dept(abnormalBillDispose.getDutyDepart())
|
|
|
|
.responsibility_type(abnormalBillDispose.getDutyTypeDescription()).problem_owner_depart(abnormalBillDispose.getDutyDepartDescription())
|
|
|
|
.problem_owner_name(abnormalBillDispose.getPrincipalUser())
|
|
|
|
.problem_owner_name(abnormalBillDispose.getPrincipalUser())
|
|
|
|
//.send_user_group()
|
|
|
|
//.send_user_group()
|
|
|
|
/*//解决方案
|
|
|
|
/*//解决方案
|
|
|
|