春风项目四线(合箱线、总装线)
wujian
2024-01-18 b395c6c17048f4862dd07e54fdb2122905402794
Merge branch 'master' of ssh://192.168.0.189:29418/Jcdm041-Mes
已修改1个文件
9 ■■■■■ 文件已修改
jcdm-ui/src/views/main/cfkb/Instructions/index.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jcdm-ui/src/views/main/cfkb/Instructions/index.vue
@@ -9,7 +9,7 @@
      </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">
@@ -80,6 +80,7 @@
  name: "index",
  data() {
    return {
      locationCode: "未配置",
      locationName: "未配置工位",
      queryParams: {
        pageNum: 1,
@@ -146,7 +147,8 @@
  },
  mounted() {
    this.getStationConf()
    this.changeProducts(this.productCode)
    // this.changeProducts(this.productCode)
    this.changeProducts("2V91")
    this.getNowTime()
    // this.autoShow()
  },
@@ -162,6 +164,7 @@
        }
        listStationConf(queryParams).then(response => {
          this.locationName = response.rows[0].processesName
          this.locationCode = response.rows[0].processesCode
        });
      });
    },
@@ -241,7 +244,7 @@
      /** 查询配方配置子信息列表 */
      this.queryParams.productCode = val;
      listFormulaChild(this.queryParams).then(response => {
        this.tableData = [];
        // this.tableData = [];
        this.tableData = response.rows;
        console.log(response.rows)
        this.$nextTick(() => {