diff --git a/pages/submit-quotation/index.vue b/pages/submit-quotation/index.vue index 672cb1e..a342d7c 100644 --- a/pages/submit-quotation/index.vue +++ b/pages/submit-quotation/index.vue @@ -7,17 +7,32 @@ + + 交货要求 + + 询价客户: + {{ upDataObj.belongEnterpriseName }} + + + 交货区域: + {{ upDataObj.deliveryArea }} + + + 交货时间: + {{ upDataObj.deliveryDay }} + + 报价截止 {{ hour }} - : + : {{ min }} - : + : {{ second }} @@ -37,10 +52,12 @@ 重量(吨): {{ items.weight }} - + 单价(元/吨): - - {{ items.unitFee }} + + + {{ items.unitFee }} + - + 小计(元): {{ items.totalPrice }} - - + + 备注信息: + {{ items.remark }} @@ -81,7 +99,7 @@ 报价备注 - + @@ -230,8 +248,7 @@ export default { months.push(i + '小时') } return { - value: '', - value1: '', + quotationRemark: '', vModelValue: '', indicatorStyle: `height: 50px;`, visible: true, @@ -474,6 +491,7 @@ export default { } } var params = { + remark: this.quotationRemark, // 报价备注 ...this.upDataObj, userId: this.$store.state.userInfo.userId } @@ -557,13 +575,14 @@ export default { box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(100, 101, 102, 0.12); display: flex; justify-content: center; + align-items: center; .submit-text { font-family: PingFangSC-Medium; font-size: 28rpx; color: rgba(0, 0, 0, 0.5); letter-spacing: 0; font-weight: 500; - margin-top: 22rpx; + // margin-top: 22rpx; width: 130rpx; } .submit-time { @@ -571,7 +590,7 @@ export default { height: 40rpx; background: #ee0a24; border-radius: 8rpx; - margin-top: 20rpx; + // margin-top: 20rpx; text-align: center; } .submit-time-text { @@ -591,7 +610,7 @@ export default { text-align: center; line-height: 32rpx; font-weight: 400; - margin-top: 20rpx; + // margin: 0 6rpx; } } .submit-content { @@ -618,7 +637,7 @@ export default { } .submit-content-body { line-height: 68rpx; - padding-left: 32rpx; + padding: 0 32rpx; .submit-content-body-title { font-family: PingFangSC-Regular; font-size: 28rpx; @@ -633,7 +652,6 @@ export default { letter-spacing: 0; font-weight: 400; float: right; - margin-right: 32rpx; } .submit-content-body-input { margin-right: 32rpx;