Browse Source

修改入库申请这里小bug

chensibo 1 month ago
parent
commit
e373da03f0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/rtkwms/inrequest/InRequestForm.vue

+ 2 - 0
src/views/rtkwms/inrequest/InRequestForm.vue

@@ -436,6 +436,7 @@
                   (query) => remoteMaterialSearch(query, 'code', scope.$index)
                 "
                 :loading="loading"
+                :disabled="isFormDisabled"
                 @change="(value) => changeMaterial(value, scope.$index, 'code')"
               >
                 <el-option
@@ -465,6 +466,7 @@
                   (query) => remoteMaterialSearch(query, 'name', scope.$index)
                 "
                 :loading="loading"
+                :disabled="isFormDisabled"
                 @change="(value) => changeMaterial(value, scope.$index, 'name')"
               >
                 <el-option