Ver código fonte

修改入库申请这里小bug

chensibo 1 mês atrás
pai
commit
e373da03f0
1 arquivos alterados com 2 adições e 0 exclusões
  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