Merge branch 'master' of ssh://192.168.0.189:29418/Jcdm041-Mes
| | |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-card shadow="always"> |
| | | <span class="centerText" style="margin-top: 26px">{{productCode}}</span> |
| | | <span class="centerText" style="margin-top: 26px">{{locationCode}}</span> |
| | | </el-card> |
| | | </el-col> |
| | | <el-col :span="15"> |
| | |
| | | name: "index", |
| | | data() { |
| | | return { |
| | | locationCode: "未配置", |
| | | locationName: "未配置工位", |
| | | queryParams: { |
| | | pageNum: 1, |
| | |
| | | }, |
| | | mounted() { |
| | | this.getStationConf() |
| | | this.changeProducts(this.productCode) |
| | | // this.changeProducts(this.productCode) |
| | | this.changeProducts("2V91") |
| | | this.getNowTime() |
| | | // this.autoShow() |
| | | }, |
| | |
| | | } |
| | | listStationConf(queryParams).then(response => { |
| | | this.locationName = response.rows[0].processesName |
| | | this.locationCode = response.rows[0].processesCode |
| | | }); |
| | | }); |
| | | }, |
| | |
| | | /** 查询配方配置子信息列表 */ |
| | | this.queryParams.productCode = val; |
| | | listFormulaChild(this.queryParams).then(response => { |
| | | this.tableData = []; |
| | | // this.tableData = []; |
| | | this.tableData = response.rows; |
| | | console.log(response.rows) |
| | | this.$nextTick(() => { |