loulijun2021
2023-02-09 b31d0bdae5ab5e7c24eadf08fea270c6bb9f3c7a
src/views/scgl/zdpc.vue
@@ -24,7 +24,10 @@
              <el-input v-model="formTop.partname" placeholder="请输入" style="width: 200px" />
            </el-form-item>
          </div>
          <div class="bodySearchReset" :style="{marginLeft:$store.state.app.sidebar.opened? $store.state.settings.menuIsHorizontal?'15%':'3%':'10%'}">
          <div
            class="bodySearchReset"
            :style="{marginLeft:$store.state.app.sidebar.opened? $store.state.settings.menuIsHorizontal?'15%':'3%':'10%'}"
          >
            <el-button v-waves type="primary" icon="el-icon-search" @click="search">查询</el-button>
            <el-button v-waves type="info" icon="el-icon-refresh" @click="reset">重置</el-button>
          </div>
@@ -162,7 +165,7 @@
            show-tooltip-when-overflow
          >
            <template slot-scope="{row}">
              <div v-if="row.AdvaSchePCStartDate">{{ row.AdvaSchePCStartDate }} ~ {{ row.AdvaSchePCEndDate }} </div>
              <div v-if="row.AdvaSchePCStartDate">{{ row.AdvaSchePCStartDate }} ~ {{ row.AdvaSchePCEndDate }}</div>
              <div v-else>/</div>
            </template>
          </el-table-column>
@@ -209,7 +212,12 @@
                />
              </el-form-item>
              <el-form-item label="排程方式" style=" display: flex;">
                <el-select v-model="formBottom.types" :disabled="radioSelectedId===''" style="width:120px" @change="changeTypes">
                <el-select
                  v-model="formBottom.types"
                  :disabled="radioSelectedId===''"
                  style="width:120px"
                  @change="changeTypes"
                >
                  <el-option value="N" label="设备优先" />
                  <el-option value="Y" label="时间优先" />
                </el-select>
@@ -237,7 +245,10 @@
                </span>
              </el-form-item>
            </div>
            <div class="bodySearchReset" :style="{marginLeft:$store.state.app.sidebar.opened? $store.state.settings.menuIsHorizontal?'15%':'3%':'10%'}">
            <div
              class="bodySearchReset"
              :style="{marginLeft:$store.state.app.sidebar.opened? $store.state.settings.menuIsHorizontal?'15%':'3%':'10%'}"
            >
              <el-button
                v-waves
                :disabled="radioSelectedId===''"
@@ -268,7 +279,6 @@
            :end-time="time_data[1]"
            :cell-width="cellWidth"
            :cell-height="cellHeight"
            :time-lines="timeLines"
            :title-height="titleHeight"
            :scale="formBottom.scale"
            :title-width="titleWidth"
@@ -276,18 +286,22 @@
            :hide-header="hideHeader"
            :data-key="dataKey"
            :array-keys="arrayKeys"
            :scroll-to-postion="positionA"
            :datas="bm_data"
            @scrollLeft="scrollLeftA"
            :datas="schedulingData"
          >
            <!--            暂时用不到-->
            <!--            :time-lines="timeLines"-->
            <!--            @scrollLeft="scrollLeftA"-->
            <!--            :scroll-to-postion="positionA"-->
            <template slot="block" slot-scope="{data,item}">
              <Test
                :data="data"
                :update-time-lines="updateTimeLines"
                :cell-height="cellHeight"
                :current-time="currentTime"
                :item="item"
              />
              <!--              暂时用不到-->
              <!--              :update-time-lines="updateTimeLines"-->
              <!--              :current-time="currentTime"-->
            </template>
            <template slot="left" slot-scope="{data}">
              <div class="name">
@@ -310,8 +324,20 @@
            </template>
            <template slot="title">
              <span class="tc">工位列表</span>
              <el-checkbox v-model="all_status" class="box_style" :disabled="radioSelectedId===''" @change="changeLift()" />
              <input v-model.number="cellWidth" type="range" min="20" max="100" class="box_styles" :disabled="radioSelectedId===''">
              <el-checkbox
                v-model="ganttCheckboxAll"
                class="box_style"
                :disabled="radioSelectedId===''"
                @change="changeLift()"
              />
              <input
                v-model.number="cellWidth"
                type="range"
                min="20"
                max="100"
                class="box_styles"
                :disabled="radioSelectedId===''"
              >
            </template>
          </v-gantt-chart>
        </div>
