Browse Source

fix: 删除详情页中标单位中标金额

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 9 months ago
parent
commit
8bca8e7104
1 changed files with 0 additions and 42 deletions
  1. 0 42
      apps/jy-pc/src/views/purchase/Detail.vue

+ 0 - 42
apps/jy-pc/src/views/purchase/Detail.vue

@@ -49,42 +49,6 @@
             </div>
             <div class="item-value" v-else>--</div>
           </div>
-          <div
-            class="c-item"
-            v-if="
-              info.msgType != 2 &&
-              info.msgType != 3 &&
-              info.msgType != 4 &&
-              info.msgType != 5 &&
-              info.msgType != 6
-            "
-          >
-            <div class="item-label">中标单位:</div>
-            <div class="item-value">{{ info.winner || '--' }}</div>
-          </div>
-          <div
-            class="c-item"
-            v-if="
-              info.msgType != 2 &&
-              info.msgType != 3 &&
-              info.msgType != 4 &&
-              info.msgType != 5 &&
-              info.msgType != 6
-            "
-          >
-            <div class="item-label">中标金额:</div>
-            <div class="item-value" v-if="info.amount === '0' || info.amount">
-              {{ (info.amount / 10000).fixed(2) }}万元
-            </div>
-            <div class="item-value" v-else>--</div>
-          </div>
-          <div
-            v-if="info.jyPublishingMedia !== 0 && info.jyPublishingMedia"
-            class="c-item c-item-agreetext"
-          >
-            我{{ info.jyPublishingMedia === 1 ? '同意' : '不同意' }}将
-            “剑鱼标讯” 作为项目发布媒体
-          </div>
           <div class="c-item">
             <div class="item-label">信息正文:</div>
             <div class="item-value" v-html="info.detail"></div>
@@ -310,15 +274,12 @@ export default {
           code,
           buyer,
           budget,
-          amount,
-          winner,
           InfoDetailReview,
           infoDetailContact,
           attach,
           publishTime,
           validityTime,
           createTime,
-          jyPublishingMedia,
           deliveryAddress,
           recommendedService
         } = data
@@ -340,9 +301,6 @@ export default {
         this.info.code = code
         this.info.buyer = buyer
         this.info.budget = budget
-        this.info.amount = amount
-        this.info.winner = winner
-        this.info.jyPublishingMedia = jyPublishingMedia
         this.info.deliveryAddress = deliveryAddress
         this.info.recommendedService = recommendedService
         this.info.publishTime = this.dateFormatter(