twt 1 mês atrás
pai
commit
52fd390055
3 arquivos alterados com 1523 adições e 0 exclusões
  1. 7 0
      pages.json
  2. 1513 0
      pages/subPack/offerSheetDetail.vue
  3. 3 0
      pages/user/historySpend.vue

+ 7 - 0
pages.json

@@ -668,6 +668,13 @@
 						"style": {
 							"navigationBarTitleText": "提交订单"
 						}
+					},
+					{
+						"path": "offerSheetDetail",
+						"style": {
+							//"navigationBarTitleText": "报价单详情"
+							"navigationStyle": "custom"
+						}
 					}
 					
 					

Diferenças do arquivo suprimidas por serem muito extensas
+ 1513 - 0
pages/subPack/offerSheetDetail.vue


+ 3 - 0
pages/user/historySpend.vue

@@ -299,6 +299,9 @@
 				 uni.navigateTo({
 					url: 'historyDetail?id=' + item.id + '&lastDay=' + item.lastDay
 				}) 
+				/* uni.navigateTo({
+					url: '../subPack/offerSheetDetail?id=' + item.id + '&lastDay=' + item.lastDay
+				}) */
 
 			},
 			goDetail2(item){