Prechádzať zdrojové kódy

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

zhujindu 1 týždeň pred
rodič
commit
e687799f89

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 6670 - 0
src/views/deviceWithin/addStoreVisit copy.vue


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

@@ -5187,11 +5187,11 @@ export default {
                 }
               }
             }
-            this.needIssuePhoto = res.data.needIssuePhoto;
-            this.wuliaoPhotoImg = res.data.fileInfoList;
+            // 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;
           }
         }
       });