From 1513352f406622370372970eac171aa474124162 Mon Sep 17 00:00:00 2001
From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com>
Date: Thu, 21 Nov 2024 18:17:36 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E4=BF=AE=E6=A8=A1=E5=9D=97=20?=
=?UTF-8?q?=E9=A9=B3=E5=9B=9E=E6=8F=90=E4=BA=A4=E7=AD=89=E5=8A=9F=E8=83=BD?=
=?UTF-8?q?=E5=AE=8C=E5=96=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/repair/code-view.vue | 90 +++++++++++++++++++++++++---------
src/pages/repair/details.vue | 10 ++--
src/pages/repair/index.vue | 38 +++++++++++---
src/services/repair/repair.js | 20 ++++++++
src/utils/http.js | 1 +
5 files changed, 124 insertions(+), 35 deletions(-)
diff --git a/src/pages/repair/code-view.vue b/src/pages/repair/code-view.vue
index 6a54b19..fe751d6 100644
--- a/src/pages/repair/code-view.vue
+++ b/src/pages/repair/code-view.vue
@@ -2,8 +2,16 @@
-
- 维修完成
+
+
+
+
+
+
+ 查询
+
+
+ 合格
@@ -26,6 +34,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 物资名称:
+
+ 66
+
+
+
@@ -34,6 +79,7 @@ import { computed, ref } from 'vue'
import { setOutboundNumAPI } from '@/services/picking/outbound.js'
const query = defineProps() // 获取上级页面传递的路由参数
const queryParams = JSON.parse(query.queryParams)
+const allChecked = ref(false)