| | |
| | | <template> |
| | | <div style="height: 100%"> |
| | | <div style="height: 100%" :key="itemKey"> |
| | | <div class="page-header"> |
| | | <div class="header-left"> |
| | | <a @click="$router.go(-1)"><i class="icon-btn-back"></i></a> |
| | |
| | | '$route.query.id': { |
| | | immediate: true, |
| | | handler(newVal, oldVal) { |
| | | if (this.$route.name == '工艺路线详情') { |
| | | if (newVal) { |
| | | this.dataForm.id = this.$route.query.id |
| | | this.getParamType() |
| | |
| | | this.getRunTimeCodeDbOptions() |
| | | this.getLaborClassNo() |
| | | } |
| | | } |
| | | }, |
| | | }, |
| | | }, |
| | |
| | | this.getWorkCenterOptions() |
| | | this.getRunTimeCodeDbOptions() |
| | | this.getLaborClassNo() |
| | | console.log(4444) |
| | | }, |
| | | methods: { |
| | | // 查询结构类型字典 |