抓取生产工单,抓取发料异常

This commit is contained in:
hjq
2026-06-11 19:38:16 +08:00
parent a160d5d48f
commit 94c81cdc4f
10 changed files with 160 additions and 28 deletions

View File

@@ -171,6 +171,7 @@
<div class="header">
<h2>📊 BOM 成本期间对比分析表</h2>
<div>
<el-button type="info" plain icon="el-icon-back" @click="goBack" size="small">返回主控台</el-button>
<el-button type="text" @click="goToBomTree">返回雷达图</el-button>
<el-button type="text" @click="goToReceipts">返回收货明细</el-button>
</div>
@@ -435,7 +436,8 @@
this.searchParents();
},
methods: {
goToReceipts() { window.location.href = '/'; },
goBack() { window.location.href = '/'; },
goToReceipts() { window.location.href = '/receipts'; },
goToBomTree() { window.location.href = '/bom'; },
getStatusText(status) {