|
@@ -99,14 +99,14 @@
|
|
|
name:"invoice",
|
|
|
data() {
|
|
|
return{
|
|
|
- invoiceText:'不开发票',
|
|
|
+ invoiceText:'不要发票',
|
|
|
specClass: '',//规格弹窗css类,控制开关动画
|
|
|
invoiceType:'1',//发票类型
|
|
|
current:0,
|
|
|
titleCurrent:0,
|
|
|
inventoryChecked:false,
|
|
|
invoiceTypeList:[
|
|
|
- {value:'1',name:'不开发票'},
|
|
|
+ {value:'1',name:'不要发票'},
|
|
|
{value:'2',name:'增值税发票'},
|
|
|
],
|
|
|
invoiceTitleList:[
|
|
@@ -158,7 +158,7 @@
|
|
|
switch(this.invoiceType){
|
|
|
case '1':
|
|
|
this.choiceaInvoiceThree()
|
|
|
- this.invoiceText = '不开发票'
|
|
|
+ this.invoiceText = '不要发票'
|
|
|
break;
|
|
|
// case '2':
|
|
|
// this.choiceaInvoiceTwo()
|
|
@@ -170,7 +170,7 @@
|
|
|
break;
|
|
|
default:
|
|
|
this.choiceaInvoiceThree()
|
|
|
- this.invoiceText = '不开发票'
|
|
|
+ this.invoiceText = '不要发票'
|
|
|
}
|
|
|
},
|
|
|
choiceaInvoiceFirst(){//增值税发票
|
|
@@ -232,7 +232,7 @@
|
|
|
this.$emit('handleChoiceaInvoice',Object.assign(this.peopleInvoiceData,'',{type:1}))
|
|
|
this.hideSpec()
|
|
|
},
|
|
|
- choiceaInvoiceThree(){//不开发票
|
|
|
+ choiceaInvoiceThree(){//不要发票
|
|
|
this.invoiceData = {}
|
|
|
this.$emit('handleChoiceaInvoice',Object.assign(this.invoiceData,'',{type:0}))
|
|
|
this.hideSpec()
|