| | |
| | | :model="formTop" |
| | | label-width="100px" |
| | | inline |
| | | style="display: flex;justify-content: space-between" |
| | | style="display: flex;" |
| | | > |
| | | <div class="elForm"> |
| | | <el-form-item label-width="70px" label="车é´ç¼ç " style=" display: flex;"> |
| | | <el-form-item label="车é´ç¼ç " style=" display: flex;"> |
| | | <el-input v-model="formTop.workshop" placeholder="请è¾å
¥" style="width: 200px" /> |
| | | </el-form-item> |
| | | <el-form-item label="ç产工åå·" style=" display: flex;"> |
| | |
| | | <el-input v-model="formTop.partname" placeholder="请è¾å
¥" style="width: 200px" /> |
| | | </el-form-item> |
| | | </div> |
| | | <div class="bodySearchReset" :style="{marginLeft:$store.state.app.sidebar.opened?'5%':'10%'}"> |
| | | <el-button type="primary" icon="el-icon-search" @click="search">æ¥è¯¢</el-button> |
| | | <el-button type="info" icon="el-icon-refresh" @click="reset">éç½®</el-button> |
| | | <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> |
| | | </el-form> |
| | | <div |
| | |
| | | /> |
| | | <el-table-column |
| | | prop="AdvaSchePiroQue" |
| | | show-tooltip-when-overflow |
| | | label="ä¼å
级" |
| | | width="90" |
| | | sortable="custom" |
| | |
| | | prop="AdvaSchePartSpec" |
| | | label="产åè§æ ¼" |
| | | width="110" |
| | | show-tooltip-when-overflow |
| | | sortable="custom" |
| | | > |
| | | <template slot-scope="{row}"> |
| | |
| | | <el-table-column |
| | | prop="AdvaScheQty" |
| | | label="æ°é" |
| | | show-tooltip-when-overflow |
| | | width="110" |
| | | sortable="custom" |
| | | /> |
| | |
| | | prop="AdvaScheEndDate" |
| | | label="è¦æ±äº¤ä»æ¶é´" |
| | | sortable="custom" |
| | | show-tooltip-when-overflow |
| | | width="160" |
| | | /> |
| | | <el-table-column |
| | | prop="AdvaScheStus" |
| | | label="æç¨ç¶æ" |
| | | show-tooltip-when-overflow |
| | | width="110" |
| | | sortable="custom" |
| | | > |
| | |
| | | <el-table-column |
| | | prop="AdvaScheBotProcName" |
| | | label="æç¨å·¥åº" |
| | | show-tooltip-when-overflow |
| | | width="110" |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | | prop="AdvaSchePCStartDate" |
| | | label="计åæç¨æ¶é´" |
| | | width="160" |
| | | width="200" |
| | | sortable="custom" |
| | | show-tooltip-when-overflow |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <div v-if="row.AdvaSchePCStartDate">{{ row.AdvaSchePCStartDate }}</div> |
| | | <div v-if="row.AdvaSchePCStartDate">{{ row.AdvaSchePCStartDate }} ~ {{ row.AdvaSchePCEndDate }}</div> |
| | | <div v-else>/</div> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | ref="form" |
| | | :model="formBottom" |
| | | inline |
| | | style="display: flex;justify-content: space-between" |
| | | label-width="100px" |
| | | style="display: flex;" |
| | | > |
| | | <div class="elForm"> |
| | | <el-form-item label-width="70px" label="æç¨æ¥æ" style=" display: flex;"> |
| | | <el-form-item label="æç¨æ¥æ" style=" display: flex;"> |
| | | <el-date-picker |
| | | v-model="formBottom.scheDate" |
| | | :disabled="radioSelectedId===''" |
| | | type="daterange" |
| | | range-separator="~" |
| | | format="yyyy-MM-dd" |
| | |
| | | size="small" |
| | | :picker-options="pickerOptions1" |
| | | :clearable="false" |
| | | @change="change_time" |
| | | @change="dateChange" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="æç¨æ¹å¼" style=" display: flex;"> |
| | | <el-select v-model="formBottom.types" style="width:120px" @change="changeTypes"> |
| | | <el-select |
| | | v-model="formBottom.types" |
| | | :disabled="radioSelectedId===''" |
| | | style="width:120px" |
| | | @change="typesChange" |
| | | > |
| | | <el-option value="N" label="设å¤ä¼å
" /> |
| | | <el-option value="Y" label="æ¶é´ä¼å
" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="æ¶é´å»åº¦ï¼åéï¼" style=" display: flex;"> |
| | | <el-select v-model.number="formBottom.scale" style="width: 120px;"> |
| | | <el-form-item label="æ¶é´å»åº¦(åé)" label-width="110" style=" display: flex;"> |
| | | <el-select v-model.number="formBottom.scale" :disabled="radioSelectedId===''" style="width: 120px;"> |
| | | <el-option v-for="item in scaleList" :key="item" :value="item" :label="item" /> |
| | | </el-select> |
| | | |
| | | </el-form-item> |
| | | <el-form-item label="æ¢åæ¶é´ï¼åéï¼" style=" display: flex;"> |
| | | <el-form-item label="æ¢åæ¶é´(åé)" label-width="110" style=" display: flex;"> |
| | | <el-input |
| | | id="scale" |
| | | v-model="formBottom.times" |
| | | :disabled="radioSelectedId===''" |
| | | type="number" |
| | | style="display:inline-block;width:80px;" |
| | | @change="no_zero" |
| | |
| | | </el-form-item> |
| | | <el-form-item label="颿è¿åº¦" style=" display: flex;"> |
| | | <span> |
| | | <span style="text-decoration:underline;">{{ formBottom.real_num }}</span> / |
| | | <span style="text-decoration:underline">{{ formBottom.meter }}</span> |
| | | <span style="text-decoration:underline;">{{ formBottom.canArrangeNumber }}</span> / |
| | | <span style="text-decoration:underline">{{ formBottom.needArrangeNumber }}</span> |
| | | </span> |
| | | </el-form-item> |
| | | </div> |
| | | <div class="bodySearchReset" :style="{marginLeft:$store.state.app.sidebar.opened?'5%':'10%'}"> |
| | | <div |
| | | class="bodySearchReset" |
| | | :style="{marginLeft:$store.state.app.sidebar.opened? $store.state.settings.menuIsHorizontal?'15%':'3%':'10%'}" |
| | | > |
| | | <el-button |
| | | v-waves |
| | | :disabled="radioSelectedId===''" |
| | | type="primary" |
| | | icon="el-icon-document-remove" |
| | | @click="click_schedule" |
| | | @click="prepareArrange" |
| | | >颿 |
| | | </el-button> |
| | | <el-button |
| | | v-waves |
| | | type="primary" |
| | | :disabled="radioSelectedId===''" |
| | | icon="el-icon-document-checked" |
| | | @click="click_yes" |
| | | @click="prepareSubmit" |
| | | >æäº¤ |
| | | </el-button> |
| | | </div> |
| | | </el-form> |
| | | <div class="colorDescription"> |
| | | <div class="colorDescriptionItem"><i class="el-icon-s-opportunity" style="margin-right: 5px;color: rgba(5, 185, 100, 0.5)" />产è½</div> |
| | | <div class="colorDescriptionItem"><i class="el-icon-s-opportunity" style="margin-right: 5px;color: rgba(5, 185, 100, 1)" />å·²æ</div> |
| | | <div class="colorDescriptionItem"><i class="el-icon-s-opportunity" style="margin-right: 5px;color:rgba(128,0,128,0.7)" />颿</div> |
| | | <!-- <div class="colorDescriptionItem"><i class="el-icon-s-opportunity" style="margin-right: 5px;color: #a7a7a7" />失æäº§è½</div>--> |
| | | </div> |
| | | <div |
| | | class="bodyTopFormExpand" |
| | | style="height: 5px" |
| | |
| | | :end-time="time_data[1]" |
| | | :cell-width="cellWidth" |
| | | :cell-height="cellHeight" |
| | | :time-lines="timeLines" |
| | | :title-height="titleHeight" |
| | | :scale="formBottom.scale" |
| | | :title-width="titleWidth" |
| | |
| | | :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"> |
| | |
| | | <el-checkbox |
| | | v-model="data.status" |
| | | style="margin-right:5px;" |
| | | @change="click_box(data)" |
| | | @change="checkboxSingle(data)" |
| | | /> |
| | | {{ data.id }} {{ data.name }} |
| | | </div> |
| | | <div class="speed"> |
| | | <!-- <el-tooltip class="item" effect="dark" content="æ¥ç" placement="top">--> |
| | | <!-- <el-button type="text" size="mini" @click="look(data)">--> |
| | | <!-- <el-button v-waves type="text" size="mini" @click="look(data)">--> |
| | | <!-- <i class="el-icon-document size i-color" />--> |
| | | <!-- </el-button>--> |
| | | <!-- </el-tooltip>--> |
| | |
| | | </template> |
| | | <template slot="title"> |
| | | <span class="tc">å·¥ä½å表</span> |
| | | <el-checkbox v-model="all_status" class="box_style" @change="changeLift()" /> |
| | | <input v-model.number="cellWidth" type="range" min="20" max="100" class="box_styles"> |
| | | <el-checkbox |
| | | v-model="ganttCheckboxAll" |
| | | class="box_style" |
| | | :disabled="radioSelectedId===''" |
| | | @change="checkboxAll()" |
| | | /> |
| | | <input |
| | | v-model.number="cellWidth" |
| | | type="range" |
| | | min="20" |
| | | max="100" |
| | | class="box_styles" |
| | | :disabled="radioSelectedId===''" |
| | | > |
| | | </template> |
| | | </v-gantt-chart> |
| | | </div> |
| | |
| | | import Test from '@/components/Test' |
| | | import dayjs from 'dayjs' |
| | | import { AdvancedSchedulingSearch, OnclickAdvancedSchedulingDevice, SubmitAlreadyScheduling } from '@/api/scgl' |
| | | import { handleDatetime } from '@/utils/global' |
| | | |
| | | const scaleList = `30,60,240,360`.split(',').map(n => parseInt(n)) |
| | | const timeList = `0,30,60,120,240,480`.split(',').map(n => parseInt(n)) |
| | | import { handleDatetime, handleDatetime2 } from '@/utils/global' |
| | | import waves from '@/directive/waves' |
| | | |
| | | export default { |
| | | name: 'Zzjg', |
| | | components: { |
| | | Pagination, Test |
| | | }, |
| | | directives: { waves }, |
| | | data() { |
| | | return { |
| | | mouseHoverType: 'mouseout', |
| | |
| | | } |
| | | }, |
| | | |
| | | keep_data: [], |
| | | all_status: true, |
| | | look_data: [], |
| | | look_total: 0, |
| | | cl_name: '', |
| | | cl_code: '', |
| | | work_order: '', |
| | | false_arr: [], |
| | | ckeckVal: true, |
| | | AdvaScheUom: '', |
| | | list: [], |
| | | form: { |
| | | WorkShop: '', |
| | | PartNumber: '', |
| | | PartName: '', |
| | | rows: 10, |
| | | page: 1 |
| | | }, |
| | | showDialog: false, |
| | | time_data: [], |
| | | forms: { |
| | | ganttCheckboxAll: true, // çç¹å¾å·¦ä¾§å¤éæ¡æ¯å¦é䏿è
åæ¶ |
| | | ganttLeftArrId: [], // çç¹å¾å·¦ä¾§çæ°ç»id |
| | | cl_name: '', // 产ååç§° |
| | | cl_code: '', // 产åç¼ç |
| | | work_order: '', // å·¥åç¼å· |
| | | AdvaScheUom: '', // 产ååä½ |
| | | time_data: [[handleDatetime(new Date()) + ' 00:00:00'], [handleDatetime(new Date()) + ' 00:00:00']], // çç¹å¾åå§æ¸²æçæ¶é´èå´ |
| | | forms: { // ç¹å»è¡è·åä¿¡æ¯ è¯·æ±æ¥å£ çæ°æ®å¯¹è±¡ |
| | | wocode: '', // å·¥åç¼å· |
| | | wkshpcode: '', // 车é´ç¼ç |
| | | partcode: '', // ç©æç¼ç |
| | |
| | | startdate: '', // å¼å§æ¥æ |
| | | enddate: ''// ç»ææ¥æ |
| | | }, |
| | | click_one: 0, |
| | | datasC: [], |
| | | radio: '', |
| | | |
| | | formBottom: { |
| | | formBottom: { // åºé¨è¡¨åç æ°æ®å¯¹è±¡ |
| | | scheDate: [handleDatetime(new Date()), handleDatetime(new Date())], // æç¨æ¥æ |
| | | types: 'N', // æç¨æ¹å¼ |
| | | scale: 60, // æ¶é´å»åº¦ |
| | | times: 0, // æ¢åæ¶é´ |
| | | real_num: 0, // 颿è¿åº¦ |
| | | meter: 0// èæ |
| | | canArrangeNumber: 0, // 坿æ°é |
| | | needArrangeNumber: 0// éææ°é |
| | | }, |
| | | schedulingData: [], // æç¨çæç»æ°æ® |
| | | timeTopTempData: [], // æ¶é´ä¼å
çä¸´æ¶æ°æ® |
| | | eqpTopTempData: [], // 设å¤ä¼å
çä¸´æ¶æ°æ® |
| | | |
| | | 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: { |
| | | formUpdate: { |
| | | WorkCode: '', |
| | | BotProceCode: '', |
| | | json: [] |
| | | }, |
| | | currentTime: dayjs(), |
| | | startTime: dayjs() |
| | | .subtract(5, 'hour') |
| | | .toString(), |
| | | endTime: dayjs() |
| | | .add(2, 'day') |
| | | .add(2, 'hour') |
| | | .toString(), |
| | | // currentTime: dayjs(), |
| | | 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: [], |
| | | imp_id: '', |
| | | submit_flag: false, |
| | | search_from: { |
| | | page: 1, |
| | | rows: 10, |
| | | WorkTime: '', |
| | | BotProceName: '' |
| | | } |
| | | arrayKeys: ['gtArray', 'error'] |
| | | |
| | | } |
| | | }, |
| | | watch: { |
| | | // datasNum(newV) { |
| | | // // this.datasA = mockDatas(newV) |
| | | // // this.datasB = mockDatas(newV) |
| | | // }, |
| | | scrollToY(val) { |
| | | this.positionA = { x: val } |
| | | } |
| | | }, |
| | | |
| | | created() { |
| | | this.getAdvancedSchedulingSearch() |
| | | const loading = this.$loading({ |
| | | lock: true, |
| | | text: 'æ£å¨å è½½æ°æ®ï¼è¯·ç¨ç...', |
| | | spinner: 'el-icon-loading', |
| | | customClass: 'osloading', |
| | | background: 'rgba(0, 0, 0, 0.7)' |
| | | }) |
| | | setTimeout(() => { |
| | | if (this.getAdvancedSchedulingSearch()) { |
| | | loading.close() |
| | | } |
| | | }, 3000) |
| | | |
| | | // this.getAdvancedSchedulingSearch() |
| | | }, |
| | | mounted() { |
| | | window.addEventListener('resize', this.getHeight) |
| | |
| | | const res = await AdvancedSchedulingSearch(this.formTop) |
| | | this.tableData = res.data |
| | | this.totalTop = res.count |
| | | |
| | | return true |
| | | }, |
| | | // æåºæ¹åæ¶ |
| | | sortChangeTop({ column, prop, order }) { |
| | |
| | | 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() |
| | | }) |
| | | }, |
| | | // ç¡®ä¿æ¢åæ¶é´ä¸ºéè´æ° |
| | | no_zero() { |
| | | if (this.formBottom.times < 0) { |
| | | this.formBottom.times = 0 |
| | | } |
| | | }, |
| | | // å·¥ä½å表å¤éæ¡æä½ |
| | | changeLift() { |
| | | if (this.all_status) { |
| | | this.false_arr = [] |
| | | 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.facility_data) { |
| | | this.facility_data[i].gtArray = [] |
| | | } |
| | | } |
| | | // this.click_schedule() |
| | | }, |
| | | changeTypes() { |
| | | // æç¨æ¹å¼æ¹å |
| | | typesChange() { |
| | | this.getOnclickAdvancedSchedulingDevice() |
| | | }, |
| | | change_time() { |
| | | // æç¨æ¥æå¼æ¹åæ¶ |
| | | 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() |
| | | }, |
| | | click_box(val) { |
| | | console.log(val, 567) |
| | | // å·¥ä½å表å¤éæ¡æä½ (å
¨éãå
¨ä¸é) |
| | | checkboxAll() { |
| | | if (this.ganttCheckboxAll) { |
| | | this.ganttLeftArrId = [] |
| | | this.getOnclickAdvancedSchedulingDevice() |
| | | } else { |
| | | for (const i in this.schedulingData) { |
| | | this.schedulingData[i].status = false |
| | | this.schedulingData[i].gtArray = [] |
| | | } |
| | | for (const i in this.timeTopTempData) { |
| | | this.timeTopTempData[i].gtArray = [] |
| | | } |
| | | } |
| | | // this.prepareArrange() |
| | | }, |
| | | // çç¹å¾å·¦ä¾§checkboxå¼é䏿è
åæ¶æ¶ |
| | | checkboxSingle(val) { |
| | | 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() |
| | | this.formBottom.canArrangeNumber = 0 |
| | | // this.prepareArrange() |
| | | }, |
| | | 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() |
| | | // }, |
| | | // ç¹å»å¸¦åºæ°æ® |
| | | async getOnclickAdvancedSchedulingDevice() { |
| | | await this.facility_top()// 设å¤ä¼å
|
| | | |
| | | async getOnclickAdvancedSchedulingDevice() { |
| | | const res = await OnclickAdvancedSchedulingDevice(this.forms) |
| | | if (res.rus.Message) { this.$message.error(res.rus.Message) } |
| | | this.submit_flag = false |
| | | const list = [] |
| | | this.time_all = res |
| | | const cont = res.Cont |
| | | this.formBottom.real_num = 0 |
| | | for (const i in this.time_all.rows[0].children) { |
| | | if (res.rus.Message) { |
| | | this.$message.error(res.rus.Message) |
| | | } |
| | | |
| | | const data = res.rows // æ¿å°å¾
ææ°æ® å¯¹æ°æ®è¿è¡æ¹é |
| | | const cont = res.Cont // æ¿å°å·²ææ°æ® å¯¹æ°æ®è¿è¡æ¹é |
| | | |
| | | this.formBottom.canArrangeNumber = 0 |
| | | |
| | | // å°äºä¸ªæ¶é´æ®µè¿è¡èµå¼ |
| | | data.forEach(item => { |
| | | item.children.forEach(it => { |
| | | if (it.OneStartDate !== '') { |
| | | it.OneStartDate = it.OneStartDate.split('~') |
| | | it.OneStartDate[0] = item.YearDate + ' ' + it.OneStartDate[0] + ':00' |
| | | it.OneStartDate[1] = item.YearDate + ' ' + it.OneStartDate[1] + ':00' |
| | | } |
| | | |
| | | if (it.TwoStartDate !== '') { |
| | | it.TwoStartDate = it.TwoStartDate.split('~') |
| | | it.TwoStartDate[0] = item.YearDate + ' ' + it.TwoStartDate[0] + ':00' |
| | | it.TwoStartDate[1] = item.YearDate + ' ' + it.TwoStartDate[1] + ':00' |
| | | } |
| | | if (it.ThreeStartDate !== '') { |
| | | it.ThreeStartDate = it.ThreeStartDate.split('~') |
| | | it.ThreeStartDate[0] = item.YearDate + ' ' + it.ThreeStartDate[0] + ':00' |
| | | it.ThreeStartDate[1] = item.YearDate + ' ' + it.ThreeStartDate[1] + ':00' |
| | | } |
| | | if (it.FourStartDate !== '') { |
| | | it.FourStartDate = it.FourStartDate.split('~') |
| | | it.FourStartDate[0] = item.YearDate + ' ' + it.FourStartDate[0] + ':00' |
| | | it.FourStartDate[1] = item.YearDate + ' ' + it.FourStartDate[1] + ':00' |
| | | } |
| | | if (it.FiveStartDate !== '') { |
| | | it.FiveStartDate = it.FiveStartDate.split('~') |
| | | it.FiveStartDate[0] = item.YearDate + ' ' + it.FiveStartDate[0] + ':00' |
| | | it.FiveStartDate[1] = item.YearDate + ' ' + it.FiveStartDate[1] + ':00' |
| | | } |
| | | }) |
| | | }) |
| | | |
| | | // æå»º æè®¾å¤ä¼å
æç¨ç æ°æ®æ ¼å¼ schedulingData |
| | | const list = [] // 临æ¶list æå |
| | | data[0].children.forEach(item => { |
| | | const obj = { |
| | | id: '', |
| | | name: '', |
| | | AdvaDevicRhythm: '', |
| | | AdvaDevicRhythm: '', // èæå¤å°ç§ç产ä¸ä¸ªï¼ç产èæï¼ |
| | | status: true, |
| | | colorPair: { |
| | | dark: 'rgb(83, 186, 241,0.8)', |
| | |
| | | }, |
| | | gtArray: [] |
| | | } |
| | | obj.id = this.time_all.rows[0].children[i].AdvaDevicNumber |
| | | obj.name = this.time_all.rows[0].children[i].AdvaDevicName |
| | | obj.AdvaDevicRhythm = this.time_all.rows[0].children[ |
| | | i |
| | | ].AdvaDevicRhythm |
| | | obj.id = item.AdvaDevicNumber |
| | | obj.name = item.AdvaDevicName |
| | | obj.AdvaDevicRhythm = item.AdvaDevicRhythm |
| | | list.push(obj) |
| | | } |
| | | for (const i in this.time_all.rows) { |
| | | for (const j in this.time_all.rows[i].children) { |
| | | if (this.time_all.rows[i].children[j].OneStartDate != '') { |
| | | this.time_all.rows[i].children[ |
| | | j |
| | | ].OneStartDate = this.time_all.rows[i].children[ |
| | | j |
| | | ].OneStartDate.split('~') |
| | | this.time_all.rows[i].children[j].OneStartDate[0] = |
| | | this.time_all.rows[i].YearDate + |
| | | ' ' + |
| | | this.time_all.rows[i].children[j].OneStartDate[0] |
| | | this.time_all.rows[i].children[j].OneStartDate[1] = |
| | | this.time_all.rows[i].YearDate + |
| | | ' ' + |
| | | this.time_all.rows[i].children[j].OneStartDate[1] |
| | | } |
| | | if (this.time_all.rows[i].children[j].TwoStartDate != '') { |
| | | this.time_all.rows[i].children[ |
| | | j |
| | | ].TwoStartDate = this.time_all.rows[i].children[ |
| | | j |
| | | ].TwoStartDate.split('~') |
| | | this.time_all.rows[i].children[j].TwoStartDate[0] = |
| | | this.time_all.rows[i].YearDate + |
| | | ' ' + |
| | | this.time_all.rows[i].children[j].TwoStartDate[0] |
| | | this.time_all.rows[i].children[j].TwoStartDate[1] = |
| | | this.time_all.rows[i].YearDate + |
| | | ' ' + |
| | | this.time_all.rows[i].children[j].TwoStartDate[1] |
| | | } |
| | | if (this.time_all.rows[i].children[j].ThreeStartDate != '') { |
| | | this.time_all.rows[i].children[ |
| | | j |
| | | ].ThreeStartDate = this.time_all.rows[i].children[ |
| | | j |
| | | ].ThreeStartDate.split('~') |
| | | this.time_all.rows[i].children[j].ThreeStartDate[0] = |
| | | this.time_all.rows[i].YearDate + |
| | | ' ' + |
| | | this.time_all.rows[i].children[j].ThreeStartDate[0] |
| | | this.time_all.rows[i].children[j].ThreeStartDate[1] = |
| | | this.time_all.rows[i].YearDate + |
| | | ' ' + |
| | | this.time_all.rows[i].children[j].ThreeStartDate[1] |
| | | } |
| | | if (this.time_all.rows[i].children[j].FourStartDate != '') { |
| | | this.time_all.rows[i].children[ |
| | | j |
| | | ].FourStartDate = this.time_all.rows[i].children[ |
| | | j |
| | | ].FourStartDate.split('~') |
| | | this.time_all.rows[i].children[j].FourStartDate[0] = |
| | | this.time_all.rows[i].YearDate + |
| | | ' ' + |
| | | this.time_all.rows[i].children[j].FourStartDate[0] |
| | | this.time_all.rows[i].children[j].FourStartDate[1] = |
| | | this.time_all.rows[i].YearDate + |
| | | ' ' + |
| | | this.time_all.rows[i].children[j].FourStartDate[1] |
| | | } |
| | | if (this.time_all.rows[i].children[j].FiveStartDate != '') { |
| | | this.time_all.rows[i].children[ |
| | | j |
| | | ].FiveStartDate = this.time_all.rows[i].children[ |
| | | j |
| | | ].FiveStartDate.split('~') |
| | | this.time_all.rows[i].children[j].FiveStartDate[0] = |
| | | this.time_all.rows[i].YearDate + |
| | | ' ' + |
| | | this.time_all.rows[i].children[j].FiveStartDate[0] |
| | | this.time_all.rows[i].children[j].FiveStartDate[1] = |
| | | this.time_all.rows[i].YearDate + |
| | | ' ' + |
| | | this.time_all.rows[i].children[j].FiveStartDate[1] |
| | | } |
| | | } |
| | | } |
| | | // ç»åæ°çç»æ |
| | | }) |
| | | |
| | | // ç»åæ°çç»æ æµ
绿è²èæ¯æ¡ |
| | | const newList = [] |
| | | for (const i in this.time_all.rows) { |
| | | for (const j in this.time_all.rows[i].children) { |
| | | if (this.time_all.rows[i].children[j].OneStartDate != '') { |
| | | 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 = this.time_all.rows[i].children[j].AdvaDevicNumber |
| | | data1.start = this.time_all.rows[i].children[j].OneStartDate[0] |
| | | data1.end = this.time_all.rows[i].children[j].OneStartDate[1] |
| | | data1.mod = |
| | | (this.time_all.rows[i].children[j].AdvaDevicCropMob * 1) / |
| | | 100 |
| | | data1.id = data[i].children[j].AdvaDevicNumber |
| | | data1.start = data[i].children[j].OneStartDate[0] |
| | | data1.end = data[i].children[j].OneStartDate[1] |
| | | // AdvaDevicCropMob 稼å¨ç AdvaDevicRhythm çäº§èæ |
| | | data1.mod = (data[i].children[j].AdvaDevicCropMob * 1) / 100 // 稼å¨ç |
| | | newList.push(data1) |
| | | } |
| | | if (this.time_all.rows[i].children[j].TwoStartDate != '') { |
| | | if (data[i].children[j].TwoStartDate !== '') { |
| | | const data2 = { |
| | | id: '', |
| | | start: '', |
| | | end: '', |
| | | mod: '' |
| | | } |
| | | data2.id = this.time_all.rows[i].children[j].AdvaDevicNumber |
| | | data2.start = this.time_all.rows[i].children[j].TwoStartDate[0] |
| | | data2.end = this.time_all.rows[i].children[j].TwoStartDate[1] |
| | | data2.mod = |
| | | (this.time_all.rows[i].children[j].AdvaDevicCropMob * 1) / |
| | | 100 |
| | | 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 (this.time_all.rows[i].children[j].ThreeStartDate != '') { |
| | | if (data[i].children[j].ThreeStartDate !== '') { |
| | | const data3 = { |
| | | id: '', |
| | | start: '', |
| | | end: '', |
| | | mod: '' |
| | | } |
| | | data3.id = this.time_all.rows[i].children[j].AdvaDevicNumber |
| | | data3.start = this.time_all.rows[i].children[ |
| | | j |
| | | ].ThreeStartDate[0] |
| | | data3.end = this.time_all.rows[i].children[j].ThreeStartDate[1] |
| | | data3.mod = |
| | | (this.time_all.rows[i].children[j].AdvaDevicCropMob * 1) / |
| | | 100 |
| | | 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 (this.time_all.rows[i].children[j].FourStartDate != '') { |
| | | if (data[i].children[j].FourStartDate !== '') { |
| | | const data4 = { |
| | | id: '', |
| | | start: '', |
| | | end: '', |
| | | mod: '' |
| | | } |
| | | data4.id = this.time_all.rows[i].children[j].AdvaDevicNumber |
| | | data4.start = this.time_all.rows[i].children[ |
| | | j |
| | | ].FourStartDate[0] |
| | | data4.end = this.time_all.rows[i].children[j].FourStartDate[1] |
| | | data4.mod = |
| | | (this.time_all.rows[i].children[j].AdvaDevicCropMob * 1) / |
| | | 100 |
| | | 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 (this.time_all.rows[i].children[j].FiveStartDate != '') { |
| | | if (data[i].children[j].FiveStartDate !== '') { |
| | | const data5 = { |
| | | id: '', |
| | | start: '', |
| | | end: '', |
| | | mod: '' |
| | | } |
| | | data5.id = this.time_all.rows[i].children[j].AdvaDevicNumber |
| | | data5.start = this.time_all.rows[i].children[ |
| | | j |
| | | ].FiveStartDate[0] |
| | | data5.end = this.time_all.rows[i].children[j].FiveStartDate[1] |
| | | data5.mod = |
| | | (this.time_all.rows[i].children[j].AdvaDevicCropMob * 1) / |
| | | 100 |
| | | 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.pushTiem(newList, list[i].id, list[i].gtArray) |
| | | this.pushItem(newList, list[i].id, list[i].gtArray) |
| | | } |
| | | this.bm_data = list |
| | | console.log(this.bm_data, 678) |
| | | const _this = this |
| | | if (cont != '') { |
| | | |
| | | this.schedulingData = list |
| | | |
| | | if (cont !== '') { |
| | | for (const i in cont) { |
| | | for (const j in this.bm_data) { |
| | | if (this.bm_data[j].id == cont[i].eqp_code) { |
| | | 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, |
| | | cl_code: cont[i].part_code, |
| | | AdvaScheUom: cont[i].uom_name, // åä½ |
| | | 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' |
| | | // type: cont[i].status === 'S' ? 'h_schedule' : 'bm_schedule' |
| | | type: 'h_schedule' |
| | | } |
| | | this.bm_data[j].flag = 'isCont' |
| | | this.bm_data[j].gtArray.unshift(data) |
| | | this.schedulingData[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 |
| | | 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.$forceUpdate() |
| | | }, |
| | | // æ¢åæ¶é´ |
| | | MinutesTest(time) { |
| | | var sdate1 = new Date(time) |
| | | sdate1.setMinutes(sdate1.getMinutes() + this.formBottom.times * 1) |
| | | var now = |
| | | sdate1.getFullYear() + |
| | | '-' + |
| | | this.add_one(sdate1.getMonth()) + |
| | | '-' + |
| | | sdate1.getDate() + |
| | | ' ' + |
| | | sdate1.getHours() + |
| | | ':' + |
| | | sdate1.getMinutes() + |
| | | ':' + |
| | | sdate1.getSeconds() |
| | | return now |
| | | }, |
| | | // +1 |
| | | add_one(date) { |
| | | return parseInt(date) + 1 |
| | | }, |
| | | // æå
¥äº§è½æ¶é´æ®µ |
| | | pushTiem(newList, id, arr) { |
| | | for (const i in newList) { |
| | | if (newList[i].id == id) { |
| | | const data = { |
| | | start: newList[i].start, |
| | | end: newList[i].end, |
| | | id: newList[i].id, |
| | | mod: newList[i].mod, |
| | | type: 'capacity' |
| | | } |
| | | arr.push(data) |
| | | } |
| | | } |
| | | }, |
| | | getNowFormatDate() { |
| | | var date = new Date() |
| | | var seperator1 = '-' |
| | | var year = date.getFullYear() |
| | | var month = date.getMonth() + 1 |
| | | // var strDate = date.getDate()+1; |
| | | var strDate = date.getDate() |
| | | if (month >= 1 && month <= 9) { |
| | | month = '0' + month |
| | | } |
| | | if (strDate >= 0 && strDate <= 9) { |
| | | strDate = '0' + strDate |
| | | } |
| | | var currentdate = year + seperator1 + month + seperator1 + strDate |
| | | return currentdate |
| | | }, |
| | | // è¡ç¹å»äºä»¶ |
| | | getCurrentRow(row) { |
| | | this.radioSelectedId = row.AdvaScheId |
| | | // this.show =true |
| | | this.formBottom.meter = row.AdvaScheQty * 1 - row.AdvaScheYPQty * 1 // å¯ä»¥åä¸ªæ° |
| | | this.formBottom.scheDate = [] |
| | | this.cl_name = row.AdvaSchePartName |
| | | this.cl_code = row.AdvaSchePartNumber |
| | | this.AdvaScheUom = row.AdvaScheUom |
| | | this.work_order = row.AdvaScheWorkCode |
| | | |
| | | this.formBottom.scheDate.push(this.getNowFormatDate()) |
| | | this.formBottom.scheDate.push(row.AdvaScheEndDate) |
| | | 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.forms.wocode = row.AdvaScheWorkCode |
| | | this.forms.wkshpcode = row.AdvaScheWorkShopid |
| | | this.forms.partcode = row.AdvaSchePartNumber |
| | | this.forms.botproccode = row.AdvaScheBotProcid |
| | | this.forms.startdate = this.getNowFormatDate() |
| | | this.forms.enddate = row.AdvaScheEndDate |
| | | this.getOnclickAdvancedSchedulingDevice() |
| | | this.formUpdata.WorkCode = row.AdvaScheWorkCode |
| | | this.formUpdata.BotProceCode = row.AdvaScheBotProcid |
| | | this.search_from.WorkTime = |
| | | this.getNowFormatDate() + '~' + row.AdvaScheEndDate |
| | | this.search_from.BotProceName = row.AdvaScheBotProcName |
| | | }, |
| | | // æäº¤æç¨ |
| | | async click_yes() { |
| | | if (this.submit_flag) { |
| | | this.$message.error('æ°éæªæå®,è¯·è®¾ç½®äº§è½æ¶é´') |
| | | } else { |
| | | const list = [] // æäº¤æ°ç» |
| | | for (const i in this.bm_data) { |
| | | 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]) |
| | | } |
| | | } |
| | | if (arr != '') { |
| | | for (const i in arr) { |
| | | const data = { |
| | | AlreDevicNumber: '', |
| | | AlreStartDate: '', |
| | | AlreEndDate: '', |
| | | AlreQty: '' |
| | | } |
| | | data.AlreDevicNumber = arr[i].id |
| | | data.AlreStartDate = arr[i].start |
| | | data.AlreEndDate = arr[i].end |
| | | data.AlreQty = arr[i].number |
| | | list.push(data) |
| | | } |
| | | } |
| | | } |
| | | // æç¨ç¸å设å¤è·åå¼å§æ¶é´ ç»ææ¶é´ æ°éçæ»å |
| | | // è¿æ»¤ |
| | | let updata = [] |
| | | for (const i in list) { |
| | | if (list[i].AlreStartDate != '') { |
| | | updata.push(list[i]) |
| | | } |
| | | } |
| | | |
| | | updata = JSON.stringify(updata) |
| | | this.formUpdata.json = updata |
| | | if (list == '') { |
| | | this.$message.error('请å
颿') |
| | | return false |
| | | } |
| | | |
| | | const formData = new FormData() |
| | | formData.append('wocode', this.formUpdata.WorkCode) |
| | | formData.append('botprocecode', this.formUpdata.BotProceCode) |
| | | formData.append('json', this.formUpdata.json) |
| | | |
| | | const res = await SubmitAlreadyScheduling(formData) |
| | | |
| | | if (res.code === '200') { |
| | | this.$message.success(res.Message) |
| | | } |
| | | |
| | | this.formBottom.meter = 0 |
| | | this.formBottom.real_num = 0 |
| | | await this.getOnclickAdvancedSchedulingDevice() |
| | | await this.getAdvancedSchedulingSearch() |
| | | } |
| | | }, |
| | | // æ¶é´/设å¤ä¼å
æç¨ |
| | | click_schedule() { |
| | | const timestamp = new Date().toLocaleDateString() |
| | | if (new Date(this.formBottom.scheDate[0]) < new Date(timestamp)) { |
| | | this.$message.error('æç¨æ¶é´ä¸å¯ä»¥å°äºå½åæ¶é´!') |
| | | return false |
| | | } |
| | | |
| | | this.nitialize()// æå¨è¿æ»¤ææè®¾å¤å·²æç¨ |
| | | |
| | | if (this.bm_data != '' && this.formBottom.types == 'N') { // 设å¤ä¼å
|
| | | this.fun_time() |
| | | this.change_num(this.bm_data) |
| | | } else if (this.facility_data != '' && this.formBottom.types == 'Y') { // æ¶é´ä¼å
|
| | | this.time_nitalize() |
| | | this.fun_facility() |
| | | this.dataTransition() |
| | | this.change_num(this.bm_data) |
| | | } |
| | | 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') |
| | | } |
| | | }, |
| | | // æå¨è¿æ»¤ææè®¾å¤å·²æç¨ |
| | | 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]) |
| | | } |
| | | } |
| | | this.bm_data[i].gtArray = newArr |
| | | } |
| | | }, |
| | | // ç»æç¨æåä¸ä¸ªä¿®æ¹æ°é |
| | | change_num(arr) { |
| | | this.formBottom.real_num = 0 // çå®å·²ææ°é |
| | | let num = 0 // åæ´å·²ææ°é |
| | | const arr_num = [] // å·²ææ°æ® |
| | | let mend_num = 0 |
| | | const len = 0 |
| | | for (const i in arr) { |
| | | for (const j in arr[i].gtArray) { |
| | | if (arr[i].gtArray[j].type == 'schedule') { |
| | | arr_num.unshift(arr[i].gtArray[j]) |
| | | } |
| | | } |
| | | } |
| | | |
| | | for (const n in arr_num) { |
| | | this.formBottom.real_num += arr_num[n].real_number |
| | | num += arr_num[n].number * 1 |
| | | } |
| | | |
| | | this.formBottom.real_num = Math.ceil(this.formBottom.real_num) |
| | | const y10 = this.formBottom.meter - this.formBottom.real_num |
| | | if (y10 <= 10) { |
| | | this.formBottom.real_num = this.formBottom.meter |
| | | 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 |
| | | } |
| | | for (const i in this.bm_data) { |
| | | for (const j in this.bm_data[i].gtArray) { |
| | | if ( |
| | | this.bm_data[i].gtArray[j].type == 'schedule' && |
| | | this.bm_data[i].gtArray[j].end_num |
| | | ) { |
| | | this.bm_data[i].gtArray[j].number = |
| | | this.bm_data[i].gtArray[j].number * 1 + mend_num |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | 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) { |
| | | 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()) |
| | | // 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') |
| | | if (end_arr && end_arr.length > 0) { |
| | | capacity_arr = nend_arr.map(item => { |
| | | // æé¤æå·²ç»æç¨çåå¨hsheduleï¼startï¼endé½ç¸ççæ
åµ |
| | | const schedule = 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() |
| | | }) |
| | | if (schedule && schedule.length > 0) { |
| | | item.start = this.MinutesTest(schedule[0]['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() |
| | | }) |
| | | if (schedule1 && schedule1.length > 0) { |
| | | item.capacity = false |
| | | } |
| | | |
| | | return item |
| | | }).filter(item => item.capacity != false) |
| | | } else { |
| | | capacity_arr = nend_arr |
| | | } |
| | | |
| | | const id_obj = { |
| | | id: '', |
| | | start_time: '' |
| | | } |
| | | 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 = '' |
| | | const data = { |
| | | id: capacity_arr[w].id, |
| | | start: '', |
| | | end: '', |
| | | type: 'schedule', |
| | | cl_name: this.cl_name, |
| | | cl_code: this.cl_code, |
| | | work_order: this.work_order, |
| | | number: 0, |
| | | real_number: 0 |
| | | } |
| | | 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 |
| | | end_time = this.formSeconds(nowTime, data.start, capacity_arr[w].mod) // æ»å
±çç»ææ¶é´ |
| | | data.end = end_time |
| | | mistiming = this.formTime( |
| | | end_time, |
| | | capacity_arr[w].end, |
| | | capacity_arr[w].mod |
| | | ) // æ»å
±çç»ææ¶é´-å½åçç»ææ¶é´ = å©ä¸å¤ä¹
æ¶é´ |
| | | if (mistiming >= 0) { |
| | | console.log( |
| | | new Date(data.end) - new Date(data.start), |
| | | capacity_arr[w].mod, |
| | | this.bm_data[i].AdvaDevicRhythm, |
| | | 'é¿æ¯é¡¿åæ¯èè¬' |
| | | ) |
| | | data.number = |
| | | ((new Date(data.end) - new Date(data.start)) * |
| | | capacity_arr[w].mod) / |
| | | this.bm_data[i].AdvaDevicRhythm / |
| | | 1000 |
| | | data.real_number = |
| | | ((new Date(data.end) - new Date(data.start)) * |
| | | capacity_arr[w].mod) / |
| | | this.bm_data[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) |
| | | } |
| | | |
| | | return false |
| | | } else { |
| | | data.end = capacity_arr[w].end |
| | | data.number = |
| | | ((new Date(data.end) - new Date(data.start)) * |
| | | capacity_arr[w].mod) / |
| | | this.bm_data[i].AdvaDevicRhythm / |
| | | 1000 |
| | | data.real_number = |
| | | ((new Date(data.end) - new Date(data.start)) * |
| | | capacity_arr[w].mod) / |
| | | this.bm_data[i].AdvaDevicRhythm / |
| | | 1000 |
| | | data.number = data.number.toFixed(0) |
| | | |
| | | nowTime = |
| | | (all_num - data.real_number) * this.bm_data[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) |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | // è®¾å¤æç¨æ¹æ³ |
| | | fun_facility() { |
| | | // æé¤æªå¾é项 |
| | | for (const i in this.facility_data) { |
| | | 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]) |
| | | } |
| | | } |
| | | this.facility_data[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 |
| | | |
| | | for (const i in this.facility_data) { |
| | | 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()) |
| | | // 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) |
| | | capacity_arr = JSON.parse(JSON.stringify(nend_arr)) |
| | | 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(i, capacity_arr[i], 'ååå') |
| | | capacity_arr.splice(i, 1) |
| | | break |
| | | } |
| | | } |
| | | }) |
| | | console.log(capacity_arr, '大西ç') |
| | | |
| | | 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() |
| | | }) |
| | | return remain |
| | | }) |
| | | console.log(schedule_arr) |
| | | 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() |
| | | })[0] |
| | | console.log('capacity', capcity) |
| | | capcity.start = this.MinutesTest(item.end) |
| | | return capcity |
| | | }) |
| | | 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) |
| | | } |
| | | |
| | | for (const w in capacity_arr) { |
| | | let end_time |
| | | let mistiming |
| | | const data = { |
| | | id: capacity_arr[w].id, |
| | | start: '', |
| | | end: '', |
| | | type: 'schedule', |
| | | cl_name: this.cl_name, |
| | | cl_code: this.cl_code, |
| | | work_order: this.work_order, |
| | | number: 0, |
| | | real_number: 0 |
| | | } |
| | | // console.log(id_obj.start_time) |
| | | if ( |
| | | id_obj && |
| | | new Date(id_obj.start_time).getTime() >= |
| | | new Date(capacity_arr[w].start).getTime() |
| | | ) { |
| | | if (data.id == id_obj.id) { |
| | | data.start = this.MinutesTest(id_obj.start_time) |
| | | // flag1 =1 |
| | | } else { |
| | | data.start = capacity_arr[w].start |
| | | // console.log(data.start) |
| | | // flag1 =1 |
| | | } |
| | | } else { |
| | | data.start = capacity_arr[w].start |
| | | } |
| | | // let nowTime = this.facility_data[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) |
| | | 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 = data.number.toFixed(0) |
| | | data.end_num = true |
| | | |
| | | if (new Date(data.start) >= new Date(data.end)) { |
| | | } else { |
| | | this.facility_data[i].gtArray.push(data) |
| | | } |
| | | |
| | | return false |
| | | } else { |
| | | data.end = capacity_arr[w].end |
| | | 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) |
| | | nowTime = (all_num - data.real_number) * capacity_arr[w].rhythm |
| | | all_num = all_num - data.real_number |
| | | |
| | | // nowTime = mistiming * -1 |
| | | if (new Date(data.start) >= new Date(data.end)) { |
| | | } else { |
| | | this.facility_data[i].gtArray.push(data) |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | // ç»è®¾å¤è½¬æ¢æ ¼å¼ |
| | | dataTransition() { |
| | | this.bm_data = [] |
| | | const data = this.facility_data |
| | | |
| | | const all = [] |
| | | const list = this.title_list |
| | | for (const i in data) { |
| | | for (const j in data[i].gtArray) { |
| | | all.push(data[i].gtArray[j]) |
| | | } |
| | | } |
| | | |
| | | for (const i in list) { |
| | | list[i].gtArray = [] |
| | | this.pushTiemsss(all, list[i].id, list[i].gtArray) |
| | | } |
| | | |
| | | for (const n in list) { |
| | | if (list[n].gtArray.length == 0) { |
| | | list[n].status = false |
| | | } |
| | | } |
| | | |
| | | // console.log(list) |
| | | this.bm_data = list |
| | | }, |
| | | // æå
¥äº§è½æ¶é´æ®µ |
| | | pushTiemsss(newList, id, arr) { |
| | | for (const i in newList) { |
| | | if (newList[i].id == id) { |
| | | arr.push(newList[i]) |
| | | } |
| | | } |
| | | }, |
| | | // 设å¤ä¼å
|
| | | async facility_top() { |
| | | const res = await OnclickAdvancedSchedulingDevice(this.forms) |
| | | |
| | | this.show = true |
| | | const data = res.rows |
| | | const cont = res.Cont |
| | | this.title_list = [] |
| | | // 设å¤ä¼å
çæ°æ®æ ¼å¼ |
| | | this.eqpTopTempData = [] |
| | | for (const i in data[0].children) { |
| | | const obj = { |
| | | id: '', |
| | |
| | | obj.AdvaDevicRhythm = data[0].children[i].AdvaDevicRhythm |
| | | // obj.mod =data[0].children[i].AdvaDevicCropMob *1 |
| | | |
| | | this.title_list.push(obj) |
| | | this.eqpTopTempData.push(obj) |
| | | } |
| | | 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] |
| | | } |
| | | } |
| | | } |
| | | // æ´æ¹æ ¼å¼ |
| | | this.facility_data = [] |
| | | |
| | | // æ´æ¹æ ¼å¼ |
| | | this.timeTopTempData = [] |
| | | |
| | | // æå»ºææ¶é´ä¼å
çæç¨æ°æ®æ ¼å¼ timeTopTempData |
| | | for (const i in data) { |
| | | const time = { |
| | | date: data[i].YearDate, |
| | | 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, |
| | | type: 'capacity', |
| | | rhythm: data[i].children[j].AdvaDevicRhythm, |
| | | rhythm: data[i].children[j].AdvaDevicRhythm, // çäº§èæ |
| | | start: data[i].children[j].OneStartDate[0], |
| | | end: data[i].children[j].OneStartDate[1], |
| | | mod: (data[i].children[j].AdvaDevicCropMob * 1) / 100 |
| | | } |
| | | 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.facility_data.push(time) |
| | | this.timeTopTempData.push(time) |
| | | } |
| | | |
| | | if (cont != '') { |
| | | if (cont !== '') { |
| | | for (const i in cont) { |
| | | const date_time = cont[i].time_start.split(' ') |
| | | const cont_date = date_time[0] |
| | | for (const j in this.facility_data) { |
| | | for (const j in this.timeTopTempData) { |
| | | const data = { |
| | | id: cont[i].eqp_code, |
| | | date: cont_date, |
| | | date: cont[i].time_start.split(' ')[0], |
| | | number: cont[i].alloc_qty, |
| | | cl_name: cont[i].part_name, |
| | | cl_code: this.cl_code, |
| | | cl_code: cont[i].part_code, |
| | | AdvaScheUom: cont[i].uom_name, // åä½ |
| | | work_order: cont[i].wo_code, |
| | | start: cont[i].time_start, |
| | | end: cont[i].time_end, |
| | | type: 'h_schedule' |
| | | } |
| | | if (this.facility_data[j].date == data.date) { |
| | | this.facility_data[j].gtArray.unshift(data) |
| | | if (this.timeTopTempData[j].date === data.date) { |
| | | this.timeTopTempData[j].gtArray.unshift(data) |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | // æ¢åæ¶é´ |
| | | MinutesTest(time) { |
| | | const t = new Date(time) |
| | | t.setMinutes(t.getMinutes() + this.formBottom.times * 1) |
| | | const now = |
| | | t.getFullYear() + |
| | | '-' + |
| | | (t.getMonth() + 1).toString().padStart(2, '0') + |
| | | '-' + |
| | | t.getDate().toString().padStart(2, '0') + |
| | | ' ' + |
| | | t.getHours().toString().padStart(2, '0') + |
| | | ':' + |
| | | t.getMinutes().toString().padStart(2, '0') + |
| | | ':' + |
| | | t.getSeconds().toString().padStart(2, '0') |
| | | return now |
| | | }, |
| | | // æå
¥äº§è½æ¶é´æ®µ |
| | | pushItem(newList, id, arr) { |
| | | for (const i in newList) { |
| | | if (newList[i].id === id) { |
| | | const data = { |
| | | start: newList[i].start, |
| | | end: newList[i].end, |
| | | id: newList[i].id, |
| | | mod: newList[i].mod, |
| | | type: 'capacity' |
| | | } |
| | | arr.push(data) |
| | | } |
| | | } |
| | | }, |
| | | // è¡ç¹å»äºä»¶ |
| | | getCurrentRow(row) { |
| | | this.radioSelectedId = row.AdvaScheId // æç¨idèµå¼ç»éä¸è¡id |
| | | |
| | | this.formBottom.needArrangeNumber = row.AdvaScheQty * 1 - row.AdvaScheYPQty * 1 // éææ°é = æªæç¨æ°é - å·²æç¨æ°é |
| | | this.formBottom.scheDate = [] // æç¨æ¥æç½®ç©º |
| | | this.cl_name = row.AdvaSchePartName // 产ååç§° |
| | | this.cl_code = row.AdvaSchePartNumber // 产åç¼ç |
| | | this.AdvaScheUom = row.AdvaScheUom // 产ååä½ |
| | | this.work_order = row.AdvaScheWorkCode // å·¥åç¼å· |
| | | |
| | | this.formBottom.scheDate.push(handleDatetime(new Date())) // å½åæ¥æï¼ä»å¤©ï¼ |
| | | this.formBottom.scheDate.push(row.AdvaScheEndDate) // è¦æ±äº¤ä»æ¶é´ |
| | | 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.forms.wocode = row.AdvaScheWorkCode // å·¥åç¼å· |
| | | this.forms.wkshpcode = row.AdvaScheWorkShopid // 车é´ç¼ç |
| | | this.forms.partcode = row.AdvaSchePartNumber // 产åç¼ç |
| | | this.forms.botproccode = row.AdvaScheBotProcid // å·¥èºè·¯çº¿ç¼ç |
| | | this.forms.startdate = handleDatetime(new Date()) // å½åæ¥æï¼ä»å¤©ï¼ |
| | | this.forms.enddate = row.AdvaScheEndDate // è¦æ±äº¤ä»æ¶é´ |
| | | this.getOnclickAdvancedSchedulingDevice() |
| | | this.formUpdate.WorkCode = row.AdvaScheWorkCode // å·¥åç¼å· |
| | | this.formUpdate.BotProceCode = row.AdvaScheBotProcid // å·¥èºè·¯çº¿ç¼ç |
| | | }, |
| | | // æäº¤æç¨ |
| | | async prepareSubmit() { |
| | | if (this.formBottom.canArrangeNumber !== this.formBottom.needArrangeNumber) { |
| | | this.$message.error('æ°éæªæå®ï¼è¯·è®¾ç½®äº§è½æ¶é´ï¼') |
| | | } else { |
| | | const list = [] // æäº¤æ°ç» |
| | | for (const i in this.schedulingData) { |
| | | const arr = [] |
| | | 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 !== '') { |
| | | for (const i in arr) { |
| | | const data = { |
| | | AlreDevicNumber: '', |
| | | AlreStartDate: '', |
| | | AlreEndDate: '', |
| | | AlreQty: '' |
| | | } |
| | | data.AlreDevicNumber = arr[i].id |
| | | data.AlreStartDate = arr[i].start |
| | | data.AlreEndDate = arr[i].end |
| | | data.AlreQty = arr[i].number |
| | | list.push(data) |
| | | } |
| | | } |
| | | } |
| | | // æç¨ç¸å设å¤è·åå¼å§æ¶é´ ç»ææ¶é´ æ°éçæ»å |
| | | // è¿æ»¤ |
| | | let update = [] |
| | | for (const i in list) { |
| | | if (list[i].AlreStartDate !== '') { |
| | | update.push(list[i]) |
| | | } |
| | | } |
| | | |
| | | update = JSON.stringify(update) |
| | | this.formUpdate.json = update |
| | | if (list === '') { |
| | | this.$message.error('请å
颿') |
| | | return false |
| | | } |
| | | |
| | | const formData = new FormData() |
| | | formData.append('wocode', this.formUpdate.WorkCode) |
| | | formData.append('botprocecode', this.formUpdate.BotProceCode) |
| | | formData.append('json', this.formUpdate.json) |
| | | |
| | | const res = await SubmitAlreadyScheduling(formData) |
| | | |
| | | if (res.code === '200') { |
| | | this.$message.success(res.Message) |
| | | } |
| | | |
| | | this.formBottom.needArrangeNumber = 0 |
| | | this.formBottom.canArrangeNumber = 0 |
| | | await this.getOnclickAdvancedSchedulingDevice() |
| | | await this.getAdvancedSchedulingSearch() |
| | | } |
| | | }, |
| | | // æ¶é´/设å¤ä¼å
æç¨ |
| | | prepareArrange() { |
| | | const timestamp = new Date().toLocaleDateString() |
| | | |
| | | if (new Date(this.formBottom.scheDate[1]) < new Date(timestamp)) { |
| | | this.$message.error('æç¨æ¥æä¸å¯ä»¥å°äºå½åæ¶é´!') |
| | | return false |
| | | } |
| | | this.filterAlreadyScheduleEqp()// æå¨è¿æ»¤ææè®¾å¤å·²æç¨ |
| | | |
| | | // 设å¤ä¼å
æè
æ¶é´ä¼å
å¯¹æ°æ®è¿è¡çæ ¼å¼è½¬æ¢ |
| | | if (this.schedulingData !== '' && this.formBottom.types === 'N') { // 设å¤ä¼å
|
| | | this.eqpDataTransition() |
| | | this.editLastValue(this.schedulingData) |
| | | } else if (this.timeTopTempData !== '' && this.formBottom.types === 'Y') { // æ¶é´ä¼å
|
| | | this.filterAlreadyScheduleTime() // æå¨è¿æ»¤æææ¶é´å·²æç¨ |
| | | this.timeDataTransition() |
| | | this.dataTransition() |
| | | this.editLastValue(this.schedulingData) |
| | | } |
| | | }, |
| | | // æå¨è¿æ»¤æææ¶é´å·²æç¨ |
| | | filterAlreadyScheduleTime() { |
| | | this.timeTopTempData.forEach(item => { |
| | | if (item.gtArray && item.gtArray.length > 0) { |
| | | item.gtArray = item.gtArray.filter(it => it.type !== 'schedule') |
| | | } |
| | | }) |
| | | }, |
| | | // æå¨è¿æ»¤ææè®¾å¤å·²æç¨ |
| | | filterAlreadyScheduleEqp() { |
| | | this.schedulingData.forEach(item => { |
| | | if (item.gtArray && item.gtArray.length > 0) { |
| | | item.gtArray = item.gtArray.filter(it => it.type !== 'schedule') |
| | | } |
| | | }) |
| | | }, |
| | | // ç»æç¨æåä¸ä¸ªä¿®æ¹æ°é |
| | | editLastValue(arr) { |
| | | this.formBottom.canArrangeNumber = 0 // çå®å·²ææ°é |
| | | let num = 0 // åæ´å·²ææ°é |
| | | const arr_num = [] // å·²ææ°æ® |
| | | let need_num = 0 |
| | | for (const i in arr) { |
| | | for (const j in arr[i].gtArray) { |
| | | if (arr[i].gtArray[j].type === 'schedule') { |
| | | arr_num.unshift(arr[i].gtArray[j]) |
| | | } |
| | | } |
| | | } |
| | | |
| | | for (const n in arr_num) { |
| | | this.formBottom.canArrangeNumber += arr_num[n].real_number |
| | | num += arr_num[n].number * 1 |
| | | } |
| | | |
| | | this.formBottom.canArrangeNumber = Math.ceil(this.formBottom.canArrangeNumber) |
| | | const y10 = this.formBottom.needArrangeNumber - this.formBottom.canArrangeNumber |
| | | if (y10 <= 10) { |
| | | this.formBottom.canArrangeNumber = this.formBottom.needArrangeNumber |
| | | need_num = this.formBottom.needArrangeNumber - num |
| | | } else { |
| | | } |
| | | 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].end_num |
| | | ) { |
| | | this.schedulingData[i].gtArray[j].number = |
| | | this.schedulingData[i].gtArray[j].number * 1 + need_num |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | // 设å¤ä¼å
æ°æ®æ ¼å¼è½¬æ¢ |
| | | eqpDataTransition() { |
| | | let needNumber = this.formBottom.needArrangeNumber // éææ°é |
| | | let flag1 = 0 |
| | | |
| | | for (const i in this.schedulingData) { |
| | | let end_arr = [] // å·²æç¨çæ°ç» |
| | | let need_arr = [] // å¾
æç¨çæ°ç» |
| | | |
| | | let capacity_arr = [] // è¦æç¨çæ°ç» |
| | | this.schedulingData[i].gtArray.sort((a, b) => new Date(a.end).getTime() - new Date(b.end).getTime()) |
| | | |
| | | end_arr = JSON.parse(JSON.stringify(this.schedulingData[i].gtArray.filter(item => item.type === 'h_schedule'))) // å·²æç¨æ°ç» |
| | | need_arr = JSON.parse(JSON.stringify(this.schedulingData[i].gtArray.filter(item => item.type === 'capacity'))) // 容é |
| | | |
| | | if (end_arr && end_arr.length > 0) { |
| | | capacity_arr = need_arr.map(item => { |
| | | // æé¤æå·²ç»æç¨çåå¨hsheduleï¼startï¼endé½ç¸ççæ
åµ |
| | | const schedule = end_arr.filter(it => { |
| | | return new Date(item.start).getTime() <= new Date(it.start).getTime() && |
| | | new Date(item.end).getTime() >= new Date(it.end).getTime() |
| | | }) |
| | | |
| | | if (schedule && schedule.length > 0) { |
| | | item.start = this.MinutesTest(schedule[schedule.length - 1]['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() |
| | | }) |
| | | if (schedule1 && schedule1.length > 0) { |
| | | item.capacity = false |
| | | } |
| | | |
| | | return item |
| | | }).filter(item => item.capacity !== false) |
| | | } else { |
| | | capacity_arr = need_arr |
| | | } |
| | | |
| | | const id_obj = { |
| | | id: '', |
| | | start_time: '' |
| | | } |
| | | if (end_arr != '') { |
| | | (id_obj.id = end_arr[0].id), (id_obj.start_time = end_arr[0].end) |
| | | } |
| | | |
| | | capacity_arr = this.filterOutTime(capacity_arr) // è¿æ»¤æå½åæ¶é´ä¹åçä¸è½æç¨ |
| | | |
| | | for (const w in capacity_arr) { |
| | | let end_time = '' |
| | | let mistiming = '' |
| | | const data = { |
| | | id: capacity_arr[w].id, |
| | | start: '', |
| | | end: '', |
| | | type: 'schedule', |
| | | cl_name: this.cl_name, |
| | | cl_code: this.cl_code, |
| | | work_order: this.work_order, |
| | | AdvaScheUom: this.AdvaScheUom, |
| | | number: 0, |
| | | real_number: 0 |
| | | } |
| | | if ( |
| | | id_obj.start_time !== '' && |
| | | flag1 === 0 && |
| | | new Date(id_obj.start_time).getTime() >= new Date(capacity_arr[w].start).getTime() |
| | | ) { |
| | | data.start = this.MinutesTest(id_obj.start_time) |
| | | flag1 = 1 |
| | | } else { |
| | | data.start = capacity_arr[w].start |
| | | } |
| | | let nowTime = (this.schedulingData[i].AdvaDevicRhythm * needNumber) / capacity_arr[w].mod |
| | | end_time = this.formSeconds(nowTime, data.start, capacity_arr[w].mod) // æ»å
±çç»ææ¶é´ |
| | | data.end = end_time |
| | | mistiming = this.compareTime( |
| | | end_time, |
| | | capacity_arr[w].end, |
| | | capacity_arr[w].mod |
| | | ) // æ»å
±çç»ææ¶é´-å½åçç»ææ¶é´ = å©ä¸å¤ä¹
æ¶é´ |
| | | if (mistiming >= 0) { |
| | | data.number = |
| | | ((new Date(data.end) - new Date(data.start)) * |
| | | capacity_arr[w].mod) / |
| | | this.schedulingData[i].AdvaDevicRhythm / |
| | | 1000 |
| | | data.real_number = |
| | | ((new Date(data.end) - new Date(data.start)) * |
| | | capacity_arr[w].mod) / |
| | | 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.schedulingData[i].gtArray.push(data) |
| | | } |
| | | return false |
| | | } else { |
| | | data.end = capacity_arr[w].end |
| | | |
| | | if (new Date(data.end).getTime() < new Date(data.start)) { |
| | | continue // å 为å¼å§æ¶é´æ¯ç»ææ¶é´å¤§ éè¦è·³è¿å颿¥éª¤ |
| | | } |
| | | |
| | | // è¿éé¤ä»¥ä¸åæ¯å 为 new Date() å¾å°çæ¯æ¯«ç§ 毫ç§è½¬åä¸ºç§æ¯åè¿å¶ |
| | | // 䏿®µæ¶é´æ®µå
çç产é=两è
æ¶é´å·®ï¼æ¯«ç§ï¼/1000 / çäº§èæ * 稼å¨ç |
| | | data.number = |
| | | ((new Date(data.end) - new Date(data.start)) * |
| | | capacity_arr[w].mod) / |
| | | this.schedulingData[i].AdvaDevicRhythm / |
| | | 1000 |
| | | |
| | | data.real_number = |
| | | ((new Date(data.end) - new Date(data.start)) * |
| | | capacity_arr[w].mod) / |
| | | this.schedulingData[i].AdvaDevicRhythm / |
| | | 1000 |
| | | |
| | | data.number = data.number.toFixed(0) |
| | | |
| | | nowTime = (needNumber - data.real_number) * this.schedulingData[i].AdvaDevicRhythm |
| | | needNumber = needNumber - data.real_number |
| | | if (new Date(data.start) >= new Date(data.end)) { |
| | | |
| | | } else { |
| | | this.schedulingData[i].gtArray.push(data) |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | // æ¶é´ä¼å
æ°æ®æ ¼å¼è½¬æ¢ |
| | | timeDataTransition() { |
| | | // æé¤æªå¾é项 |
| | | for (const i in this.timeTopTempData) { |
| | | const newArr = [] |
| | | 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.timeTopTempData[i].gtArray = newArr |
| | | } |
| | | let needNumber = this.formBottom.needArrangeNumber // éææ°é |
| | | |
| | | // éé¢é»è¾è¦ææ¸
æ¥ å¾éè¦ |
| | | for (const i in this.timeTopTempData) { |
| | | let end_arr = [] |
| | | let need_arr = [] // æç¨çæ°ç» |
| | | |
| | | let capacity_arr = [] // è¦æç¨çæ°ç» |
| | | |
| | | this.timeTopTempData[i].gtArray.sort((a, b) => new Date(a.end).getTime() - new Date(b.end).getTime()) |
| | | |
| | | end_arr = JSON.parse(JSON.stringify(this.timeTopTempData[i].gtArray.filter(item => item.type === 'h_schedule'))) // å·²æç¨æ°æ® |
| | | need_arr = JSON.parse(JSON.stringify(this.timeTopTempData[i].gtArray.filter(item => item.type === 'capacity'))) // 容é |
| | | |
| | | capacity_arr = JSON.parse(JSON.stringify(need_arr)) // 容é |
| | | |
| | | // è·å坿ç¨çæ¶é´ 以便æ¥çå¾åæç¨ éåç»æè¦å¾å°çæ¯ å½åæ¥æå¯æå®¹é |
| | | end_arr.forEach((item, index) => { // å·²æç¨çæ°ç» |
| | | capacity_arr.forEach((it, ind) => { // 容éï¼æ¥äº§è½ï¼ |
| | | if (item.id === it.id && |
| | | new Date(item.start).getTime() >= new Date(it.start).getTime() && |
| | | new Date(item.end).getTime() === new Date(it.end).getTime() // new Date(item.end).getTime() <= new Date(it.end).getTime() |
| | | ) { |
| | | capacity_arr.splice(ind, 1) |
| | | } |
| | | }) |
| | | }) |
| | | |
| | | // continue:è¡¨ç¤ºè·³åºæ¬æ¬¡å¾ªç¯ï¼ä¹å°±æ¯ä¸æ§è¡æ¬æ¬¡å¾ªç¯continueä¹åçæä½ |
| | | // break:表示跳åºå½åç循ç¯ï¼é对æ´ä¸ªå¾ªç¯ä½ç»æ¢åç»çéåï¼ |
| | | if (!capacity_arr || capacity_arr.length === 0) { |
| | | continue |
| | | } |
| | | |
| | | const schedule_arr = end_arr.filter(item => { |
| | | const remain = need_arr.some(it => { |
| | | return (new Date(item.start).getTime() >= new Date(it.start).getTime() && |
| | | new Date(item.end).getTime() < new Date(it.end).getTime()) |
| | | }) |
| | | |
| | | return remain |
| | | }) |
| | | |
| | | // ä¸é¢é»è¾å¾éè¦ |
| | | if (schedule_arr && schedule_arr.length > 0) { |
| | | const scheduleCan = schedule_arr.map(item => { |
| | | const temp = need_arr.filter(it => { |
| | | if (it.id === item.id) { |
| | | return (new Date(item.start).getTime() >= new Date(it.start).getTime() && |
| | | new Date(item.end).getTime() < new Date(it.end).getTime()) |
| | | // || |
| | | // (new Date(item.start).getTime() > new Date(it.start).getTime() && |
| | | // new Date(item.end).getTime() < new Date(it.end).getTime()) |
| | | } |
| | | })[0] |
| | | |
| | | temp.start = this.MinutesTest(item.end) |
| | | |
| | | return temp |
| | | }) |
| | | |
| | | const newSchedule = JSON.parse(JSON.stringify(scheduleCan)) |
| | | |
| | | capacity_arr.forEach(item => { |
| | | newSchedule.forEach(it => { |
| | | if (item.id === it.id && new Date(item.start).getTime() < new Date(it.start).getTime()) { |
| | | item.start = it.start |
| | | } |
| | | }) |
| | | }) |
| | | } |
| | | |
| | | const id_obj = {} |
| | | if (end_arr != '') { |
| | | (id_obj.id = end_arr[0].id), (id_obj.start_time = end_arr[0].end) |
| | | } |
| | | |
| | | capacity_arr = this.filterOutTime(capacity_arr) // è¿æ»¤æå½åæ¶é´ä¹åçä¸è½æç¨ |
| | | |
| | | for (const w in capacity_arr) { |
| | | const data = { |
| | | id: capacity_arr[w].id, |
| | | start: '', |
| | | end: '', |
| | | type: 'schedule', |
| | | cl_name: this.cl_name, |
| | | cl_code: this.cl_code, |
| | | work_order: this.work_order, |
| | | AdvaScheUom: this.AdvaScheUom, // åä½ |
| | | number: 0, |
| | | real_number: 0 |
| | | } |
| | | |
| | | if ( |
| | | id_obj && |
| | | new Date(id_obj.start_time).getTime() >= |
| | | new Date(capacity_arr[w].start).getTime() |
| | | ) { |
| | | if (data.id === id_obj.id) { |
| | | data.start = this.MinutesTest(id_obj.start_time) |
| | | } else { |
| | | data.start = capacity_arr[w].start |
| | | } |
| | | } else { |
| | | data.start = capacity_arr[w].start |
| | | } |
| | | |
| | | let nowTime = (capacity_arr[w].rhythm * needNumber) / capacity_arr[w].mod |
| | | |
| | | const end_time = this.formSeconds(nowTime, data.start) |
| | | |
| | | data.end = end_time |
| | | const 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 = data.number.toFixed(0) |
| | | data.end_num = true |
| | | |
| | | if (new Date(data.start) >= new Date(data.end)) { |
| | | |
| | | } else { |
| | | this.timeTopTempData[i].gtArray.push(data) |
| | | } |
| | | |
| | | return false |
| | | } else { |
| | | data.end = capacity_arr[w].end |
| | | 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) |
| | | nowTime = (needNumber - data.real_number) * capacity_arr[w].rhythm |
| | | needNumber = needNumber - data.real_number |
| | | |
| | | if (new Date(data.start) >= new Date(data.end)) { |
| | | } else { |
| | | this.timeTopTempData[i].gtArray.push(data) |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | // è¿æ»¤æå½åæ¶é´ä¹åçä¸è½æç¨ |
| | | filterOutTime(capacity_arr) { |
| | | // è¿éè¦å°å®¹éåå½åæ¶é´åå¯¹æ¯ åæ¶é´å¤ç 妿å¨å½åæ¶é´ä¹åçä¸è½æç¨ |
| | | capacity_arr.forEach((item, index) => { |
| | | // å½åæ¶é´ 大äºçäºå¼å§æ¶é´ ä¸å°äºçäºç»ææ¶é´ |
| | | if (new Date(item.start).getTime() <= new Date(handleDatetime2(new Date())).getTime() && new Date(item.end).getTime() >= new Date(handleDatetime2(new Date())).getTime()) { |
| | | item.start = handleDatetime2(new Date()) |
| | | } |
| | | // å½åæ¶é´æ¯å¼å§æ¶é´å¤§ æ¯ç»ææ¶é´ä¹å¤§ |
| | | if (new Date(item.start).getTime() < new Date(handleDatetime2(new Date())).getTime() && new Date(item.end).getTime() < new Date(handleDatetime2(new Date())).getTime()) { |
| | | item.capacity = false |
| | | } |
| | | }) |
| | | |
| | | return capacity_arr.filter(item => item.capacity !== false) |
| | | }, |
| | | |
| | | // æ¶é´ä¼å
ç»è®¾å¤è½¬æ¢æ ¼å¼ |
| | | dataTransition() { |
| | | this.schedulingData = [] |
| | | const data = this.timeTopTempData |
| | | |
| | | const all = [] |
| | | const list = this.eqpTopTempData |
| | | for (const i in data) { |
| | | for (const j in data[i].gtArray) { |
| | | all.push(data[i].gtArray[j]) |
| | | } |
| | | } |
| | | |
| | | for (const i in list) { |
| | | list[i].gtArray = [] |
| | | this.pushTimes(all, list[i].id, list[i].gtArray) |
| | | } |
| | | |
| | | for (const n in list) { |
| | | if (list[n].gtArray.length === 0) { |
| | | list[n].status = false |
| | | } |
| | | } |
| | | |
| | | this.schedulingData = list |
| | | }, |
| | | // æå
¥äº§è½æ¶é´æ®µ |
| | | pushTimes(newList, id, arr) { |
| | | for (const i in newList) { |
| | | if (newList[i].id === id) { |
| | | arr.push(newList[i]) |
| | | } |
| | | } |
| | | }, |
| | |
| | | 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> |
| | |
| | | .box_style { |
| | | position: relative; |
| | | top: 40px; |
| | | left: -75px; |
| | | left: -91px; |
| | | } |
| | | |
| | | .box_styles { |
| | |
| | | background-color: #fff; |
| | | margin-top: 20px; |
| | | height: 490px; |
| | | } |
| | | |
| | | .colorDescription { |
| | | display: flex; |
| | | padding: 5px 30px 0; |
| | | } |
| | | |
| | | .colorDescriptionItem { |
| | | display: flex; |
| | | margin-right: 20px; |
| | | } |
| | | |
| | | label { |
| | |
| | | |
| | | } |
| | | |
| | | ::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; |