lyfO_o
2023-03-31 a8e6dea01e2dc1f33e85b23605b25afd82dae6ae
src/main/java/com/nanometer/smartlab/controller/SupplierOrderMngController.java
@@ -542,6 +542,9 @@
      System.out.println(this.viewOpeApply.getApplyPrice());
      try {
         this.opeApplyService.updaetOpeApplyPrice(this.viewOpeApply.getApplyPrice(),this.viewOpeApply.getId());
         if (this.viewOpeApply.getReagent() != null && this.viewOpeApply.getReagent().getId() != null) {
            sysReagentService.updateSysReagentPrice(this.viewOpeApply.getReagent().getId(), this.viewOpeApply.getApplyPrice());
         }
         FacesUtils.info("修改成功。");
         refreshTable();
         RequestContext.getCurrentInstance().execute("PF('dialog').hide()");