From a32735be01d72dc994e6538b39266d0b8a942a17 Mon Sep 17 00:00:00 2001 From: A0010407 Date: Mon, 6 Nov 2023 17:48:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=20=E7=8F=AD=E7=BB=84+?= =?UTF-8?q?=E6=8A=A5=E5=B7=A5+=E7=BB=B4=E4=BF=AE+=E5=A4=87=E6=96=99?= =?UTF-8?q?=E7=94=B3=E9=A2=86=E5=8D=95+=E5=A4=87=E4=BB=B6=E5=8F=B0?= =?UTF-8?q?=E8=B4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/device/sparePartsApplicationRecord.js | 9 + src/views/device/equTeam/index.vue | 9 - src/views/device/faultReport/index.vue | 45 ++- src/views/device/repairOrder/index.vue | 81 ++-- .../device/repairOrder/selectSpareParts.vue | 88 ++--- .../repairOrder/selectSparePartsLedger.vue | 266 +++++++++++++ .../sparePartsApplicationRecord/index.vue | 159 ++++++-- .../selectSingleEquipment.vue | 246 ++++++++++++ .../selectSinglePerson.vue | 186 +++++++++ .../selectSparePartsLedger.vue | 361 ++++++++++++++++++ src/views/device/sparePartsLedger/index.vue | 8 - 11 files changed, 1322 insertions(+), 136 deletions(-) create mode 100644 src/views/device/repairOrder/selectSparePartsLedger.vue create mode 100644 src/views/device/sparePartsApplicationRecord/selectSingleEquipment.vue create mode 100644 src/views/device/sparePartsApplicationRecord/selectSinglePerson.vue create mode 100644 src/views/device/sparePartsApplicationRecord/selectSparePartsLedger.vue diff --git a/src/api/device/sparePartsApplicationRecord.js b/src/api/device/sparePartsApplicationRecord.js index ed6fb54..56e1316 100644 --- a/src/api/device/sparePartsApplicationRecord.js +++ b/src/api/device/sparePartsApplicationRecord.js @@ -42,3 +42,12 @@ export function delSparePartsApplicationRecord(applyId) { method: 'delete' }); } + +// 查询当前维修单备件申领记录列表 +export function listRepairSparePartsRecord(query) { + return request({ + url: '/device/sparePartsApplicationRecord/listRepairSparePartsRecord', + method: 'get', + params: query + }); +} diff --git a/src/views/device/equTeam/index.vue b/src/views/device/equTeam/index.vue index a904e95..ef3acfe 100644 --- a/src/views/device/equTeam/index.vue +++ b/src/views/device/equTeam/index.vue @@ -192,15 +192,6 @@ - - - - - - - - + + + + + + + -
+
@@ -950,7 +950,7 @@ placeholder="请选择维修状态" @change="$forceUpdate()" clearable - style="width: 220px" + style="width: 195px" @keyup.enter.native="handleQuery" > - + @@ -1028,7 +1029,7 @@
- +