Merge branch 'jtwy' of http://114.132.189.42:9002/r/product-inventory-management-after into sqd-hb
| | |
| | | * 客户合同号 |
| | | */ |
| | | private String customerContractNo; |
| | | /** |
| | | * 采购合同号 |
| | | */ |
| | | private String purchaseContractNumber; |
| | | |
| | | /** |
| | | * 客户名称 |
| | |
| | | // ProcurementPageDtoCopy procurementDtoCopy = result.getRecords().get(0); |
| | | if (item.getQuantity().compareTo(stockQuantity) <= 0 && item.getApproveStatus() == 0) { |
| | | item.setApproveStatus(1); |
| | | salesLedgerProductService.addOrUpdateSalesLedgerProduct(item); |
| | | salesLedgerProductService.updateById(item); |
| | | } |
| | | } |
| | | }); |
| | |
| | | select |
| | | t3.supplier_name, |
| | | t2.product_category, |
| | | t3.purchase_contract_number, |
| | | t1.id, |
| | | t1.code, |
| | | t2.specification_model, |