diff --git a/pages.json b/pages.json index d291b4a..4f49eaf 100644 --- a/pages.json +++ b/pages.json @@ -116,7 +116,17 @@ "enablePullDownRefresh": false } } - ], + ,{ + "path" : "pages/quotation-details/index", + "style" : + { + "navigationBarTitleText": "报价详情", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + + } + ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", diff --git a/pages/my-offer/index.vue b/pages/my-offer/index.vue index 34ae1cb..a6800fa 100644 --- a/pages/my-offer/index.vue +++ b/pages/my-offer/index.vue @@ -1,224 +1,228 @@ - - - - - + + + + + diff --git a/pages/quotation-details/index.vue b/pages/quotation-details/index.vue new file mode 100644 index 0000000..b29b623 --- /dev/null +++ b/pages/quotation-details/index.vue @@ -0,0 +1,536 @@ + + + + + diff --git a/pages/submit-quotation/index.vue b/pages/submit-quotation/index.vue index ef23b07..dd4bf34 100644 --- a/pages/submit-quotation/index.vue +++ b/pages/submit-quotation/index.vue @@ -2,7 +2,7 @@ - 提交报价 + {{title}} @@ -217,7 +217,7 @@ export default { vModelValue: '', indicatorStyle: `height: 50px;`, visible: true, - title: 'picker-view', + title: '提交报价', years, year, months, @@ -251,6 +251,12 @@ export default { } ] } + }, + onLoad(option) { + if (option) { + console.log(option) + this.title = option.title + } }, methods: { back, @@ -532,7 +538,7 @@ export default { width: 686rpx; height: 96rpx; background: #007aff; - border-radius: 10px; + border-radius: 10rpx; } .submit-image { width: 24.38rpx; @@ -630,7 +636,7 @@ export default { } .submit-check-time{ background-color: #FFFFFF; - padding: 28rpx 32rpx 0px 28rpx; + padding: 28rpx 32rpx 0rpx 28rpx; .submit-check-flex { display: flex; justify-content: space-between; diff --git a/pages/trade/quotationList.vue b/pages/trade/quotationList.vue index 2a91293..2131d85 100644 --- a/pages/trade/quotationList.vue +++ b/pages/trade/quotationList.vue @@ -1,289 +1,283 @@ - - - - -