@@ -329,9 +355,6 @@
import { AdvancedSchedulingSearch, OnclickAdvancedSchedulingDevice, SubmitAlreadyScheduling } from '@/api/scgl'
import { handleDatetime } from '@/utils/global'
import waves from '@/directive/waves'
const scaleList = `30,60,240,360`.split(',').map(n => parseInt(n))
const timeList = `0,30,60,120,240,480`.split(',').map(n => parseInt(n))
export default {
  name: 'Zzjg',
@@ -361,34 +384,21 @@
      /*
    排程部分的属性
    * */
      show: false,
      pickerOptions1: {
        disabledDate(time) {
          return time.getTime() <= Date.now() - 24 * 60 * 60 * 1000
        }
      },
      keep_data: [],
      all_status: true,
      look_data: [],
      look_total: 0,
      ganttCheckboxAll: true, // 甘特图左侧复选框是否选中或者取消
      ganttLeftArrId: [], // 甘特图左侧的数组id
      cl_name: '', // 产品名称
      cl_code: '', // 产品编码
      work_order: '',
      false_arr: [],
      ckeckVal: true,
      AdvaScheUom: '',
      list: [],
      form: {
        WorkShop: '',
        PartNumber: '',
        PartName: '',
        rows: 10,
        page: 1
      },
      showDialog: false,
      time_data: [[handleDatetime(new Date()) + ' 00:00:00'], [handleDatetime(new Date()) + ' 00:00:00']],
      forms: {
      work_order: '', // 工单编号
      AdvaScheUom: '', // 产品单位
      time_data: [[handleDatetime(new Date()) + ' 00:00:00'], [handleDatetime(new Date()) + ' 00:00:00']], // 甘特图初始渲染的时间范围
      forms: { // 点击行获取信息 请求接口 的数据对象
        wocode: '', // 工单编号
        wkshpcode: '', // 车间编码
        partcode: '', // 物料编码
@@ -396,11 +406,7 @@
        startdate: '', // 开始日期
        enddate: ''// 结束日期
      },
      click_one: 0,
      datasC: [],
      radio: '',
      formBottom: {
      formBottom: { // 底部表单的 数据对象
        scheDate: [handleDatetime(new Date()), handleDatetime(new Date())], // 排程日期
        types: 'N', // 排程方式
        scale: 60, // 时间刻度
@@ -408,80 +414,29 @@
        real_num: 0, // 可排数量
        meter: 0// 需排数量
      },
      schedulingData: [], // 排程的最终数据
      timeTopTempData: [], // 时间优先的临时数据
      no: false,
      total: 0,
      mn_data: [],
      bm_data: [],
      facility_data: [],
      end_start: '',
      timeLines: [
        {
          time: dayjs()
            .add(2, 'hour')
            .toString()
        },
        {
          time: dayjs()
            .add(5, 'hour')
            .toString(),
          color: '#747e80'
        }
      ],
      formUpdata: {
        WorkCode: '',
        BotProceCode: '',
        json: []
      },
      currentTime: dayjs(),
      startTime: dayjs()
        .subtract(5, 'hour')
        .toString(),
      endTime: dayjs()
        .add(2, 'day')
        .add(2, 'hour')
        .toString(),
      cellWidth: 50,
      cellHeight: 30,
      titleHeight: 40,
      titleWidth: 250,
      // datasNum: 100,
      datasA: [],
      // datasB: mockDatas(100),
      dataKey: 'id',
      timeList: timeList,
      scaleList: scaleList,
      scrollToTime: dayjs()
        .add(1, 'day')
        .toString(),
      scrollToPostion: { x: 10000, y: 10000 },
      timeList: `0,30,60,120,240,480`.split(',').map(n => parseInt(n)),
      scaleList: `30,60,240,360`.split(',').map(n => parseInt(n)),
      hideHeader: false,
      arrayKeys: ['gtArray', 'error'],
      scrollToY: 0,
      positionB: {},
      positionA: {},
      title_list: [],
      submit_flag: false,
      search_from: {
        page: 1,
        rows: 10,
        WorkTime: '',
        BotProceName: ''
      },
      time_all: null
      title_list: []
    }
  },
  watch: {
    // datasNum(newV) {
    //   // this.datasA = mockDatas(newV)
    //   // this.datasB = mockDatas(newV)
    // },
    scrollToY(val) {
      this.positionA = { x: val }
    }
  },
  created() {
    const loading = this.$loading({
      lock: true,
@@ -503,7 +458,7 @@
    this.getHeight()
  },
  methods: {
    async   getAdvancedSchedulingSearch() {
    async getAdvancedSchedulingSearch() {
      const res = await AdvancedSchedulingSearch(this.formTop)
      this.tableData = res.data
      this.totalTop = res.count
@@ -546,33 +501,9 @@
    tableRowClassName({ row, rowIndex }) {
      return 'custom-row'
    },
    // 行点击事件
    // async   rowClick(row, event, column) {
    //   this.radioSelectedId = row.AdvaScheId
    //
    //   // this.meter = row.AdvaScheQty * 1 - row.AdvaScheYPQty * 1 //可以做个数
    //
    //   const data = {
    //     wocode: row.AdvaScheWorkCode,
    //     wkshpcode: row.AdvaScheWorkShopid,
    //     partcode: row.AdvaSchePartNumber,
    //     botproccode: row.AdvaScheBotProcid,
    //     startdate: handleDatetime(new Date()),
    //     enddate: row.AdvaScheEndDate
    //   }
    //
    //   const res = await OnclickAdvancedSchedulingDevice(data)
    //   console.log(res)
    // },
    /*
     排程部分的方法
     */
    AdvancedSchedulingWorkShop() {
      // automaticScheduling.AdvancedSchedulingWorkShop().then(res => {
      //   this.list = res
      // })
    },
    resetFormcx() {
      this.$nextTick(() => {
        this.$refs.form.resetFields()
@@ -585,16 +516,16 @@
    },
    // 工位列表复选框操作
    changeLift() {
      if (this.all_status) {
        this.false_arr = []
      if (this.ganttCheckboxAll) {
        this.ganttLeftArrId = []
        this.getOnclickAdvancedSchedulingDevice()
      } else {
        for (const i in this.bm_data) {
          this.bm_data[i].status = false
          this.bm_data[i].gtArray = []
        for (const i in this.schedulingData) {
          this.schedulingData[i].status = false
          this.schedulingData[i].gtArray = []
        }
        for (const i in this.facility_data) {
          this.facility_data[i].gtArray = []
        for (const i in this.timeTopTempData) {
          this.timeTopTempData[i].gtArray = []
        }
      }
      // this.click_schedule()
@@ -602,6 +533,7 @@
    changeTypes() {
      this.getOnclickAdvancedSchedulingDevice()
    },
    // 排程日期值改变时
    change_time() {
      this.time_data[0] = this.formBottom.scheDate[0] + ' 00:00'
      this.time_data[1] = this.formBottom.scheDate[1] + ' 23:59'
@@ -609,89 +541,303 @@
      this.forms.enddate = this.formBottom.scheDate[1]
      this.getOnclickAdvancedSchedulingDevice()
    },
    // 甘特图左侧checkbox值选中或者取消时
    click_box(val) {
      // console.log(val, 567)
      if (!val.status) {
        for (const i in this.facility_data) {
        for (const i in this.timeTopTempData) {
          const new_arr = []
          for (const j in this.facility_data[i].gtArray) {
            if (this.facility_data[i].gtArray[j].id == val.id) {
          for (const j in this.timeTopTempData[i].gtArray) {
            if (this.timeTopTempData[i].gtArray[j].id == val.id) {
            } else {
              new_arr.push(this.facility_data[i].gtArray[j])
              new_arr.push(this.timeTopTempData[i].gtArray[j])
            }
          }
          this.facility_data[i].gtArray = new_arr
          this.timeTopTempData[i].gtArray = new_arr
        }
      } else {
        this.false_arr = []
        for (const i in this.bm_data) {
          if (!this.bm_data[i].status) {
            this.false_arr.push(this.bm_data[i].id)
        this.ganttLeftArrId = []
        for (const i in this.schedulingData) {
          if (!this.schedulingData[i].status) {
            this.ganttLeftArrId.push(this.schedulingData[i].id)
          }
        }
        this.getOnclickAdvancedSchedulingDevice()
      }
      if (!val.status) {
        for (const i in this.bm_data) {
          if (!this.bm_data[i].status) {
            this.bm_data[i].gtArray = []
        for (const i in this.schedulingData) {
          if (!this.schedulingData[i].status) {
            this.schedulingData[i].gtArray = []
          }
        }
      } else {
        this.false_arr = []
        for (const i in this.bm_data) {
          if (!this.bm_data[i].status) {
            this.false_arr.push(this.bm_data[i].id)
        this.ganttLeftArrId = []
        for (const i in this.schedulingData) {
          if (!this.schedulingData[i].status) {
            this.ganttLeftArrId.push(this.schedulingData[i].id)
          }
        }
        this.getOnclickAdvancedSchedulingDevice()
      }
      for (const i in this.bm_data) {
      for (const i in this.schedulingData) {
        const arr = []
        for (const j in this.bm_data[i].gtArray) {
          if (this.bm_data[i].gtArray[j].type != 'schedule') {
            arr.push(this.bm_data[i].gtArray[j])
        for (const j in this.schedulingData[i].gtArray) {
          if (this.schedulingData[i].gtArray[j].type != 'schedule') {
            arr.push(this.schedulingData[i].gtArray[j])
          }
        }
        this.bm_data[i].gtArray = arr
        this.schedulingData[i].gtArray = arr
      }
      this.formBottom.real_num = 0
      // this.click_schedule()
    },
    look(data) {
      this.showDialog = true
      this.search_from.DeviceCode = data.id
      this.AdvancedSchedulingEquipmenTask()
    },
    AdvancedSchedulingEquipmenTask() {
      // automaticScheduling
      //   .AdvancedSchedulingEquipmenTask(this.search_from)
      //   .then(res => {
      //     this.look_data = res.rows
      //     this.look_total = res.total
      //   })
    },
    // sizeChange_look(val) {
    //   this.search_from.rows = val
    //   this.AdvancedSchedulingEquipmenTask()
    // },
    // pageChange_look(val) {
    //   this.search_from.page = val
    //   this.AdvancedSchedulingEquipmenTask()
    // },
    // 点击带出数据
    getOnclickAdvancedSchedulingDevice() {
      this.getOnclickAdvancedSchedulingDeviceTest()
    },
    async  getOnclickAdvancedSchedulingDeviceTest() {
    async getOnclickAdvancedSchedulingDevice() {
      const res = await OnclickAdvancedSchedulingDevice(this.forms)
      if (res.rus.Message) {
        this.$message.error(res.rus.Message)
      }
      const data = res.rows // 拿到数据  对数据进行改造
      const cont = res.Cont
      const data = res.rows // 拿到待排数据  对数据进行改造
      const cont = res.Cont // 拿到已排数据  对数据进行改造
      this.formBottom.real_num = 0
      // 将五个时间段进行赋值
      for (const i in data) {
        for (const j in data[i].children) {
          if (data[i].children[j].OneStartDate != '') {
            data[i].children[
              j
            ].OneStartDate = data[i].children[
              j
            ].OneStartDate.split('~')
            data[i].children[j].OneStartDate[0] =
              data[i].YearDate +
              ' ' +
              data[i].children[j].OneStartDate[0]
            data[i].children[j].OneStartDate[1] =
              data[i].YearDate +
              ' ' +
              data[i].children[j].OneStartDate[1]
          }
          if (data[i].children[j].TwoStartDate != '') {
            data[i].children[
              j
            ].TwoStartDate = data[i].children[
              j
            ].TwoStartDate.split('~')
            data[i].children[j].TwoStartDate[0] =
              data[i].YearDate +
              ' ' +
              data[i].children[j].TwoStartDate[0]
            data[i].children[j].TwoStartDate[1] =
              data[i].YearDate +
              ' ' +
              data[i].children[j].TwoStartDate[1]
          }
          if (data[i].children[j].ThreeStartDate != '') {
            data[i].children[
              j
            ].ThreeStartDate = data[i].children[
              j
            ].ThreeStartDate.split('~')
            data[i].children[j].ThreeStartDate[0] =
              data[i].YearDate +
              ' ' +
              data[i].children[j].ThreeStartDate[0]
            data[i].children[j].ThreeStartDate[1] =
              data[i].YearDate +
              ' ' +
              data[i].children[j].ThreeStartDate[1]
          }
          if (data[i].children[j].FourStartDate != '') {
            data[i].children[
              j
            ].FourStartDate = data[i].children[
              j
            ].FourStartDate.split('~')
            data[i].children[j].FourStartDate[0] =
              data[i].YearDate +
              ' ' +
              data[i].children[j].FourStartDate[0]
            data[i].children[j].FourStartDate[1] =
              data[i].YearDate +
              ' ' +
              data[i].children[j].FourStartDate[1]
          }
          if (data[i].children[j].FiveStartDate != '') {
            data[i].children[
              j
            ].FiveStartDate = data[i].children[
              j
            ].FiveStartDate.split('~')
            data[i].children[j].FiveStartDate[0] =
              data[i].YearDate +
              ' ' +
              data[i].children[j].FiveStartDate[0]
            data[i].children[j].FiveStartDate[1] =
              data[i].YearDate +
              ' ' +
              data[i].children[j].FiveStartDate[1]
          }
        }
      }
      const list = [] // 临时list  暂存
      for (const i in data[0].children) {
        const obj = {
          id: '',
          name: '',
          AdvaDevicRhythm: '',
          status: true,
          colorPair: {
            dark: 'rgb(83, 186, 241,0.8)',
            light: 'rgb(83, 186, 241,0.1)',
            light_capacity: 'rgb(209,239,237,0.8)',
            h_schedule: 'rgb(100,255,192,0.8)',
            scheduleing: 'rgb(20,182,231,0.8)'
          },
          gtArray: []
        }
        obj.id = data[0].children[i].AdvaDevicNumber
        obj.name = data[0].children[i].AdvaDevicName
        obj.AdvaDevicRhythm = data[0].children[
          i
        ].AdvaDevicRhythm
        list.push(obj)
      }
      // 组合新的结构
      const newList = []
      for (const i in data) {
        for (const j in data[i].children) {
          if (data[i].children[j].OneStartDate != '') {
            const data1 = {
              id: '',
              start: '',
              end: '',
              mod: ''
            }
            data1.id = data[i].children[j].AdvaDevicNumber
            data1.start = data[i].children[j].OneStartDate[0]
            data1.end = data[i].children[j].OneStartDate[1]
            data1.mod =
              (data[i].children[j].AdvaDevicCropMob * 1) /
              100
            newList.push(data1)
          }
          if (data[i].children[j].TwoStartDate != '') {
            const data2 = {
              id: '',
              start: '',
              end: '',
              mod: ''
            }
            data2.id = data[i].children[j].AdvaDevicNumber
            data2.start = data[i].children[j].TwoStartDate[0]
            data2.end = data[i].children[j].TwoStartDate[1]
            data2.mod =
              (data[i].children[j].AdvaDevicCropMob * 1) /
              100
            newList.push(data2)
          }
          if (data[i].children[j].ThreeStartDate != '') {
            const data3 = {
              id: '',
              start: '',
              end: '',
              mod: ''
            }
            data3.id = data[i].children[j].AdvaDevicNumber
            data3.start = data[i].children[
              j
            ].ThreeStartDate[0]
            data3.end = data[i].children[j].ThreeStartDate[1]
            data3.mod =
              (data[i].children[j].AdvaDevicCropMob * 1) /
              100
            newList.push(data3)
          }
          if (data[i].children[j].FourStartDate != '') {
            const data4 = {
              id: '',
              start: '',
              end: '',
              mod: ''
            }
            data4.id = data[i].children[j].AdvaDevicNumber
            data4.start = data[i].children[
              j
            ].FourStartDate[0]
            data4.end = data[i].children[j].FourStartDate[1]
            data4.mod =
              (data[i].children[j].AdvaDevicCropMob * 1) /
              100
            newList.push(data4)
          }
          if (data[i].children[j].FiveStartDate != '') {
            const data5 = {
              id: '',
              start: '',
              end: '',
              mod: ''
            }
            data5.id = data[i].children[j].AdvaDevicNumber
            data5.start = data[i].children[
              j
            ].FiveStartDate[0]
            data5.end = data[i].children[j].FiveStartDate[1]
            data5.mod =
              (data[i].children[j].AdvaDevicCropMob * 1) /
              100
            newList.push(data5)
          }
        }
      }
      for (const i in list) {
        this.pushItem(newList, list[i].id, list[i].gtArray)
      }
      this.schedulingData = list
      if (cont != '') {
        for (const i in cont) {
          for (const j in this.schedulingData) {
            if (this.schedulingData[j].id == cont[i].eqp_code) {
              const data = {
                id: cont[i].eqp_code,
                number: cont[i].alloc_qty,
                cl_name: cont[i].part_name,
                cl_code: this.cl_code,
                work_order: cont[i].wo_code,
                STATUS: this.AdvaScheUom,
                // status: this.AdvaScheUom,
                start: cont[i].time_start,
                end: cont[i].time_end,
                type: cont[i].status == 'S' ? 'h_schedule' : 'bm_schedule'
              }
              this.schedulingData[j].flag = 'isCont'
              this.schedulingData[j].gtArray.unshift(data)
            }
          }
        }
      }
      if (this.ganttLeftArrId != '') {
        for (const j in this.schedulingData) {
          if (this.ganttLeftArrId.indexOf(this.schedulingData[j].id) >= 0) {
            this.schedulingData[j].gtArray = []
            this.schedulingData[j].status = false
          }
        }
      }
      // 设备优先的数据格式
      this.title_list = []
      data[0].children.forEach((item, index) => {
      for (const i in data[0].children) {
        const obj = {
          id: '',
          name: '',
@@ -707,72 +853,16 @@
          },
          gtArray: []
        }
        obj.id = item.AdvaDevicNumber
        obj.name = item.AdvaDevicName
        obj.AdvaDevicRhythm = item.AdvaDevicRhythm
        obj.mod = item.AdvaDevicCropMob * 1 // 换型时间
        this.title_list.push(obj)
      })
        obj.id = data[0].children[i].AdvaDevicNumber
        obj.name = data[0].children[i].AdvaDevicName
        obj.AdvaDevicRhythm = data[0].children[i].AdvaDevicRhythm
        // obj.mod =data[0].children[i].AdvaDevicCropMob *1
      // 将五个时间段进行赋值
      for (const i in data) {
        for (const j in data[i].children) {
          // console.log(data[i].children, 101)
          // 因为有五个时间段 所以进行五次判断   并赋值
          if (data[i].children[j].OneStartDate != '') {
            data[i].children[j].OneStartDate = data[i].children[
              j
            ].OneStartDate.split('~')
            data[i].children[j].OneStartDate[0] =
              data[i].YearDate + ' ' + data[i].children[j].OneStartDate[0]
            data[i].children[j].OneStartDate[1] =
              data[i].YearDate + ' ' + data[i].children[j].OneStartDate[1]
          }
          if (data[i].children[j].TwoStartDate != '') {
            data[i].children[j].TwoStartDate = data[i].children[
              j
            ].TwoStartDate.split('~')
            data[i].children[j].TwoStartDate[0] =
              data[i].YearDate + ' ' + data[i].children[j].TwoStartDate[0]
            data[i].children[j].TwoStartDate[1] =
              data[i].YearDate + ' ' + data[i].children[j].TwoStartDate[1]
          }
          if (data[i].children[j].ThreeStartDate != '') {
            data[i].children[j].ThreeStartDate = data[i].children[
              j
            ].ThreeStartDate.split('~')
            data[i].children[j].ThreeStartDate[0] =
              data[i].YearDate +
              ' ' +
              data[i].children[j].ThreeStartDate[0]
            data[i].children[j].ThreeStartDate[1] =
              data[i].YearDate +
              ' ' +
              data[i].children[j].ThreeStartDate[1]
          }
          if (data[i].children[j].FourStartDate != '') {
            data[i].children[j].FourStartDate = data[i].children[
              j
            ].FourStartDate.split('~')
            data[i].children[j].FourStartDate[0] =
              data[i].YearDate + ' ' + data[i].children[j].FourStartDate[0]
            data[i].children[j].FourStartDate[1] =
              data[i].YearDate + ' ' + data[i].children[j].FourStartDate[1]
          }
          if (data[i].children[j].FiveStartDate != '') {
            data[i].children[j].FiveStartDate = data[i].children[
              j
            ].FiveStartDate.split('~')
            data[i].children[j].FiveStartDate[0] =
              data[i].YearDate + ' ' + data[i].children[j].FiveStartDate[0]
            data[i].children[j].FiveStartDate[1] =
              data[i].YearDate + ' ' + data[i].children[j].FiveStartDate[1]
          }
        }
        this.title_list.push(obj)
      }
      // 更改格式    更改成组件里面所需要的字段格式
      this.facility_data = []
      // 更改格式
      this.timeTopTempData = []
      for (const i in data) {
        const time = {
@@ -846,150 +936,54 @@
          }
        }
        this.facility_data.push(time)
        this.timeTopTempData.push(time)
      }
      const newList = [] // 组合新的结构
      for (const i in data) {
        for (const j in data[i].children) {
          if (data[i].children[j].OneStartDate != '') {
            const data1 = {
              id: '',
              start: '',
              end: '',
              mod: ''
            }
            // name: data[i].children[j].AdvaDevicName,
            // type: 'capacity',
            // rhythm: data[i].children[j].AdvaDevicRhythm
            data1.id = data[i].children[j].AdvaDevicNumber
            data1.start = data[i].children[j].OneStartDate[0]
            data1.end = data[i].children[j].OneStartDate[1]
            data1.mod = (data[i].children[j].AdvaDevicCropMob * 1) / 100
            newList.push(data1)
          }
          if (data[i].children[j].TwoStartDate != '') {
            const data2 = {
              id: '',
              start: '',
              end: '',
              mod: ''
            }
            data2.id = data[i].children[j].AdvaDevicNumber
            data2.start = data[i].children[j].TwoStartDate[0]
            data2.end = data[i].children[j].TwoStartDate[1]
            data2.mod = (data[i].children[j].AdvaDevicCropMob * 1) / 100
            newList.push(data2)
          }
          if (data[i].children[j].ThreeStartDate != '') {
            const data3 = {
              id: '',
              start: '',
              end: '',
              mod: ''
            }
            data3.id = data[i].children[j].AdvaDevicNumber
            data3.start = data[i].children[j].ThreeStartDate[0]
            data3.end = data[i].children[j].ThreeStartDate[1]
            data3.mod = (data[i].children[j].AdvaDevicCropMob * 1) / 100
            newList.push(data3)
          }
          if (data[i].children[j].FourStartDate != '') {
            const data4 = {
              id: '',
              start: '',
              end: '',
              mod: ''
            }
            data4.id = data[i].children[j].AdvaDevicNumber
            data4.start = data[i].children[j].FourStartDate[0]
            data4.end = data[i].children[j].FourStartDate[1]
            data4.mod = (data[i].children[j].AdvaDevicCropMob * 1) / 100
            newList.push(data4)
          }
          if (data[i].children[j].FiveStartDate != '') {
            const data5 = {
              id: '',
              start: '',
              end: '',
              mod: ''
            }
            data5.id = data[i].children[j].AdvaDevicNumber
            data5.start = data[i].children[j].FiveStartDate[0]
            data5.end = data[i].children[j].FiveStartDate[1]
            data5.mod = (data[i].children[j].AdvaDevicCropMob * 1) / 100
            newList.push(data5)
          }
        }
      }
      // console.log(newList, 2)
      console.log(this.title_list, 3) // 代表的是之前的数据
      for (const i in this.title_list) {
        this.pushItem(newList, this.title_list[i].id, this.title_list[i].gtArray)
      }
      this.bm_data = this.title_list
      // 针对cont 不为 null 时,数据格数转化
      if (cont != '') {
        for (const i in cont) {
          for (const j in this.bm_data) {
            if (this.bm_data[j].id == cont[i].eqp_code) {
              const data = {
                // 需跟后端协调  调整参数  产品编码、产品单位(cl_code,AdvaScheUom)需后端返回
                id: cont[i].eqp_code,
                number: cont[i].alloc_qty,
                cl_name: cont[i].part_name,
                cl_code: this.cl_code, // 临时
                work_order: cont[i].wo_code,
                AdvaScheUom: this.AdvaScheUom, // 单位  //临时
                date: cont[i].time_start.split(' ')[0],
                start: cont[i].time_start,
                end: cont[i].time_end,
                type: cont[i].status == 'S' ? 'h_schedule' : 'bm_schedule'
              }
              this.bm_data[j].flag = 'isCont'
              this.bm_data[j].gtArray.unshift(data)
              if (this.facility_data[j].date == data.date) {
                // console.log(data.date, 1)
                // console.log(this.facility_data[j], 1)
                this.facility_data[j].gtArray.unshift(data)
              }
          for (const j in this.timeTopTempData) {
            const data = {
              id: cont[i].eqp_code,
              date: cont[i].time_start.split(' ')[0],
              number: cont[i].alloc_qty,
              cl_name: cont[i].part_name,
              cl_code: this.cl_code,
              work_order: cont[i].wo_code,
              start: cont[i].time_start,
              end: cont[i].time_end,
              type: 'h_schedule'
            }
            if (this.timeTopTempData[j].date == data.date) {
              this.timeTopTempData[j].gtArray.unshift(data)
            }
          }
        }
      }
      // 针对左侧复选框的状态  是否选中
      if (this.false_arr != '') {
        for (const j in this.bm_data) {
          if (this.false_arr.indexOf(this.bm_data[j].id) >= 0) {
            this.bm_data[j].gtArray = []
            this.bm_data[j].status = false
          }
        }
      }
      console.log(this.facility_data, 555)
      console.log(this.bm_data, 556)
    },
      // console.log('执行了!')
      // console.log(this.schedulingData, '  this.schedulingData')
      // console.log(this.timeTopTempData, 'this.timeTopTempData')
      // this.$forceUpdate()
    },
    // 换型时间
    MinutesTest(time) {
      var sdate1 = new Date(time)
      sdate1.setMinutes(sdate1.getMinutes() + this.formBottom.times * 1)
      const t = new Date(time)
      console.log(t.getMinutes(), 800)
      t.setMinutes(t.getMinutes() + this.formBottom.times * 1)
      var now =
        sdate1.getFullYear() +
        t.getFullYear() +
        '-' +
        this.add_one(sdate1.getMonth()) +
        this.add_one(t.getMonth()).toString().padStart(2, '0') +
        '-' +
        sdate1.getDate() +
        t.getDate().toString().padStart(2, '0') +
        ' ' +
        sdate1.getHours() +
        t.getHours().toString().padStart(2, '0') +
        ':' +
        sdate1.getMinutes() +
        t.getMinutes().toString().padStart(2, '0') +
        ':' +
        sdate1.getSeconds()
        t.getSeconds().toString().padStart(2, '0')
      console.log('now', now)
      return now
    },
    // +1
@@ -1014,6 +1008,7 @@
    // 行点击事件
    getCurrentRow(row) {
      this.radioSelectedId = row.AdvaScheId // 排程id赋值给选中行id
      this.formBottom.meter = row.AdvaScheQty * 1 - row.AdvaScheYPQty * 1 // 需排数量 = 未排程数量 - 已排程数量
      this.formBottom.scheDate = [] // 排程日期置空
      this.cl_name = row.AdvaSchePartName // 产品名称
@@ -1036,20 +1031,18 @@
      this.getOnclickAdvancedSchedulingDevice()
      this.formUpdata.WorkCode = row.AdvaScheWorkCode // 工单编号
      this.formUpdata.BotProceCode = row.AdvaScheBotProcid // 工艺路线编码
      this.search_from.WorkTime = handleDatetime(new Date()) + '~' + row.AdvaScheEndDate // 排程的日期  开始~结束
      this.search_from.BotProceName = row.AdvaScheBotProcName // 工序名称
    },
    // 提交排程
    async  click_yes() {
    async click_yes() {
      if (this.formBottom.real_num !== this.formBottom.meter) {
        this.$message.error('数量未排完,请设置产能时间!')
      } else { // 预排进度为100%   数量已排完
      } else {
        const list = [] // 提交数组
        for (const i in this.bm_data) {
        for (const i in this.schedulingData) {
          const arr = []
          for (const j in this.bm_data[i].gtArray) {
            if (this.bm_data[i].gtArray[j].type == 'schedule') {
              arr.push(this.bm_data[i].gtArray[j])
          for (const j in this.schedulingData[i].gtArray) {
            if (this.schedulingData[i].gtArray[j].type == 'schedule') {
              arr.push(this.schedulingData[i].gtArray[j])
            }
          }
          if (arr != '') {
@@ -1109,45 +1102,45 @@
        this.$message.error('排程日期不可以小于当前时间!')
        return false
      }
      this.filterAlreadyScheduleEqp()// 手动过滤所有设备已排程
      this.nitialize()// 手动过滤所有设备已排程
      // console.log(this.facility_data, 67890)
      if (this.bm_data != '' && this.formBottom.types == 'N') { // 设备优先
      // 设备优先或者时间优先 对数据进行的格式转换
      if (this.schedulingData !== '' && this.formBottom.types === 'N') { // 设备优先
        this.fun_time()
        this.change_num(this.bm_data)
      } else if (this.facility_data != '' && this.formBottom.types == 'Y') { // 时间优先
        // 这部分逻辑重写   目前有问题
        // this.fun_time()
        // this.change_num(this.bm_data)
        this.time_nitalize()
        this.editLastValue(this.schedulingData)
      } else if (this.timeTopTempData !== '' && this.formBottom.types === 'Y') { // 时间优先
        this.filterAlreadyScheduleTime() // 手动过滤所有时间已排程
        this.fun_facility()
        this.dataTransition()
        this.change_num(this.bm_data)
        this.editLastValue(this.schedulingData)
      }
      this.$forceUpdate()
      // console.log('执行了!')
      // console.log(this.schedulingData, '  this.schedulingData')
      // console.log(JSON.stringify(this.schedulingData), '  this.schedulingData')
      // console.log(this.timeTopTempData, 'this.timeTopTempData')
      // console.log(JSON.stringify(this.timeTopTempData), 'this.timeTopTempData')
      // this.$forceUpdate()
    },
    // 手动过滤所有时间已排程
    time_nitalize() {
      for (const i in this.facility_data) {
        this.facility_data[i].gtArray = this.facility_data[i].gtArray.filter(item => item.type != 'schedule')
      }
    filterAlreadyScheduleTime() {
      this.timeTopTempData.forEach(item => {
        if (item.gtArray && item.gtArray.length > 0) {
          item.gtArray = item.gtArray.filter(it => it.type !== 'schedule')
        }
      })
    },
    // 手动过滤所有设备已排程
    nitialize() {
      for (const i in this.bm_data) {
        const newArr = []
        for (const j in this.bm_data[i].gtArray) {
          if (this.bm_data[i].gtArray[j].type != 'schedule') {
            newArr.push(this.bm_data[i].gtArray[j])
          }
    filterAlreadyScheduleEqp() {
      this.schedulingData.forEach(item => {
        if (item.gtArray && item.gtArray.length > 0) {
          item.gtArray = item.gtArray.filter(it => it.type !== 'schedule')
        }
        this.bm_data[i].gtArray = newArr
      }
      })
    },
    // 给排程最后一个修改数量
    change_num(arr) {
    editLastValue(arr) {
      this.formBottom.real_num = 0 // 真实已排数量
      let num = 0 // 取整已排数量
      const arr_num = [] // 已排数据
@@ -1176,38 +1169,35 @@
      if (this.formBottom.real_num * 1 == this.formBottom.meter * 1) {
        // mend_num =  this.formBottom.meter - num
      } else {
        this.submit_flag = true
        // this.submit_flag = true
      }
      for (const i in this.bm_data) {
        for (const j in this.bm_data[i].gtArray) {
      for (const i in this.schedulingData) {
        for (const j in this.schedulingData[i].gtArray) {
          if (
            this.bm_data[i].gtArray[j].type == 'schedule' &&
            this.bm_data[i].gtArray[j].end_num
            this.schedulingData[i].gtArray[j].type == 'schedule' &&
            this.schedulingData[i].gtArray[j].end_num
          ) {
            this.bm_data[i].gtArray[j].number =
              this.bm_data[i].gtArray[j].number * 1 + mend_num
            this.schedulingData[i].gtArray[j].number =
              this.schedulingData[i].gtArray[j].number * 1 + mend_num
          }
        }
      }
      console.log(this.bm_data, 668)
      // console.log(JSON.stringify(this.bm_data), 668)
    },
    fun_time() {
      let all_num = this.formBottom.meter
      const all_time = []
      let flag1 = 0
      const mod = this.bm_data[0].mod
      //  let nowTime = this.bm_data[0].AdvaDevicRhythm*all_num
      for (const i in this.bm_data) {
      const mod = this.schedulingData[0].mod
      //  let nowTime = this.schedulingData[0].AdvaDevicRhythm*all_num
      for (const i in this.schedulingData) {
        let end_arr = [] // 已排程的数组
        let nend_arr = [] // 待排程的数组
        const add_arr = [] // 已排程的数组
        let capacity_arr = [] // 要排程的数组
        this.bm_data[i].gtArray.sort((a, b) => new Date(a.end).getTime() - new Date(b.end).getTime())
        this.schedulingData[i].gtArray.sort((a, b) => new Date(a.end).getTime() - new Date(b.end).getTime())
        // let capacity_end = ''
        end_arr = this.bm_data[i].gtArray.filter(item => item.type == 'h_schedule')
        nend_arr = this.bm_data[i].gtArray.filter(item => item.type == 'capacity')
        end_arr = this.schedulingData[i].gtArray.filter(item => item.type == 'h_schedule')
        nend_arr = this.schedulingData[i].gtArray.filter(item => item.type == 'capacity')
        if (end_arr && end_arr.length > 0) {
          capacity_arr = nend_arr.map(item => {
            // 排除掉已经排程的存在hshedule,start,end都相等的情况
@@ -1254,16 +1244,21 @@
            number: 0,
            real_number: 0
          }
          if (id_obj.start_time != '' && flag1 == 0 && new Date(id_obj.start_time) >= new Date(capacity_arr[w].start)) {
          if (
            id_obj.start_time != '' &&
            flag1 == 0 &&
            new Date(id_obj.start_time) >= new Date(capacity_arr[w].start)
          ) {
            data.start = this.MinutesTest(id_obj.start_time)
            flag1 = 1
          } else {
            data.start = capacity_arr[w].start
          }
          let nowTime = (this.bm_data[i].AdvaDevicRhythm * all_num) / capacity_arr[w].mod
          let nowTime =
            (this.schedulingData[i].AdvaDevicRhythm * all_num) / capacity_arr[w].mod
          end_time = this.formSeconds(nowTime, data.start, capacity_arr[w].mod) // 总共的结束时间
          data.end = end_time
          mistiming = this.formTime(
          mistiming = this.compareTime(
            end_time,
            capacity_arr[w].end,
            capacity_arr[w].mod
@@ -1272,24 +1267,24 @@
            // console.log(
            //   new Date(data.end) - new Date(data.start),
            //   capacity_arr[w].mod,
            //   this.bm_data[i].AdvaDevicRhythm,
            //   this.schedulingData[i].AdvaDevicRhythm,
            //   '阿斯顿发斯蒂芬'
            // )
            data.number =
              ((new Date(data.end) - new Date(data.start)) *
                capacity_arr[w].mod) /
              this.bm_data[i].AdvaDevicRhythm /
              this.schedulingData[i].AdvaDevicRhythm /
              1000
            data.real_number =
              ((new Date(data.end) - new Date(data.start)) *
                capacity_arr[w].mod) /
              this.bm_data[i].AdvaDevicRhythm /
              this.schedulingData[i].AdvaDevicRhythm /
              1000
            data.number = data.number.toFixed(0)
            data.end_num = true
            if (new Date(data.start) >= new Date(data.end)) {
            } else {
              this.bm_data[i].gtArray.push(data)
              this.schedulingData[i].gtArray.push(data)
            }
            return false
@@ -1298,21 +1293,21 @@
            data.number =
              ((new Date(data.end) - new Date(data.start)) *
                capacity_arr[w].mod) /
              this.bm_data[i].AdvaDevicRhythm /
              this.schedulingData[i].AdvaDevicRhythm /
              1000
            data.real_number =
              ((new Date(data.end) - new Date(data.start)) *
                capacity_arr[w].mod) /
              this.bm_data[i].AdvaDevicRhythm /
              this.schedulingData[i].AdvaDevicRhythm /
              1000
            data.number = data.number.toFixed(0)
            nowTime =
              (all_num - data.real_number) * this.bm_data[i].AdvaDevicRhythm
              (all_num - data.real_number) * this.schedulingData[i].AdvaDevicRhythm
            all_num = all_num - data.real_number
            if (new Date(data.start) >= new Date(data.end)) {
            } else {
              this.bm_data[i].gtArray.push(data)
              this.schedulingData[i].gtArray.push(data)
            }
          }
        }
@@ -1320,76 +1315,112 @@
    },
    // 设备排程方法
    fun_facility() {
      // this.bm_data
      // 排除未勾选项
      for (const i in this.facility_data) {
      for (const i in this.timeTopTempData) {
        const newArr = []
        for (const j in this.facility_data[i].gtArray) {
          if (this.false_arr.indexOf(this.facility_data[i].gtArray[j].id) < 0) {
            newArr.push(this.facility_data[i].gtArray[j])
        for (const j in this.timeTopTempData[i].gtArray) {
          if (this.ganttLeftArrId.indexOf(this.timeTopTempData[i].gtArray[j].id) < 0) {
            newArr.push(this.timeTopTempData[i].gtArray[j])
          }
        }
        this.facility_data[i].gtArray = newArr
        this.timeTopTempData[i].gtArray = newArr
      }
      let all_num = this.formBottom.meter
      const all_time = []
      const flag1 = 0
      // let nowTime = this.facility_data[0].AdvaDevicRhythm*all_num  //数量OK
      // let nowTime = this.timeTopTempData[0].AdvaDevicRhythm*all_num  //数量OK
      console.log(this.timeTopTempData, 889)
      console.log(JSON.stringify(this.timeTopTempData), 889)
      for (const i in this.facility_data) {
      for (const i in this.timeTopTempData) {
        console.log(i, 90)
        let end_arr = []
        let nend_arr = [] // 排程的数组
        const add_arr = [] // 已排程的数组
        let capacity_arr = [] // 要排程的数组
        // this.facility_data[i].gtArray.sort((a,b) => new Date(a.end).getTime() - new Date(b.end).getTime())
        // console.log(parseFloat('SV002'.substring(4, 5)))
        this.timeTopTempData[i].gtArray.sort((a, b) => new Date(a.end).getTime() - new Date(b.end).getTime())
        // this.timeTopTempData[i].gtArray.sort((a, b) => parseFloat(a.id.substring(4, 5)) - parseFloat(b.id.substring(4, 5)))
        // let capacity_end = ''
        end_arr = this.facility_data[i].gtArray.filter(item => item.type == 'h_schedule')
        nend_arr = this.facility_data[i].gtArray.filter(item => item.type == 'capacity')
        // console.log(nend_arr)
        // console.log(JSON.stringify(this.timeTopTempData), 671)
        end_arr = this.timeTopTempData[i].gtArray.filter(item => item.type === 'h_schedule') // 已排程数据
        nend_arr = this.timeTopTempData[i].gtArray.filter(item => item.type === 'capacity') // 要排程数据
        console.log(end_arr, nend_arr, 670)
        // console.log(end_arr, 672)
        // console.log(JSON.stringify(end_arr), 672)
        // console.log(nend_arr, 673)
        // console.log(JSON.stringify(nend_arr), 673)
        capacity_arr = JSON.parse(JSON.stringify(nend_arr))
        console.log(capacity_arr, 902)
        end_arr.forEach(item => {
          for (let i = 0; i < capacity_arr.length; i++) {
            if (new Date(capacity_arr[i].start).getTime() == new Date(item.start).getTime()) {
            if (new Date(capacity_arr[i].start).getTime() === new Date(item.start).getTime()) {
              console.log(i, capacity_arr[i], '哇哈哈')
              capacity_arr.splice(i, 1)
              console.log(capacity_arr.splice(i, 1))
              break
            }
          }
        })
        // console.log(capacity_arr, '大西瓜')
        console.log(capacity_arr, '大西瓜')
        if (!capacity_arr || capacity_arr.length == 0) break
        if (!capacity_arr || capacity_arr.length === 0) break
        // const firstCapacity = capacity_arr[0]
        const schedule_arr = end_arr.filter(item => {
          const remain = nend_arr.some(sitem => {
            return new Date(sitem.start).getTime() == new Date(item.start).getTime() &&
              new Date(item.end).getTime() < new Date(sitem.end).getTime()
          const remain = nend_arr.some(it => {
            // return (new Date(it.start).getTime() === new Date(item.start).getTime() &&
            //     new Date(item.end).getTime() < new Date(it.end).getTime()) || (
            //   new Date(it.end).getTime() === new Date(item.end).getTime() &&
            //   new Date(item.start).getTime() > new Date(it.start).getTime())
            return (new Date(it.start).getTime() === new Date(item.start).getTime() &&
              new Date(item.end).getTime() < new Date(it.end).getTime())
          })
          return remain
        })
        // console.log(schedule_arr)
        // schedule_arr.sort((a, b) => new Date(b.end).getTime() - new Date(a.end).getTime())
        // schedule_arr = schedule_arr.filter((currentValue, currentIndex, selfArr) => {
        //   return selfArr.findIndex(item => item.id === currentValue.id) === currentIndex
        // })
        // schedule_arr = [{ cl_code: '302',
        //   cl_name: '8504光机',
        //   date: '2023-02-09',
        //   end: '2023-02-09 14:53:20',
        //   id: 'SB004',
        //   number: 100,
        //   start: '2023-02-09 13:30:00',
        //   type: 'h_schedule',
        //   work_order: 'MO-2022-11-0035_1' }]
        console.log(schedule_arr, 1002)
        // schedule_arr = [schedule_arr[0]]
        if (schedule_arr && schedule_arr.length > 0) {
          const scheduleCan = schedule_arr.map(item => {
            const capcity = nend_arr.filter(sitem => {
              return new Date(sitem.start).getTime() == new Date(item.start).getTime() &&
                new Date(item.end).getTime() < new Date(sitem.end).getTime()
            const temp = nend_arr.filter(it => {
              if (it.id === item.id) {
                return (new Date(it.start).getTime() === new Date(item.start).getTime() &&
                  new Date(item.end).getTime() < new Date(it.end).getTime())
              }
            })[0]
            // console.log('capacity', capcity)
            capcity.start = this.MinutesTest(item.end)
            return capcity
            console.log('capacity', temp)
            console.log('capacity', item.end)
            temp.start = this.MinutesTest(item.end)
            // temp.start = item.end
            return temp
          })
          const newSchedule = JSON.parse(JSON.stringify(scheduleCan))
          capacity_arr = newSchedule.concat(capacity_arr)
        }
        // console.log(schedule_arr)
        // console.log('可排程数组', capacity_arr)
        console.log(schedule_arr)
        console.log('可排程数组', capacity_arr)
        const id_obj = {}
        if (end_arr != '') {
          (id_obj.id = end_arr[0].id), (id_obj.start_time = end_arr[0].end)
        }
        for (const w in capacity_arr) {
          let end_time
          let mistiming
@@ -1412,23 +1443,26 @@
          ) {
            if (data.id == id_obj.id) {
              data.start = this.MinutesTest(id_obj.start_time)
              console.log(data.start, 999)
              //  flag1 =1
            } else {
              data.start = capacity_arr[w].start
              console.log(data.start, 1000)
              //  console.log(data.start)
              //  flag1 =1
            }
          } else {
            data.start = capacity_arr[w].start
            console.log(data.start, 1001)
          }
          // let nowTime = this.facility_data[0].AdvaDevicRhythm*all_num
          // let nowTime = this.timeTopTempData[0].AdvaDevicRhythm*all_num
          let nowTime =
            (capacity_arr[w].rhythm * all_num) / capacity_arr[w].mod
          end_time = this.formSeconds(nowTime, data.start)
          data.end = end_time
          mistiming = this.formTime(end_time, capacity_arr[w].end)
          mistiming = this.compareTime(end_time, capacity_arr[w].end)
          if (mistiming >= 0) {
            data.number =
              ((new Date(data.end) - new Date(data.start)) *
@@ -1445,7 +1479,7 @@
            if (new Date(data.start) >= new Date(data.end)) {
            } else {
              this.facility_data[i].gtArray.push(data)
              this.timeTopTempData[i].gtArray.push(data)
            }
            return false
@@ -1468,22 +1502,16 @@
            //  nowTime = mistiming * -1
            if (new Date(data.start) >= new Date(data.end)) {
            } else {
              this.facility_data[i].gtArray.push(data)
              this.timeTopTempData[i].gtArray.push(data)
            }
          }
        }
      }
    },
    dataTransition2() {
    },
    // 给设备转换格式
    dataTransition() {
      console.log(this.bm_data, 800)
      console.log(this.facility_data, 801)
      console.log(this.title_list, 802)
      this.bm_data = []
      const data = this.facility_data
      this.schedulingData = []
      const data = this.timeTopTempData
      const all = []
      const list = this.title_list
@@ -1495,486 +1523,17 @@
      for (const i in list) {
        list[i].gtArray = []
        // this.pushTimes(all, list[i].id, list[i].gtArray)
        all.forEach(j => {
          if (j.id == list[i].id) {
            list[i].gtArray.push(j)
          }
        })
        this.pushTimes(all, list[i].id, list[i].gtArray)
      }
      console.log(list, 805)
      // for (const n in list) {
      //   if (list[n].gtArray.length === 0) {
      //     list[n].status = false
      //   }
      // }
      console.log(list)
      this.bm_data = list
      for (const n in list) {
        if (list[n].gtArray.length === 0) {
          list[n].status = false
        }
      }
      // this.bm_data = [
      //   {
      //     'id': 'SB004',
      //     'name': '齿轮箱组二线',
      //     'status': true,
      //     'AdvaDevicRhythm': '5.0',
      //     'colorPair': {
      //       'dark': 'rgb(83, 186, 241,0.8)',
      //       'light': 'rgb(83, 186, 241,0.1)',
      //       'light_capacity': 'rgb(209,239,237,0.8)',
      //       'h_schedule': 'rgb(100,255,192,0.8)',
      //       'scheduleing': 'rgb(20,182,231,0.8)'
      //     },
      //     'gtArray': [
      //       {
      //         'id': 'SB004',
      //         'number': 224,
      //         'cl_name': '8504光机',
      //         'cl_code': '302',
      //         'work_order': 'MO-2022-11-0032_1',
      //         'AdvaScheUom': '台',
      //         'date': '2023-02-07',
      //         'start': '2023-02-07 08:00:00',
      //         'end': '2023-02-07 11:06:40',
      //         'type': 'h_schedule'  // h_schedule代表已排的时间
      //       }, {
      //         'start': '2023-2-7 11:6:40',
      //         'end': '2023-02-07 11:30',
      //         'id': 'SB004',
      //         'mod': 0.1,
      //         'type': 'capacity'
      //       }, {
      //         'start': '2023-02-07 12:30',
      //         'end': '2023-02-07 17:00',
      //         'id': 'SB004',
      //         'mod': 0.1,
      //         'type': 'capacity'
      //       }, {
      //         'start': '2023-02-08 08:00',
      //         'end': '2023-02-08 11:30',
      //         'id': 'SB004',
      //         'mod': 0.1,
      //         'type': 'capacity'
      //       }, {
      //         'start': '2023-02-08 12:30',
      //         'end': '2023-02-08 17:00',
      //         'id': 'SB004',
      //         'mod': 0.1,
      //         'type': 'capacity'
      //       }, {
      //         'start': '2023-02-09 08:00',
      //         'end': '2023-02-09 11:30',
      //         'id': 'SB004',
      //         'mod': 0.1,
      //         'type': 'capacity'
      //       }, {
      //         'start': '2023-02-09 12:30',
      //         'end': '2023-02-09 17:00',
      //         'id': 'SB004',
      //         'mod': 0.1,
      //         'type': 'capacity'
      //       }, {
      //         'id': 'SB004',
      //         'start': '2023-2-7 11:6:40',
      //         'end': '2023-02-07 11:30',
      //         'type': 'schedule',   // schedule 正在排程
      //         'cl_name': '8504光机',
      //         'cl_code': '302',
      //         'work_order': 'MO-2022-11-0034_1',
      //         'number': '28',
      //         'real_number': 28
      //       }, {
      //         'id': 'SB004',
      //         'start': '2023-02-07 12:30',
      //         'end': '2023-02-07 17:00',
      //         'type': 'schedule',
      //         'cl_name': '8504光机',
      //         'cl_code': '302',
      //         'work_order': 'MO-2022-11-0034_1',
      //         'number': '324',
      //         'real_number': 324
      //       }, {
      //         'id': 'SB004',
      //         'start': '2023-02-08 08:00',
      //         'end': '2023-02-08 11:30',
      //         'type': 'schedule',
      //         'cl_name': '8504光机',
      //         'cl_code': '302',
      //         'work_order': 'MO-2022-11-0034_1',
      //         'number': '252',
      //         'real_number': 252
      //       }, {
      //         'id': 'SB004',
      //         'start': '2023-02-08 12:30',
      //         'end': '2023-02-08 17:00',
      //         'type': 'schedule',
      //         'cl_name': '8504光机',
      //         'cl_code': '302',
      //         'work_order': 'MO-2022-11-0034_1',
      //         'number': '324',
      //         'real_number': 324
      //       }, {
      //         'id': 'SB004',
      //         'start': '2023-02-09 08:00',
      //         'end': '2023-02-09 11:30',
      //         'type': 'schedule',
      //         'cl_name': '8504光机',
      //         'cl_code': '302',
      //         'work_order': 'MO-2022-11-0034_1',
      //         'number': '252',
      //         'real_number': 252
      //       }, {
      //         'id': 'SB004',
      //         'start': '2023-02-09 12:30',
      //         'end': '2023-02-09 17:00',
      //         'type': 'schedule',
      //         'cl_name': '8504光机',
      //         'cl_code': '302',
      //         'work_order': 'MO-2022-11-0034_1',
      //         'number': '324',
      //         'real_number': 324
      //       }],
      //     'mod': 10,
      //     'flag': 'isCont'
      //   },
      //   {
      //     'id': 'SB005',
      //     'name': '主机组一线',
      //     'status': true,
      //     'AdvaDevicRhythm': '15.0',
      //     'colorPair': {
      //       'dark': 'rgb(83, 186, 241,0.8)',
      //       'light': 'rgb(83, 186, 241,0.1)',
      //       'light_capacity': 'rgb(209,239,237,0.8)',
      //       'h_schedule': 'rgb(100,255,192,0.8)',
      //       'scheduleing': 'rgb(20,182,231,0.8)'
      //     },
      //     'gtArray': [{
      //       'name': '主机组一线',
      //       'id': 'SB005',
      //       'type': 'capacity',
      //       'rhythm': '15.0',
      //       'start': '2023-02-07 08:00',
      //       'end': '2023-02-07 11:30',
      //       'mod': 0.1
      //     }, {
      //       'name': '主机组一线',
      //       'id': 'SB005',
      //       'type': 'capacity',
      //       'rhythm': '15.0',
      //       'start': '2023-02-07 12:30',
      //       'end': '2023-02-07 17:00',
      //       'mod': 0.1
      //     }, {
      //       'id': 'SB005',
      //       'start': '2023-02-07 08:00',
      //       'end': '2023-02-07 11:30',
      //       'type': 'schedule',
      //       'cl_name': '8504光机',
      //       'cl_code': '302',
      //       'work_order': 'MO-2022-11-0034_1',
      //       'number': '84',
      //       'real_number': 84
      //     }, {
      //       'id': 'SB005',
      //       'start': '2023-02-07 12:30',
      //       'end': '2023-02-07 17:00',
      //       'type': 'schedule',
      //       'cl_name': '8504光机',
      //       'cl_code': '302',
      //       'work_order': 'MO-2022-11-0034_1',
      //       'number': '108',
      //       'real_number': 108
      //     }, {
      //       'name': '主机组一线',
      //       'id': 'SB005',
      //       'type': 'capacity',
      //       'rhythm': '15.0',
      //       'start': '2023-02-08 08:00',
      //       'end': '2023-02-08 11:30',
      //       'mod': 0.1
      //     }, {
      //       'name': '主机组一线',
      //       'id': 'SB005',
      //       'type': 'capacity',
      //       'rhythm': '15.0',
      //       'start': '2023-02-08 12:30',
      //       'end': '2023-02-08 17:00',
      //       'mod': 0.1
      //     }, {
      //       'id': 'SB005',
      //       'start': '2023-02-08 08:00',
      //       'end': '2023-02-08 11:30',
      //       'type': 'schedule',
      //       'cl_name': '8504光机',
      //       'cl_code': '302',
      //       'work_order': 'MO-2022-11-0034_1',
      //       'number': '84',
      //       'real_number': 84
      //     }, {
      //       'id': 'SB005',
      //       'start': '2023-02-08 12:30',
      //       'end': '2023-02-08 17:00',
      //       'type': 'schedule',
      //       'cl_name': '8504光机',
      //       'cl_code': '302',
      //       'work_order': 'MO-2022-11-0034_1',
      //       'number': '108',
      //       'real_number': 108
      //     }, {
      //       'name': '主机组一线',
      //       'id': 'SB005',
      //       'type': 'capacity',
      //       'rhythm': '15.0',
      //       'start': '2023-02-09 08:00',
      //       'end': '2023-02-09 11:30',
      //       'mod': 0.1
      //     }, {
      //       'name': '主机组一线',
      //       'id': 'SB005',
      //       'type': 'capacity',
      //       'rhythm': '15.0',
      //       'start': '2023-02-09 12:30',
      //       'end': '2023-02-09 17:00',
      //       'mod': 0.1
      //     }],
      //     'mod': 10
      //   }
      //
      // ]
      //
      // const a = [
      //   {
      //     'id': 'SB004',
      //     'name': '齿轮箱组二线',
      //     'status': true,
      //     'AdvaDevicRhythm': '5.0',
      //     'colorPair': {
      //       'dark': 'rgb(83, 186, 241,0.8)',
      //       'light': 'rgb(83, 186, 241,0.1)',
      //       'light_capacity': 'rgb(209,239,237,0.8)',
      //       'h_schedule': 'rgb(100,255,192,0.8)',
      //       'scheduleing': 'rgb(20,182,231,0.8)'
      //     },
      //     'gtArray': [
      //       {
      //         'id': 'SB004',
      //         'number': 224,
      //         'cl_name': '8504光机',
      //         'cl_code': '302',
      //         'work_order': 'MO-2022-11-0032_1',
      //         'AdvaScheUom': '台',
      //         'date': '2023-02-07',
      //         'start': '2023-02-07 08:00:00',
      //         'end': '2023-02-07 11:06:40',
      //         'type': 'h_schedule'
      //       }, {
      //         'start': '2023-2-7 11:6:40',
      //         'end': '2023-02-07 11:30',
      //         'id': 'SB004',
      //         'mod': 0.1,
      //         'type': 'capacity'
      //       }, {
      //         'start': '2023-02-07 12:30',
      //         'end': '2023-02-07 17:00',
      //         'id': 'SB004',
      //         'mod': 0.1,
      //         'type': 'capacity'
      //       }, {
      //         'start': '2023-02-08 08:00',
      //         'end': '2023-02-08 11:30',
      //         'id': 'SB004',
      //         'mod': 0.1,
      //         'type': 'capacity'
      //       }, {
      //         'start': '2023-02-08 12:30',
      //         'end': '2023-02-08 17:00',
      //         'id': 'SB004',
      //         'mod': 0.1,
      //         'type': 'capacity'
      //       }, {
      //         'start': '2023-02-09 08:00',
      //         'end': '2023-02-09 11:30',
      //         'id': 'SB004',
      //         'mod': 0.1,
      //         'type': 'capacity'
      //       }, {
      //         'start': '2023-02-09 12:30',
      //         'end': '2023-02-09 17:00',
      //         'id': 'SB004',
      //         'mod': 0.1,
      //         'type': 'capacity'
      //       }, {
      //         'id': 'SB004',
      //         'start': '2023-2-7 11:6:40',
      //         'end': '2023-02-07 11:30',
      //         'type': 'schedule',
      //         'cl_name': '8504光机',
      //         'cl_code': '302',
      //         'work_order': 'MO-2022-11-0034_1',
      //         'number': '28',
      //         'real_number': 28
      //       }, {
      //         'id': 'SB004',
      //         'start': '2023-02-07 12:30',
      //         'end': '2023-02-07 17:00',
      //         'type': 'schedule',
      //         'cl_name': '8504光机',
      //         'cl_code': '302',
      //         'work_order': 'MO-2022-11-0034_1',
      //         'number': '324',
      //         'real_number': 324
      //       }, {
      //         'id': 'SB004',
      //         'start': '2023-02-08 08:00',
      //         'end': '2023-02-08 11:30',
      //         'type': 'schedule',
      //         'cl_name': '8504光机',
      //         'cl_code': '302',
      //         'work_order': 'MO-2022-11-0034_1',
      //         'number': '252',
      //         'real_number': 252
      //       }, {
      //         'id': 'SB004',
      //         'start': '2023-02-08 12:30',
      //         'end': '2023-02-08 17:00',
      //         'type': 'schedule',
      //         'cl_name': '8504光机',
      //         'cl_code': '302',
      //         'work_order': 'MO-2022-11-0034_1',
      //         'number': '324',
      //         'real_number': 324
      //       }, {
      //         'id': 'SB004',
      //         'start': '2023-02-09 08:00',
      //         'end': '2023-02-09 11:30',
      //         'type': 'schedule',
      //         'cl_name': '8504光机',
      //         'cl_code': '302',
      //         'work_order': 'MO-2022-11-0034_1',
      //         'number': '252',
      //         'real_number': 252
      //       }, {
      //         'id': 'SB004',
      //         'start': '2023-02-09 12:30',
      //         'end': '2023-02-09 17:00',
      //         'type': 'schedule',
      //         'cl_name': '8504光机',
      //         'cl_code': '302',
      //         'work_order': 'MO-2022-11-0034_1',
      //         'number': '324',
      //         'real_number': 324
      //       }],
      //     'mod': 10,
      //     'flag': 'isCont'
      //   },
      //   {
      //     'id': 'SB005',
      //     'name': '主机组一线',
      //     'status': true,
      //     'AdvaDevicRhythm': '15.0',
      //     'colorPair': {
      //       'dark': 'rgb(83, 186, 241,0.8)',
      //       'light': 'rgb(83, 186, 241,0.1)',
      //       'light_capacity': 'rgb(209,239,237,0.8)',
      //       'h_schedule': 'rgb(100,255,192,0.8)',
      //       'scheduleing': 'rgb(20,182,231,0.8)'
      //     },
      //     'gtArray': [{
      //       'name': '主机组一线',
      //       'id': 'SB005',
      //       'type': 'capacity',
      //       'rhythm': '15.0',
      //       'start': '2023-02-07 08:00',
      //       'end': '2023-02-07 11:30',
      //       'mod': 0.1
      //     }, {
      //       'name': '主机组一线',
      //       'id': 'SB005',
      //       'type': 'capacity',
      //       'rhythm': '15.0',
      //       'start': '2023-02-07 12:30',
      //       'end': '2023-02-07 17:00',
      //       'mod': 0.1
      //     }, {
      //       'id': 'SB005',
      //       'start': '2023-02-07 08:00',
      //       'end': '2023-02-07 11:30',
      //       'type': 'schedule',
      //       'cl_name': '8504光机',
      //       'cl_code': '302',
      //       'work_order': 'MO-2022-11-0034_1',
      //       'number': '84',
      //       'real_number': 84
      //     }, {
      //       'id': 'SB005',
      //       'start': '2023-02-07 12:30',
      //       'end': '2023-02-07 17:00',
      //       'type': 'schedule',
      //       'cl_name': '8504光机',
      //       'cl_code': '302',
      //       'work_order': 'MO-2022-11-0034_1',
      //       'number': '108',
      //       'real_number': 108
      //     }, {
      //       'name': '主机组一线',
      //       'id': 'SB005',
      //       'type': 'capacity',
      //       'rhythm': '15.0',
      //       'start': '2023-02-08 08:00',
      //       'end': '2023-02-08 11:30',
      //       'mod': 0.1
      //     }, {
      //       'name': '主机组一线',
      //       'id': 'SB005',
      //       'type': 'capacity',
      //       'rhythm': '15.0',
      //       'start': '2023-02-08 12:30',
      //       'end': '2023-02-08 17:00',
      //       'mod': 0.1
      //     }, {
      //       'id': 'SB005',
      //       'start': '2023-02-08 08:00',
      //       'end': '2023-02-08 11:30',
      //       'type': 'schedule',
      //       'cl_name': '8504光机',
      //       'cl_code': '302',
      //       'work_order': 'MO-2022-11-0034_1',
      //       'number': '84',
      //       'real_number': 84
      //     }, {
      //       'id': 'SB005',
      //       'start': '2023-02-08 12:30',
      //       'end': '2023-02-08 17:00',
      //       'type': 'schedule',
      //       'cl_name': '8504光机',
      //       'cl_code': '302',
      //       'work_order': 'MO-2022-11-0034_1',
      //       'number': '108',
      //       'real_number': 108
      //     }, {
      //       'name': '主机组一线',
      //       'id': 'SB005',
      //       'type': 'capacity',
      //       'rhythm': '15.0',
      //       'start': '2023-02-09 08:00',
      //       'end': '2023-02-09 11:30',
      //       'mod': 0.1
      //     }, {
      //       'name': '主机组一线',
      //       'id': 'SB005',
      //       'type': 'capacity',
      //       'rhythm': '15.0',
      //       'start': '2023-02-09 12:30',
      //       'end': '2023-02-09 17:00',
      //       'mod': 0.1
      //     }],
      //     'mod': 10
      //   }
      //
      // ]
      //
      // console.log(a, 803)
      // console.log(list)
      this.schedulingData = list
    },
    // 插入产能时间段
    pushTimes(newList, id, arr) {
@@ -1998,74 +1557,24 @@
      return (
        d.getFullYear() +
        '-' +
        (d.getMonth() + 1) +
        (d.getMonth() + 1).toString().padStart(2, '0') +
        '-' +
        d.getDate() +
        d.getDate().toString().padStart(2, '0') +
        ' ' +
        d.getHours() +
        d.getHours().toString().padStart(2, '0') +
        ':' +
        d.getMinutes() +
        d.getMinutes().toString().padStart(2, '0') +
        ':' +
        d.getSeconds()
        d.getSeconds().toString().padStart(2, '0')
      )
    },
    // 时间比较
    formTime(d1, d2, mod) {
    compareTime(d1, d2, mod) {
      // d1 排除结束时间  d2 当前产能结束时间
      const time1 = new Date(d1)
      const time2 = new Date(d2)
      return parseInt(time2 - time1) / 1000
    },
    formatSeconds(value) {
      var secondTime = parseInt(value) // 秒
      var minuteTime = 0 // 分
      var hourTime = 0 // 小时
      if (secondTime > 60) {
        // 如果秒数大于60,将秒数转换成整数
        // 获取分钟,除以60取整数,得到整数分钟
        minuteTime = parseInt(secondTime / 60)
        // 获取秒数,秒数取佘,得到整数秒数
        secondTime = parseInt(secondTime % 60)
        // 如果分钟大于60,将分钟转换成小时
        if (minuteTime > 60) {
          // 获取小时,获取分钟除以60,得到整数小时
          hourTime = parseInt(minuteTime / 60)
          // 获取小时后取佘的分,获取分钟除以60取佘的分
          minuteTime = parseInt(minuteTime % 60)
        }
      }
      var result = '' + parseInt(secondTime) + ''
      if (minuteTime > 0) {
        result = '' + parseInt(minuteTime) + ':' + result
      }
      if (hourTime > 0) {
        result = '' + parseInt(hourTime) + ':' + result
      }
      return result
    },
    updateTimeLines(timeA, timeB) {
      this.timeLines = [
        {
          time: timeA
        },
        {
          time: timeB,
          color: '#747e80'
        }
      ]
    },
    scrollLeftA(val) {
      this.positionB = { x: val }
    },
    scrollLeftB(val) {
      this.positionA = { x: val }
    },
    // 设置初始化数据
    oneClick() {
      // this.getCurrentRow(this.mn_data[0])
    }
  }
}
</script>
@@ -2267,7 +1776,7 @@
}
::v-deep .gantt-header-title{
::v-deep .gantt-header-title {
  background-color: #fff;
  //border-left: 1px solid #eee !important;
  //border-bottom: 1px solid #eee !important;