| | |
| | | size="small" |
| | | :picker-options="pickerOptions1" |
| | | :clearable="false" |
| | | @change="change_time" |
| | | @change="dateChange" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="排程方式" style=" display: flex;"> |
| | |
| | | v-model="formBottom.types" |
| | | :disabled="radioSelectedId===''" |
| | | style="width:120px" |
| | | @change="changeTypes" |
| | | @change="typesChange" |
| | | > |
| | | <el-option value="N" label="设备优先" /> |
| | | <el-option value="Y" label="时间优先" /> |
| | |
| | | :disabled="radioSelectedId===''" |
| | | type="primary" |
| | | icon="el-icon-document-remove" |
| | | @click="click_schedule" |
| | | @click="prepareArrange" |
| | | >预排 |
| | | </el-button> |
| | | <el-button |
| | |
| | | type="primary" |
| | | :disabled="radioSelectedId===''" |
| | | icon="el-icon-document-checked" |
| | | @click="click_yes" |
| | | @click="prepareSubmit" |
| | | >提交 |
| | | </el-button> |
| | | </div> |
| | |
| | | <el-checkbox |
| | | v-model="data.status" |
| | | style="margin-right:5px;" |
| | | @change="click_box(data)" |
| | | @change="checkboxSingle(data)" |
| | | /> |
| | | {{ data.id }} {{ data.name }} |
| | | </div> |
| | |
| | | v-model="ganttCheckboxAll" |
| | | class="box_style" |
| | | :disabled="radioSelectedId===''" |
| | | @change="changeLift()" |
| | | @change="checkboxAll()" |
| | | /> |
| | | <input |
| | | v-model.number="cellWidth" |
| | |
| | | /* |
| | | 排程部分的方法 |
| | | */ |
| | | resetFormcx() { |
| | | this.$nextTick(() => { |
| | | this.$refs.form.resetFields() |
| | | }) |
| | | }, |
| | | // 确保换型时间为非负数 |
| | | no_zero() { |
| | | if (this.formBottom.times < 0) { |
| | | this.formBottom.times = 0 |
| | | } |
| | | }, |
| | | // 工位列表复选框操作 |
| | | changeLift() { |
| | | // 排程方式改变 |
| | | typesChange() { |
| | | this.getOnclickAdvancedSchedulingDevice() |
| | | }, |
| | | // 排程日期值改变时 |
| | | dateChange() { |
| | | this.time_data[0] = this.formBottom.scheDate[0] + ' 00:00' |
| | | this.time_data[1] = this.formBottom.scheDate[1] + ' 23:59' |
| | | this.forms.startdate = this.formBottom.scheDate[0] |
| | | this.forms.enddate = this.formBottom.scheDate[1] |
| | | this.getOnclickAdvancedSchedulingDevice() |
| | | }, |
| | | // 工位列表复选框操作 (全选、全不选) |
| | | checkboxAll() { |
| | | if (this.ganttCheckboxAll) { |
| | | this.ganttLeftArrId = [] |
| | | this.getOnclickAdvancedSchedulingDevice() |
| | |
| | | this.timeTopTempData[i].gtArray = [] |
| | | } |
| | | } |
| | | // this.click_schedule() |
| | | }, |
| | | 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' |
| | | this.forms.startdate = this.formBottom.scheDate[0] |
| | | this.forms.enddate = this.formBottom.scheDate[1] |
| | | this.getOnclickAdvancedSchedulingDevice() |
| | | // this.prepareArrange() |
| | | }, |
| | | // 甘特图左侧checkbox值选中或者取消时 |
| | | click_box(val) { |
| | | checkboxSingle(val) { |
| | | if (!val.status) { |
| | | for (const i in this.timeTopTempData) { |
| | | const new_arr = [] |
| | | for (const j in this.timeTopTempData[i].gtArray) { |
| | | if (this.timeTopTempData[i].gtArray[j].id == val.id) { |
| | | if (this.timeTopTempData[i].gtArray[j].id === val.id) { |
| | | } else { |
| | | new_arr.push(this.timeTopTempData[i].gtArray[j]) |
| | | } |
| | |
| | | for (const i in this.schedulingData) { |
| | | const arr = [] |
| | | for (const j in this.schedulingData[i].gtArray) { |
| | | if (this.schedulingData[i].gtArray[j].type != 'schedule') { |
| | | if (this.schedulingData[i].gtArray[j].type !== 'schedule') { |
| | | arr.push(this.schedulingData[i].gtArray[j]) |
| | | } |
| | | } |
| | | this.schedulingData[i].gtArray = arr |
| | | } |
| | | this.formBottom.real_num = 0 |
| | | // this.click_schedule() |
| | | // this.prepareArrange() |
| | | }, |
| | | |
| | | // 点击带出数据 |
| | | async getOnclickAdvancedSchedulingDevice() { |
| | | const res = await OnclickAdvancedSchedulingDevice(this.forms) |
| | |
| | | // 将五个时间段进行赋值 |
| | | for (const i in data) { |
| | | for (const j in data[i].children) { |
| | | if (data[i].children[j].OneStartDate != '') { |
| | | if (data[i].children[j].OneStartDate !== '') { |
| | | data[i].children[ |
| | | j |
| | | ].OneStartDate = data[i].children[ |
| | |
| | | ' ' + |
| | | data[i].children[j].OneStartDate[1] |
| | | } |
| | | if (data[i].children[j].TwoStartDate != '') { |
| | | if (data[i].children[j].TwoStartDate !== '') { |
| | | data[i].children[ |
| | | j |
| | | ].TwoStartDate = data[i].children[ |
| | |
| | | ' ' + |
| | | data[i].children[j].TwoStartDate[1] |
| | | } |
| | | if (data[i].children[j].ThreeStartDate != '') { |
| | | if (data[i].children[j].ThreeStartDate !== '') { |
| | | data[i].children[ |
| | | j |
| | | ].ThreeStartDate = data[i].children[ |
| | |
| | | ' ' + |
| | | data[i].children[j].ThreeStartDate[1] |
| | | } |
| | | if (data[i].children[j].FourStartDate != '') { |
| | | if (data[i].children[j].FourStartDate !== '') { |
| | | data[i].children[ |
| | | j |
| | | ].FourStartDate = data[i].children[ |
| | |
| | | ' ' + |
| | | data[i].children[j].FourStartDate[1] |
| | | } |
| | | if (data[i].children[j].FiveStartDate != '') { |
| | | if (data[i].children[j].FiveStartDate !== '') { |
| | | data[i].children[ |
| | | j |
| | | ].FiveStartDate = data[i].children[ |
| | |
| | | const newList = [] |
| | | for (const i in data) { |
| | | for (const j in data[i].children) { |
| | | if (data[i].children[j].OneStartDate != '') { |
| | | if (data[i].children[j].OneStartDate !== '') { |
| | | const data1 = { |
| | | id: '', |
| | | start: '', |
| | |
| | | 100 |
| | | newList.push(data1) |
| | | } |
| | | if (data[i].children[j].TwoStartDate != '') { |
| | | if (data[i].children[j].TwoStartDate !== '') { |
| | | const data2 = { |
| | | id: '', |
| | | start: '', |
| | |
| | | 100 |
| | | newList.push(data2) |
| | | } |
| | | if (data[i].children[j].ThreeStartDate != '') { |
| | | if (data[i].children[j].ThreeStartDate !== '') { |
| | | const data3 = { |
| | | id: '', |
| | | start: '', |
| | |
| | | 100 |
| | | newList.push(data3) |
| | | } |
| | | if (data[i].children[j].FourStartDate != '') { |
| | | if (data[i].children[j].FourStartDate !== '') { |
| | | const data4 = { |
| | | id: '', |
| | | start: '', |
| | |
| | | 100 |
| | | newList.push(data4) |
| | | } |
| | | if (data[i].children[j].FiveStartDate != '') { |
| | | if (data[i].children[j].FiveStartDate !== '') { |
| | | const data5 = { |
| | | id: '', |
| | | start: '', |
| | |
| | | |
| | | this.schedulingData = list |
| | | |
| | | if (cont != '') { |
| | | if (cont !== '') { |
| | | for (const i in cont) { |
| | | for (const j in this.schedulingData) { |
| | | if (this.schedulingData[j].id == cont[i].eqp_code) { |
| | | if (this.schedulingData[j].id === cont[i].eqp_code) { |
| | | const data = { |
| | | id: cont[i].eqp_code, |
| | | number: cont[i].alloc_qty, |
| | |
| | | // status: this.AdvaScheUom, |
| | | start: cont[i].time_start, |
| | | end: cont[i].time_end, |
| | | type: cont[i].status == 'S' ? 'h_schedule' : 'bm_schedule' |
| | | type: cont[i].status === 'S' ? 'h_schedule' : 'bm_schedule' |
| | | } |
| | | this.schedulingData[j].flag = 'isCont' |
| | | this.schedulingData[j].gtArray.unshift(data) |
| | |
| | | } |
| | | } |
| | | |
| | | if (this.ganttLeftArrId != '') { |
| | | if (this.ganttLeftArrId !== '') { |
| | | for (const j in this.schedulingData) { |
| | | if (this.ganttLeftArrId.indexOf(this.schedulingData[j].id) >= 0) { |
| | | this.schedulingData[j].gtArray = [] |
| | |
| | | AdvaDevicRhythm: '', |
| | | gtArray: [] |
| | | } |
| | | if (data[i].children != '') { |
| | | if (data[i].children !== '') { |
| | | time.AdvaDevicRhythm = data[i].children[0].AdvaDevicRhythm |
| | | } |
| | | for (const j in data[i].children) { |
| | | if (data[i].children[j].OneStartDate != '') { |
| | | if (data[i].children[j].OneStartDate !== '') { |
| | | const icu1 = { |
| | | name: data[i].children[j].AdvaDevicName, |
| | | id: data[i].children[j].AdvaDevicNumber, |
| | |
| | | } |
| | | time.gtArray.push(icu1) |
| | | } |
| | | if (data[i].children[j].TwoStartDate != '') { |
| | | if (data[i].children[j].TwoStartDate !== '') { |
| | | const icu2 = { |
| | | name: data[i].children[j].AdvaDevicName, |
| | | id: data[i].children[j].AdvaDevicNumber, |
| | |
| | | } |
| | | time.gtArray.push(icu2) |
| | | } |
| | | if (data[i].children[j].ThreeStartDate != '') { |
| | | if (data[i].children[j].ThreeStartDate !== '') { |
| | | const icu3 = { |
| | | name: data[i].children[j].AdvaDevicName, |
| | | id: data[i].children[j].AdvaDevicNumber, |
| | |
| | | } |
| | | time.gtArray.push(icu3) |
| | | } |
| | | if (data[i].children[j].FourStartDate != '') { |
| | | if (data[i].children[j].FourStartDate !== '') { |
| | | const icu4 = { |
| | | name: data[i].children[j].AdvaDevicName, |
| | | id: data[i].children[j].AdvaDevicNumber, |
| | |
| | | } |
| | | time.gtArray.push(icu4) |
| | | } |
| | | if (data[i].children[j].FiveStartDate != '') { |
| | | if (data[i].children[j].FiveStartDate !== '') { |
| | | const icu5 = { |
| | | name: data[i].children[j].AdvaDevicName, |
| | | id: data[i].children[j].AdvaDevicNumber, |
| | |
| | | this.timeTopTempData.push(time) |
| | | } |
| | | |
| | | if (cont != '') { |
| | | if (cont !== '') { |
| | | for (const i in cont) { |
| | | for (const j in this.timeTopTempData) { |
| | | const data = { |
| | |
| | | end: cont[i].time_end, |
| | | type: 'h_schedule' |
| | | } |
| | | if (this.timeTopTempData[j].date == data.date) { |
| | | if (this.timeTopTempData[j].date === data.date) { |
| | | this.timeTopTempData[j].gtArray.unshift(data) |
| | | } |
| | | } |
| | |
| | | const t = new Date(time) |
| | | console.log(t.getMinutes(), 800) |
| | | t.setMinutes(t.getMinutes() + this.formBottom.times * 1) |
| | | var now = |
| | | const now = |
| | | t.getFullYear() + |
| | | '-' + |
| | | this.add_one(t.getMonth()).toString().padStart(2, '0') + |
| | | (t.getMonth() + 1).toString().padStart(2, '0') + |
| | | '-' + |
| | | t.getDate().toString().padStart(2, '0') + |
| | | ' ' + |
| | |
| | | console.log('now', now) |
| | | return now |
| | | }, |
| | | // +1 |
| | | add_one(date) { |
| | | return parseInt(date) + 1 |
| | | }, |
| | | // 插入产能时间段 |
| | | pushItem(newList, id, arr) { |
| | | for (const i in newList) { |
| | | if (newList[i].id == id) { |
| | | if (newList[i].id === id) { |
| | | const data = { |
| | | start: newList[i].start, |
| | | end: newList[i].end, |
| | |
| | | |
| | | this.formBottom.scheDate.push(handleDatetime(new Date())) // 当前日期(今天) |
| | | this.formBottom.scheDate.push(row.AdvaScheEndDate) // 要求交付时间 |
| | | if (this.formBottom.scheDate != '') { |
| | | if (this.formBottom.scheDate !== '') { |
| | | this.time_data[0] = this.formBottom.scheDate[0] + ' 00:00' // 排程开始时间 |
| | | this.time_data[1] = this.formBottom.scheDate[1] + ' 23:59' // 排程结束时间 |
| | | } |
| | |
| | | this.formUpdata.BotProceCode = row.AdvaScheBotProcid // 工艺路线编码 |
| | | }, |
| | | // 提交排程 |
| | | async click_yes() { |
| | | async prepareSubmit() { |
| | | if (this.formBottom.real_num !== this.formBottom.meter) { |
| | | this.$message.error('数量未排完,请设置产能时间!') |
| | | } else { |
| | |
| | | for (const i in this.schedulingData) { |
| | | const arr = [] |
| | | for (const j in this.schedulingData[i].gtArray) { |
| | | if (this.schedulingData[i].gtArray[j].type == 'schedule') { |
| | | if (this.schedulingData[i].gtArray[j].type === 'schedule') { |
| | | arr.push(this.schedulingData[i].gtArray[j]) |
| | | } |
| | | } |
| | | if (arr != '') { |
| | | if (arr !== '') { |
| | | for (const i in arr) { |
| | | const data = { |
| | | AlreDevicNumber: '', |
| | |
| | | // 过滤 |
| | | let updata = [] |
| | | for (const i in list) { |
| | | if (list[i].AlreStartDate != '') { |
| | | if (list[i].AlreStartDate !== '') { |
| | | updata.push(list[i]) |
| | | } |
| | | } |
| | | |
| | | updata = JSON.stringify(updata) |
| | | this.formUpdata.json = updata |
| | | if (list == '') { |
| | | if (list === '') { |
| | | this.$message.error('请先预排') |
| | | return false |
| | | } |
| | |
| | | } |
| | | }, |
| | | // 时间/设备优先排程 |
| | | click_schedule() { |
| | | prepareArrange() { |
| | | const timestamp = new Date().toLocaleDateString() |
| | | |
| | | if (new Date(this.formBottom.scheDate[1]) < new Date(timestamp)) { |
| | |
| | | |
| | | // 设备优先或者时间优先 对数据进行的格式转换 |
| | | if (this.schedulingData !== '' && this.formBottom.types === 'N') { // 设备优先 |
| | | this.fun_time() |
| | | this.eqpDataTransition() |
| | | this.editLastValue(this.schedulingData) |
| | | } else if (this.timeTopTempData !== '' && this.formBottom.types === 'Y') { // 时间优先 |
| | | this.filterAlreadyScheduleTime() // 手动过滤所有时间已排程 |
| | | this.fun_facility() |
| | | this.timeDataTransition() |
| | | this.dataTransition() |
| | | this.editLastValue(this.schedulingData) |
| | | } |
| | |
| | | const len = 0 |
| | | for (const i in arr) { |
| | | for (const j in arr[i].gtArray) { |
| | | if (arr[i].gtArray[j].type == 'schedule') { |
| | | if (arr[i].gtArray[j].type === 'schedule') { |
| | | arr_num.unshift(arr[i].gtArray[j]) |
| | | } |
| | | } |
| | |
| | | mend_num = this.formBottom.meter - num |
| | | } else { |
| | | } |
| | | if (this.formBottom.real_num * 1 == this.formBottom.meter * 1) { |
| | | // mend_num = this.formBottom.meter - num |
| | | } else { |
| | | // this.submit_flag = true |
| | | } |
| | | // if (this.formBottom.real_num * 1 === this.formBottom.meter * 1) { |
| | | // // mend_num = this.formBottom.meter - num |
| | | // } else { |
| | | // // this.submit_flag = true |
| | | // } |
| | | for (const i in this.schedulingData) { |
| | | for (const j in this.schedulingData[i].gtArray) { |
| | | if ( |
| | | this.schedulingData[i].gtArray[j].type == 'schedule' && |
| | | this.schedulingData[i].gtArray[j].type === 'schedule' && |
| | | this.schedulingData[i].gtArray[j].end_num |
| | | ) { |
| | | this.schedulingData[i].gtArray[j].number = |
| | |
| | | } |
| | | } |
| | | }, |
| | | fun_time() { |
| | | // 设备优先 数据格式转换 |
| | | eqpDataTransition() { |
| | | let all_num = this.formBottom.meter |
| | | const all_time = [] |
| | | let flag1 = 0 |
| | | const mod = this.schedulingData[0].mod |
| | | // let nowTime = this.schedulingData[0].AdvaDevicRhythm*all_num |
| | | console.log(this.schedulingData.length, 31) |
| | | for (const i in this.schedulingData) { |
| | | console.log(i, 32) |
| | | let end_arr = [] // 已排程的数组 |
| | | let nend_arr = [] // 待排程的数组 |
| | | const add_arr = [] // 已排程的数组 |
| | | let capacity_arr = [] // 要排程的数组 |
| | | this.schedulingData[i].gtArray.sort((a, b) => new Date(a.end).getTime() - new Date(b.end).getTime()) |
| | | // let capacity_end = '' |
| | | end_arr = this.schedulingData[i].gtArray.filter(item => item.type == 'h_schedule') |
| | | nend_arr = this.schedulingData[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都相等的情况 |
| | |
| | | } |
| | | |
| | | const schedule1 = end_arr.filter(schedule => { |
| | | return new Date(item.start).getTime() == new Date(schedule.start).getTime() && |
| | | new Date(item.end).getTime() == new Date(schedule.end).getTime() |
| | | return new Date(item.start).getTime() === new Date(schedule.start).getTime() && |
| | | new Date(item.end).getTime() === new Date(schedule.end).getTime() |
| | | }) |
| | | if (schedule1 && schedule1.length > 0) { |
| | | item.capacity = false |
| | | } |
| | | |
| | | return item |
| | | }).filter(item => item.capacity != false) |
| | | }).filter(item => item.capacity !== false) |
| | | } else { |
| | | capacity_arr = nend_arr |
| | | } |
| | |
| | | id: '', |
| | | start_time: '' |
| | | } |
| | | if (end_arr != '') { |
| | | (id_obj.id = end_arr[0].id), (id_obj.start_time = end_arr[0].end) |
| | | 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 = '' |
| | |
| | | real_number: 0 |
| | | } |
| | | if ( |
| | | id_obj.start_time != '' && |
| | | flag1 == 0 && |
| | | 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) |
| | |
| | | } |
| | | } |
| | | }, |
| | | // 设备排程方法 |
| | | fun_facility() { |
| | | // 时间优先 数据格式转换 |
| | | timeDataTransition() { |
| | | // 排除未勾选项 |
| | | for (const i in this.timeTopTempData) { |
| | | const newArr = [] |
| | |
| | | let nend_arr = [] // 排程的数组 |
| | | const add_arr = [] // 已排程的数组 |
| | | let capacity_arr = [] // 要排程的数组 |
| | | // 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 = '' |
| | | |
| | | // console.log(JSON.stringify(this.timeTopTempData), 671) |
| | |
| | | // 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)) |
| | | 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()) { |
| | | // console.log(capacity_arr[i].start, 671) |
| | | // console.log(capacity_arr[i].end, 671) |
| | | console.log(i, capacity_arr[i], '哇哈哈') |
| | | console.log(capacity_arr.splice(i, 1)) |
| | | capacity_arr.splice(i, 1) |
| | | break |
| | | } |
| | | } |
| | |
| | | console.log(capacity_arr, '大西瓜') |
| | | |
| | | if (!capacity_arr || capacity_arr.length === 0) break |
| | | // const firstCapacity = capacity_arr[0] |
| | | |
| | | console.log(nend_arr, 'nend_arr') |
| | | console.log(JSON.stringify(nend_arr), 'nend_arr') |
| | | |
| | | const schedule_arr = end_arr.filter(item => { |
| | | const remain = nend_arr.some(it => { |
| | |
| | | // 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 |
| | | }) |
| | | |
| | | // 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) { |
| | | // 找到同一设备下的end最大值 |
| | | // const maxEnd = schedule_arr.sort((a, b) => new Date(b.end).getTime() - new Date(a.end).getTime())[0].end |
| | | |
| | | const scheduleCan = schedule_arr.map(item => { |
| | | const temp = nend_arr.filter(it => { |
| | | if (it.id === item.id) { |
| | |
| | | new Date(item.end).getTime() < new Date(it.end).getTime()) |
| | | } |
| | | })[0] |
| | | console.log('capacity', temp) |
| | | console.log('capacity', item.end) |
| | | // console.log('capacity', temp) |
| | | // console.log('capacity', item.end) |
| | | // console.log('capacity', item.end === '2023-02-09 13:30:00') |
| | | |
| | | temp.start = this.MinutesTest(item.end) |
| | | // temp.start = item.end |
| | | // temp.start = maxEnd |
| | | // temp.start = '2023-02-09 13:30:00' |
| | | return temp |
| | | }) |
| | | console.log(scheduleCan, 'scheduleCan') |
| | | |
| | | // scheduleCan.sort((a, b) => new Date(a.start).getTime() - new Date(b.start).getTime()) |
| | | // scheduleCan = scheduleCan.filter((currentValue, currentIndex, selfArr) => { |
| | | // return selfArr.findIndex(item => item.id === currentValue.id) === currentIndex |
| | | // }) |
| | | // console.log(scheduleCan, 'scheduleCan2') |
| | | const newSchedule = JSON.parse(JSON.stringify(scheduleCan)) |
| | | capacity_arr = newSchedule.concat(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) |
| | | 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 |
| | |
| | | new Date(id_obj.start_time).getTime() >= |
| | | new Date(capacity_arr[w].start).getTime() |
| | | ) { |
| | | if (data.id == id_obj.id) { |
| | | if (data.id === id_obj.id) { |
| | | data.start = this.MinutesTest(id_obj.start_time) |
| | | console.log(data.start, 999) |
| | | // flag1 =1 |
| | |
| | | console.log(data.start, 1001) |
| | | } |
| | | // let nowTime = this.timeTopTempData[0].AdvaDevicRhythm*all_num |
| | | let nowTime = |
| | | (capacity_arr[w].rhythm * all_num) / capacity_arr[w].mod |
| | | 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.compareTime(end_time, capacity_arr[w].end) |
| | | if (mistiming >= 0) { |
| | | data.number = |
| | | ((new Date(data.end) - new Date(data.start)) * |
| | | capacity_arr[w].mod) / |
| | | capacity_arr[w].rhythm / |
| | | 1000 |
| | | data.real_number = |
| | | ((new Date(data.end) - new Date(data.start)) * |
| | | capacity_arr[w].mod) / |
| | | capacity_arr[w].rhythm / |
| | | 1000 |
| | | data.number = ((new Date(data.end) - new Date(data.start)) * capacity_arr[w].mod) / capacity_arr[w].rhythm / 1000 |
| | | data.real_number = ((new Date(data.end) - new Date(data.start)) * capacity_arr[w].mod) / capacity_arr[w].rhythm / 1000 |
| | | data.number = data.number.toFixed(0) |
| | | data.end_num = true |
| | | |
| | |
| | | } |
| | | } |
| | | }, |
| | | // 给设备转换格式 |
| | | // 时间优先 给设备转换格式 |
| | | dataTransition() { |
| | | this.schedulingData = [] |
| | | const data = this.timeTopTempData |
| | |
| | | // 插入产能时间段 |
| | | pushTimes(newList, id, arr) { |
| | | for (const i in newList) { |
| | | if (newList[i].id == id) { |
| | | if (newList[i].id === id) { |
| | | arr.push(newList[i]) |
| | | } |
| | | } |