小小儁爺
14 小时以前 c4d59de5b8132c70ae4dc64e4309fc6d761b111d
src/views/workOrder/workOrderList.vue
@@ -533,6 +533,7 @@
      <div class="elTableDiv">
        <el-table
          ref="tableDataRef2"
          :data="tableDataDetail"
          border
          height="210px"
@@ -2795,7 +2796,7 @@
        // createdate: '', // 创建时间
        datatype: 'ED', // 日期类型(计划开工(PS)、计划完工(PE)、预计交付(ED)、创建日期(CT))
        timeValue: [], // 查询日期
        prop: 'lm_date', // 排序字段
        prop: 'partspec', // 排序字段  lm_date
        order: 'desc', // 排序字段
        page: 1, // 第几页
        rows: 20 // 每页多少条
@@ -3045,7 +3046,7 @@
      routecodeArr: [], //
      sourceType: false, // 工序的数据来源
      sourceType: true, // 工序的数据来源
      mesSetting: JSON.parse(localStorage.getItem('mesSetting')),
@@ -3841,7 +3842,9 @@
          this.stepSelectedValue = this.stepTableData.map(i => i.stepcode)
        } else {
          await this.getBasicProcessData()
          // await this.getBasicProcessData()
          console.log('执行')
          this.sourceTypeChange(this.sourceType)
        }
      }
@@ -3988,11 +3991,13 @@
      this.dialogForm.routecode = ''
      this.sourceType = false
      this.sourceType = true
      this.stepSelectedValue = []
      this.stepTableData = []
      this.$refs.dialogForm.clearValidate()
      this.$refs.tableDataRef.doLayout()
      this.$refs.tableDataRef2.doLayout()
    },
    // 对话框取消
    dialogVisibleCancel() {