This commit is contained in:
liushuai
2020-06-18 08:26:12 +08:00
parent 810b198282
commit 120c7c1601
30 changed files with 1217 additions and 196 deletions

View File

@@ -91,10 +91,11 @@ export default {
this.timer = setInterval(this.comfirmUrgentItem, 1000 * 60 * 5)
this.searchtableSupplement() // 报废补投(制造)
this.timer = setInterval(this.searchtableSupplement, 1000 * 60 * 5)
} else if (this.token.toString() === '21') { // 21 装配部长
this.comfirmDeliver()
this.timer = setInterval(this.comfirmDeliver, 1000 * 60 * 5)
}
// else if (this.token.toString() === '21') { // 21 装配部长
// this.comfirmDeliver()
// this.timer = setInterval(this.comfirmDeliver, 1000 * 60 * 5)
// }
},
beforeDestroy() {
clearInterval(this.timer)

View File

@@ -107,9 +107,9 @@ export default {
document.getElementsByClassName('navbar')[0].style.minWidth = '1680px'
break
case 'AssemblyTaskAssignment': // 装配任务分配
document.getElementById('app-main').style.width = '1680px'
document.getElementsByClassName('tags-view-wrapper')[0].style.minWidth = '1680px'
document.getElementsByClassName('navbar')[0].style.minWidth = '1680px'
document.getElementById('app-main').style.width = '1690px'
document.getElementsByClassName('tags-view-wrapper')[0].style.minWidth = '1690px'
document.getElementsByClassName('navbar')[0].style.minWidth = '1690px'
break
default:
document.getElementById('app-main').style.width = '1380px'