发票添加 实际开票客户 开票项目;
This commit is contained in:
+1
-1
@@ -311,7 +311,7 @@ public class BmsInvoiceListServiceImpl extends ServiceImpl<BmsInvoiceListMapper,
|
|||||||
//bmsInvoiceList.setUpdateBy(sysUser.getId());
|
//bmsInvoiceList.setUpdateBy(sysUser.getId());
|
||||||
bmsInvoiceList.setUpdateTime(date);
|
bmsInvoiceList.setUpdateTime(date);
|
||||||
bmsInvoiceList.setInvoiceMakeTime(date);
|
bmsInvoiceList.setInvoiceMakeTime(date);
|
||||||
List<BmsMakeOutInvoice> bmsMakeOutInvoices = bmsInvoiceListInvoiceStateDTO.getBmsMakeOutInvoices();
|
List<BmsMakeOutInvoice> bmsMakeOutInvoices = bmsInvoiceListInvoiceStateDTO.getTmsMakeOutInvoices();
|
||||||
if (bmsMakeOutInvoices == null) {
|
if (bmsMakeOutInvoices == null) {
|
||||||
throw new ServiceException("开票不得少于一张!");
|
throw new ServiceException("开票不得少于一张!");
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -77,7 +77,7 @@ public class BmsInvoiceListInvoiceStateDTO implements Serializable {
|
|||||||
/**开票表集合*/
|
/**开票表集合*/
|
||||||
@ApiModelProperty(value = "开票表集合")
|
@ApiModelProperty(value = "开票表集合")
|
||||||
@Excel(name = "开票表集合", width = 15)
|
@Excel(name = "开票表集合", width = 15)
|
||||||
private List<BmsMakeOutInvoice> bmsMakeOutInvoices;
|
private List<BmsMakeOutInvoice> tmsMakeOutInvoices;
|
||||||
/**操作类型*/
|
/**操作类型*/
|
||||||
@ApiModelProperty(value = "操作类型(取消申请-0,驳回-1)")
|
@ApiModelProperty(value = "操作类型(取消申请-0,驳回-1)")
|
||||||
@Excel(name = "操作类型(取消申请-0,驳回-1)", width = 15)
|
@Excel(name = "操作类型(取消申请-0,驳回-1)", width = 15)
|
||||||
|
|||||||
Reference in New Issue
Block a user