|
@ -129,6 +129,7 @@ public class AppBusAdvanceGinvoiceapplyService { |
|
|
advanceInvoicePageVo.setModel(record.getModelName()); |
|
|
advanceInvoicePageVo.setModel(record.getModelName()); |
|
|
advanceInvoicePageVo.setType(record.getSaleTypeValue()); |
|
|
advanceInvoicePageVo.setType(record.getSaleTypeValue()); |
|
|
advanceInvoicePageVo.setContractType(record.getNodeState()); |
|
|
advanceInvoicePageVo.setContractType(record.getNodeState()); |
|
|
|
|
|
advanceInvoicePageVo.setVinNo(record.getVinNo()); |
|
|
if (record.getNodeState().equals("待提交")) { |
|
|
if (record.getNodeState().equals("待提交")) { |
|
|
advanceInvoicePageVo.setShowUpdateBtn(true); |
|
|
advanceInvoicePageVo.setShowUpdateBtn(true); |
|
|
advanceInvoicePageVo.setShowDeleteBtn(true); |
|
|
advanceInvoicePageVo.setShowDeleteBtn(true); |
|
@ -181,6 +182,7 @@ public class AppBusAdvanceGinvoiceapplyService { |
|
|
advanceInvoicePageVo.setModel(record.getModelName()); |
|
|
advanceInvoicePageVo.setModel(record.getModelName()); |
|
|
advanceInvoicePageVo.setType(record.getSaleTypeValue()); |
|
|
advanceInvoicePageVo.setType(record.getSaleTypeValue()); |
|
|
advanceInvoicePageVo.setContractType(record.getNodeState()); |
|
|
advanceInvoicePageVo.setContractType(record.getNodeState()); |
|
|
|
|
|
advanceInvoicePageVo.setVinNo(record.getVinNo()); |
|
|
if (record.getNodeState().equals("待提交")) { |
|
|
if (record.getNodeState().equals("待提交")) { |
|
|
advanceInvoicePageVo.setShowUpdateBtn(true); |
|
|
advanceInvoicePageVo.setShowUpdateBtn(true); |
|
|
advanceInvoicePageVo.setShowDeleteBtn(true); |
|
|
advanceInvoicePageVo.setShowDeleteBtn(true); |
|
|