From 3511ca822cde148461494f3d98d11d5001ee18d7 Mon Sep 17 00:00:00 2001
From: zzyuan <781948537@qq.com>
Date: Thu, 14 Nov 2024 17:22:44 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E4=BF=AE=E4=BB=BB=E5=8A=A1=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E4=B8=80=E7=BA=A7=E4=BA=8C=E7=BA=A7=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E7=BB=98=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../goodsArrived/component/addTools.vue | 2 +-
.../repair/repairManage/component/edit.vue | 895 ++++++++++++++++++
.../repair/repairManage/component/home.vue | 305 ++++++
.../repair/repairManage/component/view.vue | 851 +++++++++++++++++
.../material/repair/repairManage/index.vue | 63 ++
5 files changed, 2115 insertions(+), 1 deletion(-)
create mode 100644 src/views/material/repair/repairManage/component/edit.vue
create mode 100644 src/views/material/repair/repairManage/component/home.vue
create mode 100644 src/views/material/repair/repairManage/component/view.vue
create mode 100644 src/views/material/repair/repairManage/index.vue
diff --git a/src/views/material/purchase/goodsArrived/component/addTools.vue b/src/views/material/purchase/goodsArrived/component/addTools.vue
index c738e35d..24f51f74 100644
--- a/src/views/material/purchase/goodsArrived/component/addTools.vue
+++ b/src/views/material/purchase/goodsArrived/component/addTools.vue
@@ -470,7 +470,7 @@ export default {
supplierInfoList() {
let param = {
pageNum: 1,
- pageSize: 100,
+ pageSize: 1000,
keyWord:undefined
}
getListFacturer(param).then((response) => {
diff --git a/src/views/material/repair/repairManage/component/edit.vue b/src/views/material/repair/repairManage/component/edit.vue
new file mode 100644
index 00000000..15a067b3
--- /dev/null
+++ b/src/views/material/repair/repairManage/component/edit.vue
@@ -0,0 +1,895 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 维修管理
+
+
+ 合格
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编码管理
+ 数量管理
+
+
+
+
+ 维修
+ 合格
+
+
+
+
+
+
+
+ 合格
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上传
+
+
+
+ 查看
+
+
+
+
+
+
+ 内部维修
+ 返场维修
+ 待报废
+
+
+
+
+ 保存
+ 取消
+
+
+
+
+
+
+
+ 配件型号:
+
+
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+ 保存
+ 取消
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+ 取消
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/material/repair/repairManage/component/home.vue b/src/views/material/repair/repairManage/component/home.vue
new file mode 100644
index 00000000..4c29f10d
--- /dev/null
+++ b/src/views/material/repair/repairManage/component/home.vue
@@ -0,0 +1,305 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 提交
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/material/repair/repairManage/component/view.vue b/src/views/material/repair/repairManage/component/view.vue
new file mode 100644
index 00000000..e7c40b94
--- /dev/null
+++ b/src/views/material/repair/repairManage/component/view.vue
@@ -0,0 +1,851 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加编码
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上传
+
+
+
+
+
+
+
+
+
+
+ 编码:
+
+
+
+
+ 保存
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上传
+
+
+
+ 查看
+
+
+
+
+
+
+ 删除
+
+
+
+
+ 保存
+ 取消
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/material/repair/repairManage/index.vue b/src/views/material/repair/repairManage/index.vue
new file mode 100644
index 00000000..34716bdf
--- /dev/null
+++ b/src/views/material/repair/repairManage/index.vue
@@ -0,0 +1,63 @@
+
+
+
+
+
+