From 9bc739b7af43e0c012ae1243ab87ae07c12902c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Sat, 26 Oct 2024 17:07:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E5=8D=95=E3=80=81=E5=85=A5?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/repairSoCard.vue | 247 ++++++++++++++++++++++++ pages-order/orderList/orderList.vue | 70 ++++++- pages-warehouse/inOutWarehouse/part.vue | 163 +++++++++++----- 3 files changed, 431 insertions(+), 49 deletions(-) create mode 100644 components/repairSoCard.vue diff --git a/components/repairSoCard.vue b/components/repairSoCard.vue new file mode 100644 index 0000000..290ae1e --- /dev/null +++ b/components/repairSoCard.vue @@ -0,0 +1,247 @@ + + + + + diff --git a/pages-order/orderList/orderList.vue b/pages-order/orderList/orderList.vue index 9b0d463..2aa47ef 100644 --- a/pages-order/orderList/orderList.vue +++ b/pages-order/orderList/orderList.vue @@ -1,6 +1,6 @@