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 @@ + + +