| | |
| | | try { |
| | | if(allOpeOrder != null && allOpeOrder.size() > 0) |
| | | { |
| | | int count = allOpeOrder.size(); |
| | | this.setRowCount(count); |
| | | // int count = allOpeOrder.size(); |
| | | this.setRowCount(supplierOpeOrderService.SupplierOpeOrderTotal(orderCode,applyCode,status,orderTime,orderEndTime)); |
| | | |
| | | list = supplierOpeOrderService.getSupplierOpeOrderList(orderCode,applyCode,status,orderTime,orderEndTime,first,pageSize); |
| | | for (int i=0;i<list.size();i++) { |
| | |
| | | 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()"); |