From 3dd85bd6799e85acdd09f6b501d687a33016e6c7 Mon Sep 17 00:00:00 2001
From: zzyuan <781948537@qq.com>
Date: Fri, 13 Dec 2024 10:51:39 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=AF=95=E5=85=A5=E5=BA=93=E6=8E=A5?=
=?UTF-8?q?=E5=8F=A3=E5=AF=B9=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/repair/testedInBound.js | 18 ++
.../testedInBound/component/editApply.vue | 162 +++++++++++-------
2 files changed, 119 insertions(+), 61 deletions(-)
diff --git a/src/api/repair/testedInBound.js b/src/api/repair/testedInBound.js
index 4bc72e53..1c4501cd 100644
--- a/src/api/repair/testedInBound.js
+++ b/src/api/repair/testedInBound.js
@@ -26,6 +26,24 @@ export function getCodeListApi(query) {
params: query
})
}
+//修试入库-通过
+export function repairInputWarehouseApi(data) {
+ return request({
+ url: '/material/repair_input_details/warehouse',
+ method: 'post',
+ data: data,
+ })
+}
+
+//修试入库-驳回
+export function rejectWarehouseApi(data) {
+ return request({
+ url: '/material/repair_input_details/reject',
+ method: 'post',
+ data: data,
+ })
+}
+
// //修试审核二级-通过,驳回
// export function auditPass(data) {
diff --git a/src/views/material/repair/testedInBound/component/editApply.vue b/src/views/material/repair/testedInBound/component/editApply.vue
index 68d1368a..e042b853 100644
--- a/src/views/material/repair/testedInBound/component/editApply.vue
+++ b/src/views/material/repair/testedInBound/component/editApply.vue
@@ -44,8 +44,8 @@
-
-
+
+
@@ -55,25 +55,16 @@
数量管理
-
-
-
- {{ "待入库" }}
-
-
- {{ "已入库" }}
-
-
- {{ "已驳回" }}
-
-
-
+
+
+
+
入库
- 驳回
- -
+ 驳回
+ 查看
@@ -140,8 +131,8 @@
- 入库
- 驳回
+ 入库
+ 驳回
@@ -149,21 +140,19 @@
保存
取消
-->
-
-
-
+