邓雄飞 4 years ago
parent
commit
106aa69af2
3 changed files with 9 additions and 8 deletions
  1. 10
      pages/mall/index.vue
  2. 3
      pages/quotation-details/index.vue
  3. 4
      pages/submit-quotation/index.vue

10
pages/mall/index.vue

@ -156,11 +156,11 @@ export default {
} else { } else {
this.logo = res.logo this.logo = res.logo
} }
// if (res.backgroundImg === '') {
// this.backgroundStyle = 'background: url("/static/imgs/mall/zsc-bg-icon.png") no-repeat;'
// } else {
// this.backgroundStyle = 'background: url(' + res.backgroundImg + ') no-repeat;'
// }
if (res.backgroundImg === '') {
this.backgroundStyle = 'background: url("/static/imgs/mall/zsc-bg-icon.png") no-repeat;'
} else {
this.backgroundStyle = 'background: url(' + res.backgroundImg + ') no-repeat;'
}
} }
}) })
.catch((err) => { .catch((err) => {

3
pages/quotation-details/index.vue

@ -192,7 +192,8 @@ export default {
// //
editPrice() { editPrice() {
var params = { var params = {
title: '修改报价'
title: '修改报价',
id: this.upDataObj.id
} }
go2('submit-quotation', params) go2('submit-quotation', params)
} }

4
pages/submit-quotation/index.vue

@ -44,7 +44,7 @@
{{ items.paperName }} | {{ items.gramWeight }}g | {{ items.length }}*{{ items.width }} | {{ items.quantity }} {{ items.paperName }} | {{ items.gramWeight }}g | {{ items.length }}*{{ items.width }} | {{ items.quantity }}
</view> </view>
<view class="" v-if="upDataObj.replyStatus !== 30102" @click="commodityModify(items, index)"> <view class="" v-if="upDataObj.replyStatus !== 30102" @click="commodityModify(items, index)">
<image class="submit-image" src="../../static/imgs/trade/myPrice.png" mode=""></image>
<image class="submit-image" src="../../static/imgs/mall/edit.png" mode=""></image>
</view> </view>
</view> </view>
<view class="submit-content-body"> <view class="submit-content-body">
@ -62,7 +62,7 @@
v-if="upDataObj.replyStatus !== 30102" v-if="upDataObj.replyStatus !== 30102"
@click="priceModify(items, index)" @click="priceModify(items, index)"
class="submit-image-price" class="submit-image-price"
src="../../static/imgs/trade/myPrice.png"
src="../../static/imgs/mall/edit.png"
mode="" mode=""
></image> ></image>
</view> </view>

Loading…
Cancel
Save