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: '确定'