【bug】 会议费用为0 设置需要发票为 0
This commit is contained in:
@@ -474,6 +474,10 @@ export default {
|
||||
submitData.identity = values.identity || this.identifyType
|
||||
// 嘉宾类型
|
||||
submitData.guestType = values.guestType || this.guestType
|
||||
// 会议费用为0 参数设置需要发票为0
|
||||
if(this.meetingCostSum === '0.00' ){
|
||||
submitData.needInvoice = 0
|
||||
}
|
||||
console.log(submitData)
|
||||
let url = this.url.add
|
||||
let method = 'post'
|
||||
|
||||
Reference in New Issue
Block a user