소스 검색

修改入库bug

695593266@qq.com 11 달 전
부모
커밋
fecc50087f
2개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 1
      src/views/produce/components/inspection/components/semiProductJobBom.vue
  2. 1 1
      src/views/produce/components/warehousing/index.vue

+ 4 - 1
src/views/produce/components/inspection/components/semiProductJobBom.vue

@@ -220,7 +220,10 @@
             v-model="row.extInfo.isQualified"
             filterable
             placeholder="请选择"
-            :disabled="isDetails"
+            :disabled="isDetails ||
+            taskObj.type == 2 ||
+            taskObj.type == 3 ||
+            taskObj.type == 6"
           >
             <el-option
               v-for="item in isQualifiedList"

+ 1 - 1
src/views/produce/components/warehousing/index.vue

@@ -218,7 +218,7 @@
         >
           <div style="margin-top: 6px">
             <el-select
-              v-model="item.warehouseId"
+              v-model="warehouseId"
               filterable
               clearable
               placeholder="请选择仓库"