瀏覽代碼

确认订单发票信息

zhengjinyi 4 年之前
父節點
當前提交
2e54effd80

+ 1 - 5
components/cm-module/creatOrder/sellerInvoice.vue

@@ -164,7 +164,7 @@
 					// 	this.choiceaInvoiceTwo()
 					// 	this.invoiceText = this.peopleInvoiceData.invoiceTitle
 					// 	break;
-					case '3':
+					case '2':
 						this.choiceaInvoiceFirst()
 						this.invoiceText = this.invoiceData.invoiceTitle
 						break;
@@ -256,10 +256,6 @@
 				}
 				switch(this.invoiceType){
 					case '2':
-						this.peopleInvoiceData.invoiceTitleType = "0"
-						this.titleCurrent = 0
-						break;
-					case '3':
 						this.getUseFindInvoice()
 						break;
 				}		

+ 1 - 1
components/cm-module/orderDetails/goodsList.vue

@@ -23,7 +23,7 @@
 							<view class="product-view">
 								<view class="view-num">
 									单价:¥{{pros.price | NumFormat}}
-									<text class="red" v-show="pros.includedTaxFlag ==' 1' || pros.includedTaxFlag == '2'">({{ pros.includedTaxFlag | formatIncludedTax }})</text>
+									<text class="red" v-show="pros.includedTaxFlag ==='1' || pros.includedTaxFlag === '2'">({{ pros.includedTaxFlag | formatIncludedTax }})</text>
 								</view>
 							</view>
 							<view class="product-view">

+ 1 - 1
components/cm-module/orderDetails/invoiceTent.vue

@@ -4,7 +4,7 @@
 		 <view class="invoice-content">
 		 	<view class="invoice-title">发票信息</view>
 			<view class="invoice-empty" v-if="isEmpty">
-			 	<text>不发票</text></text>
+			 	<text>不发票</text></text>
 			</view>
 			<view class="invoice-text" v-else>
 				<view class="invoice-top" @click="showInvoice">

+ 7 - 0
pages.json

@@ -461,6 +461,13 @@
 						"navigationBarTitleText": "年中大促",
 						"enablePullDownRefresh":true
 					}
+				},
+				{
+					"path": "pages/article/page",
+					"style": {
+						"navigationBarTitleText": "新品上线",
+						"enablePullDownRefresh":true
+					}
 				}
 			]	
 		},