소스 검색

新增开票来源

gcz 8 달 전
부모
커밋
00292ee8e9
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      center/invoice.vue

+ 2 - 1
center/invoice.vue

@@ -158,7 +158,8 @@
 						name:this.formData.name,
 						email:this.formData.email,
 						// mobile:this.formData.mobile
-					}
+					},
+					invoiceSource:0,//开票来源;0-小程序  1-团购H5 2-线下
 				};
 				if(this.tabsCurrent===0){//企业
 					params.invoiceHandler.creditCode = this.formData.creditCode;