From 23272e69af01c397a1be3457e843f34f87f99149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Fri, 25 Aug 2023 17:30:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E9=A2=86=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/DeptDeviceDetail.vue | 251 +++++++++--------- .../DeviceReceiveOrderAuditMoify.vue | 2 +- .../inventory/DeviceReceiveOrderModify.vue | 10 +- 3 files changed, 128 insertions(+), 135 deletions(-) diff --git a/src/views/inventory/DeptDeviceDetail.vue b/src/views/inventory/DeptDeviceDetail.vue index b0514a71..99734195 100644 --- a/src/views/inventory/DeptDeviceDetail.vue +++ b/src/views/inventory/DeptDeviceDetail.vue @@ -2,18 +2,30 @@
+ + + + + + + + - - + + v-for="item in deptList" + :key="item.name" + :label="item.name" + :value="item.code"> {{ item.name }} @@ -21,86 +33,88 @@ - - - - {{ item.name }} - - + + + + + + + + + + + {{ item.label }} + + + + + + + + + + + + + + + + - - + + - - + - - + - - + - - - - {{ item.label }} - - + + - - - - {{ item.label }} - - + + @@ -110,7 +124,6 @@ 显示/隐藏搜索栏 重置 查询 - 添加设备
@@ -118,72 +131,48 @@ @row-click="listClick" @current-change="handInvChange" border> - - - - + + + - + - - - - + - + + + + - + - + - - - + @@ -191,30 +180,30 @@ @@ -223,7 +212,7 @@