Просмотр исходного кода

设备绑定限制不能修改

yusheng 8 месяцев назад
Родитель
Сommit
a79956b850
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      src/views/ledgerAssets/components/businessInformation.vue

+ 4 - 0
src/views/ledgerAssets/components/businessInformation.vue

@@ -173,6 +173,7 @@
                 placeholder="请选择"
                 @change="change_factoryId"
                 style="width: 24%; margin-right: 1%"
+                disabled
               >
                 <el-option
                   v-for="item in factoryOptions"
@@ -187,6 +188,7 @@
                 placeholder="请选择"
                 style="width: 24%; margin-right: 1%"
                 @change="change_workshop"
+                disabled
               >
                 <el-option
                   v-for="item in workshopOptions"
@@ -201,6 +203,7 @@
                 placeholder="请选择"
                 style="width: 24%; margin-right: 1%"
                 @change="change_productionLineId"
+                disabled
               >
                 <el-option
                   v-for="item in productionLineOptions"
@@ -215,6 +218,7 @@
                 placeholder="请选择"
                 style="width: 24%; margin-right: 1%"
                 @change="change_stationId"
+                disabled
               >
                 <el-option
                   v-for="item in stationOptions"