Browse Source

关闭附件功能

wangcz 7 years ago
parent
commit
339a33b38c

+ 18 - 18
pages/mobile/center/vendor/approval/index.vue

@@ -68,10 +68,10 @@
             <span>申请单:</span>
             <label v-html="item.pscode" style="color: #333;font-weight: 500"></label>
           </div>
-          <div class="item">
-            <span>附件:</span>
-            <label v-html="item.code" style="color: #333;font-weight: 500"></label>
-          </div>
+          <!--<div class="item">-->
+            <!--<span>附件:</span>-->
+            <!--<label v-html="item.code" style="color: #333;font-weight: 500"></label>-->
+          <!--</div>-->
           <div class="item">
             <span>最终认定:</span>
             <label v-html="item.finalresultremark || '-'" style="color: #333;font-weight: 500"></label>
@@ -89,20 +89,20 @@
             <label style="color: #333;font-weight: 500">{{item.height || '-'}}g</label>
           </div>
         </div>
-        <div class="list-content">
-          <div class="item">
-            <span>研发认定</span>
-            <label v-html="item.height || '-'" style="color: #333;font-weight: 500"></label>
-          </div>
-          <div class="item">
-            <span>IQC认定</span>
-            <label v-html="item.height || '-'" style="color: #333;font-weight: 500"></label>
-          </div>
-          <div class="item">
-            <span>工程认定</span>
-            <label v-html="item.height || '-'" style="color: #333;font-weight: 500"></label>
-          </div>
-        </div>
+        <!--<div class="list-content">-->
+          <!--<div class="item">-->
+            <!--<span>研发认定</span>-->
+            <!--<label v-html="item.height || '-'" style="color: #333;font-weight: 500"></label>-->
+          <!--</div>-->
+          <!--<div class="item">-->
+            <!--<span>IQC认定</span>-->
+            <!--<label v-html="item.height || '-'" style="color: #333;font-weight: 500"></label>-->
+          <!--</div>-->
+          <!--<div class="item">-->
+            <!--<span>工程认定</span>-->
+            <!--<label v-html="item.height || '-'" style="color: #333;font-weight: 500"></label>-->
+          <!--</div>-->
+        <!--</div>-->
       </li>
     </ul>
     <div v-if="orderList.length === 0" class="com-none-state">

+ 1 - 1
pages/mobile/center/vendor/sample/index.vue

@@ -186,7 +186,7 @@
           <div v-if="item.minBuyQty"><span>产地:</span>{{item.minBuyQty}}</div>
           <div v-if="item.addressMark"><span>产地标识:</span>{{item.addressMark}}</div>
           <div v-if="item.ratio"><span>口水料比例:</span>{{item.ratio}}</div>
-          <div v-if="item.attachs.length > 0"><span>附件:</span>{{item.attachs}}</div>
+          <!--<div v-if="item.attachs.length > 0"><span>附件:</span>{{item.attachs}}</div>-->
         </div>
       </div>
     </modal-wrapper>