From 6b0b5694764b6c7adab346057c5022052c6fd3ba Mon Sep 17 00:00:00 2001 From: linfso Date: Mon, 23 Jun 2025 08:38:08 +0800 Subject: [PATCH] md --- src/views/emis/emisTmsSiteBatchMiss/index.vue | 39 +++++++++++++++++++ src/views/emis/emisTransPlanRule/index.vue | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/src/views/emis/emisTmsSiteBatchMiss/index.vue b/src/views/emis/emisTmsSiteBatchMiss/index.vue index 3ed74c6e..fdacbbc3 100644 --- a/src/views/emis/emisTmsSiteBatchMiss/index.vue +++ b/src/views/emis/emisTmsSiteBatchMiss/index.vue @@ -102,6 +102,14 @@ >
+ + 重算 + 0){ + let lineCode=this.selectList[0].lineCode; + this.$modal.confirm('确认是否重算').then(function() { + return autoScanSiteBatch(lineCode); + }).then(() => { + this.getList(); + this.$modal.msgSuccess("重算成功"); + }).catch(() => {}); + } + }, /** 查询TMS漏组批次信息表列表 */ getList() { this.loading = true; diff --git a/src/views/emis/emisTransPlanRule/index.vue b/src/views/emis/emisTransPlanRule/index.vue index 58414d5d..3946374f 100644 --- a/src/views/emis/emisTransPlanRule/index.vue +++ b/src/views/emis/emisTransPlanRule/index.vue @@ -113,7 +113,7 @@ >导出 - +