浏览代码

报价单

twt 1 月之前
父节点
当前提交
52fd390055
共有 3 个文件被更改,包括 1523 次插入0 次删除
  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"
+						}
 					}
 					
 					

文件差异内容过多而无法显示
+ 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){