|
|
@@ -391,7 +391,7 @@ export default {
|
|
|
change_factoryId(id) {
|
|
|
this.ywInfo.workshopId = '';
|
|
|
this.ywInfo.productionLineId = '';
|
|
|
- this.ywInfo.stationId = '';
|
|
|
+ this.ywInfo.workstation = '';
|
|
|
this.workshopOptions = [];
|
|
|
this.productionLineOptions = [];
|
|
|
this.stationOptions = [];
|
|
|
@@ -402,7 +402,7 @@ export default {
|
|
|
this.getListWorkshopByParentId(id);
|
|
|
},
|
|
|
change_productionLineId(id) {
|
|
|
- this.ywInfo.stationId = '';
|
|
|
+ this.ywInfo.workstation = '';
|
|
|
this.stationOptions = [];
|
|
|
this.ywInfo.productionLineName = this.productionLineOptions.filter(
|
|
|
(item) => item.id === id
|
|
|
@@ -411,7 +411,7 @@ export default {
|
|
|
},
|
|
|
change_workshop(id) {
|
|
|
this.ywInfo.productionLineId = '';
|
|
|
- this.ywInfo.stationId = '';
|
|
|
+ this.ywInfo.workstation = '';
|
|
|
this.productionLineOptions = [];
|
|
|
this.stationOptions = [];
|
|
|
this.ywInfo.workshopName = this.workshopOptions.filter(
|