From 82d335ca18e5e175790a6b46d139dba44eeb1782 Mon Sep 17 00:00:00 2001 From: jiayang yue Date: Wed, 7 May 2025 16:03:02 +0800 Subject: [PATCH] =?UTF-8?q?2025.05.06=20ipqc=20=E6=9F=A5=E8=AF=A2=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E5=88=97=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/product/operatorGroup.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/modules/product/operatorGroup.vue b/src/views/modules/product/operatorGroup.vue index e0674a4..59781ed 100644 --- a/src/views/modules/product/operatorGroup.vue +++ b/src/views/modules/product/operatorGroup.vue @@ -219,12 +219,12 @@ style="width: 100px; height: 80px"/>
-
-
@@ -598,7 +598,8 @@ } }) }, - saveDetail(){ + async saveDetail(){ + await this.changeSum(); if(this.detailData.workDate===""||this.detailData.workDate==null){ this.$alert("请先选择日期", '错误', { confirmButtonText: '确定'