From 3899cfa5da54a907e74ca0a172d861c6e81b25d2 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Sat, 6 Dec 2025 15:13:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=8F=E7=BB=84=E6=89=B9=E6=AC=A1=E8=A7=84?= =?UTF-8?q?=E5=88=99=E7=BB=B4=E6=8A=A4=E6=8C=89=E7=BA=BF=E8=B7=AF=E9=87=8D?= =?UTF-8?q?=E7=AE=97=E6=8E=A5=E5=8F=A3=E6=8D=A2=E6=88=90V2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisTransPlanRule/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/emis/emisTransPlanRule/index.vue b/src/views/emis/emisTransPlanRule/index.vue index 68a1e1b7..3e04197e 100644 --- a/src/views/emis/emisTransPlanRule/index.vue +++ b/src/views/emis/emisTransPlanRule/index.vue @@ -180,7 +180,7 @@ import { listEmisTransPlanRule, getEmisTransPlanRule, delEmisTransPlanRule, addEmisTransPlanRule, updateEmisTransPlanRule } from "@/api/emis/emisTransPlanRule"; import elDateSimplePicker from '@/components/DatePickerAdv/elDateSimplePicker'; -import { autoScanSiteBatch } from "@/api/emis/emisCommon" +import { autoScanSiteBatchV2 } from "@/api/emis/emisCommon" import emisTransPlanRuleForm from '@/views/emis/emisTransPlanRule/emisTransPlanRuleForm'; import EmisSupplierPicker from '@/views/emis/EmisBaseTools/EmisSupplierPicker'; @@ -369,7 +369,7 @@ export default { if(this.selectList&&this.selectList.length>0){ let lineCode=this.selectList[0].lineCode; this.$modal.confirm('确认是否重算').then(function() { - return autoScanSiteBatch(lineCode); + return autoScanSiteBatchV2(lineCode); }).then(() => { this.getList(); this.$modal.msgSuccess("重算成功");