|
|
@@ -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"
|