twt hai 1 mes
pai
achega
52fd390055
Modificáronse 3 ficheiros con 1523 adicións e 0 borrados
  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"
+						}
 					}
 					
 					

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 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){