更新
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user