From 18a57c30b5edcd39df4c2f8562b4988c6287b496 Mon Sep 17 00:00:00 2001
From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com>
Date: Fri, 7 Jun 2024 14:44:17 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=B4=AD=E5=A2=9E=E5=8A=A0=E6=8F=90?=
=?UTF-8?q?=E4=BA=A4=E5=AE=A1=E6=A0=B8=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../toolsAcceptance/component/home.vue | 27 +++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/home.vue b/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/home.vue
index f835d158..e8e53f40 100644
--- a/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/home.vue
+++ b/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/home.vue
@@ -215,6 +215,14 @@
@click="handlePrint(scope.row)"
>验收单
+ 提交审核
{
+ return submitCheck(taskId)
+ })
+ .then((res) => {
+ this.getList()
+ this.$modal.msgSuccess(res.msg)
+ })
+ .catch((err) => {
+ console.log(err)
+ // this.$modal.msgError(err)
+ })
+ },
},
watch: {
$route: {