备料宽度

This commit is contained in:
Vergil
2020-03-15 18:13:07 +08:00
parent 27b9331a9f
commit 894bfb6143
2 changed files with 9 additions and 0 deletions

BIN
dist.zip

Binary file not shown.

View File

@@ -70,6 +70,15 @@ export default {
case 'ProjectPlanningManagementQuery': // 项目计划管理
document.getElementById('app-main').style.width = '1710px'
break
case 'CreatingPurchasingMaterials': // 外购备料
document.getElementById('app-main').style.width = '1950'
break
case 'RequestOutsourcingMaterials': // 外购备料请款
document.getElementById('app-main').style.width = '1710px'
break
case 'OfflineProcurement': // 外购备料(离线)
document.getElementById('app-main').style.width = '1950px'
break
default:
document.getElementById('app-main').style.width = '1380px'
}