|
@@ -159,12 +159,14 @@ public class ProcurementPlanInfoServiceImpl extends ServiceImpl<ProcurementPlanI
|
|
procurementPlanInfo.setBasisPrice(basisPrice);
|
|
procurementPlanInfo.setBasisPrice(basisPrice);
|
|
//更改采购计划信息
|
|
//更改采购计划信息
|
|
this.updateById(procurementPlanInfo);
|
|
this.updateById(procurementPlanInfo);
|
|
|
|
+ return "OK";
|
|
}
|
|
}
|
|
//更改单价
|
|
//更改单价
|
|
else {
|
|
else {
|
|
procurementPlanInfo.setUnitPrice(unitPrice);
|
|
procurementPlanInfo.setUnitPrice(unitPrice);
|
|
//更改采购计划信息
|
|
//更改采购计划信息
|
|
this.updateById(procurementPlanInfo);
|
|
this.updateById(procurementPlanInfo);
|
|
|
|
+ return "OK";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return "NG";
|
|
return "NG";
|