Преглед изворни кода

fix: 退押详情能修改实装属性

zh пре 2 година
родитељ
комит
5726550be8
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/views/deposit_home/components/refund_list-detail.vue

+ 3 - 3
src/views/deposit_home/components/refund_list-detail.vue

@@ -448,7 +448,7 @@
             >
               <template slot-scope="scope">
                 <div
-                  v-if="title=='详情'"
+                  v-if="title=='详情' && detailList.examineStatus !== 'OK'"
                   :class="setColour(scope.row,'specification', 'realSpecification', 'depositSpecification')"
                 >
                   {{ scope.row.depositSpecification }}
@@ -472,7 +472,7 @@
             >
               <template slot-scope="scope">
                 <div
-                  v-if="title=='详情'"
+                  v-if="title=='详情'&& detailList.examineStatus !== 'OK'"
                   :class="setColour(scope.row,'materialNumber', 'realMaterialNumber', 'depositMaterialNumber')"
                 >
                   {{ scope.row.depositMaterialNumber }}
@@ -496,7 +496,7 @@
             >
               <template slot-scope="scope">
                 <div
-                  v-if="title=='详情'"
+                  v-if="title=='详情'&& detailList.examineStatus !== 'OK'"
                   :class="setColour(scope.row,'materialOldNumber', 'realMaterialOldNumber', 'depositMaterialOldNumber')"
                 >
                   {{ scope.row.depositMaterialOldNumber }}