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 @@
>导出
-
+