Pārlūkot izejas kodu

feature_20260115_直发类色卡销售发放时必须拍照

zhujindu 1 nedēļu atpakaļ
vecāks
revīzija
b45bdaab09
1 mainītis faili ar 6 papildinājumiem un 6 dzēšanām
  1. 6 6
      src/views/deviceWithin/addStoreVisit.vue

+ 6 - 6
src/views/deviceWithin/addStoreVisit.vue

@@ -76,13 +76,13 @@
           ></el-table-column
         >
         <el-table-column label="库存" prop="inventoryNum" align="center" />
-        <el-table-column
+        <!-- <el-table-column
           label="应发本数"
           prop="yfNum"
           align="center"
           key="yfNum"
           width="200"
-          v-if="yfNumFlage" />
+          v-if="yfNumFlage" /> -->
         <el-table-column class="t-center" prop="value" align="center" width="60">
           <template slot="header" class="t-center">
             <span>发放量</span><span class="xing">*</span>
@@ -96,9 +96,9 @@
           /></template>
         </el-table-column>
       </el-table>
-      <div class="wuliaoPhotoImg" style="margin-top: 10px" v-if="wuliaoMust">
+      <!-- <div class="wuliaoPhotoImg" style="margin-top: 10px" v-if="wuliaoMust">
         <deleteUploadImg :imgs="wuliaoPhotoImg"></deleteUploadImg>
-      </div>
+      </div> -->
     </div>
     <div
       v-if="taskType == 2"
@@ -5190,8 +5190,8 @@ export default {
             this.needIssuePhoto = res.data.needIssuePhoto;
             this.wuliaoPhotoImg = res.data.fileInfoList;
             this.tableData1 = collectionItemLists;
-            let yfNumArr = this.tableData1.filter((val) => val.yfNum);
-            this.yfNumFlage = yfNumArr.length ? true : false;
+            // let yfNumArr = this.tableData1.filter((val) => val.yfNum);
+            // this.yfNumFlage = yfNumArr.length ? true : false;
           }
         }
       });