소스 검색

添加伊兰库校验

mxx 3 년 전
부모
커밋
81e2c09834
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/houseSelfCollect/weighingManagement.vue

+ 1 - 1
src/views/houseSelfCollect/weighingManagement.vue

@@ -411,7 +411,7 @@
         this.getList()
       },
       isConfirmQuality(val) {
-        if (val.qualityInspectionManagement.confirm == '1') return true;
+        if (val.qualityInspectionManagement.confirm == '1'&&val.qualityInspectionManagement.warehouseName=='哈尔滨依兰库') return true;
         return false
       },
       weightCheck(row, num) {