Explorar el Código

设备绑定限制不能修改

yusheng hace 8 meses
padre
commit
a79956b850
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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"