瀏覽代碼

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

zhujindu 1 周之前
父節點
當前提交
e687799f89
共有 2 個文件被更改,包括 6674 次插入4 次删除
  1. 6670 0
      src/views/deviceWithin/addStoreVisit copy.vue
  2. 4 4
      src/views/deviceWithin/addStoreVisit.vue

文件差異過大導致無法顯示
+ 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;
           }
         }
       });