From a51f099f291870a9c1e667a92ca8545d1f9e3cb3 Mon Sep 17 00:00:00 2001 From: x_ying <2438792676@qq.com> Date: Wed, 29 Jun 2022 14:58:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=85=A5=E5=BA=93=E7=AE=A1=E7=90=86?= =?UTF-8?q?=20=E5=87=BA=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../archivesManage/outInStorage/data1.json | 12 +- .../outInStorage/inStorage/index.vue | 1 - .../outInStorage/outStorage/index.vue | 126 +++++++++++++++++- 3 files changed, 128 insertions(+), 11 deletions(-) diff --git a/src/views/archivesManage/outInStorage/data1.json b/src/views/archivesManage/outInStorage/data1.json index 31605ec..6f9a95d 100644 --- a/src/views/archivesManage/outInStorage/data1.json +++ b/src/views/archivesManage/outInStorage/data1.json @@ -12,7 +12,7 @@ "storagePath":"库房A-库区A-01列-1节1层-左", "misplaceNum":"20", "operationTime":"2022-5-25 08:40", - "checkResult":"在库" + "childrenNum":11 }, { "id":"3d6d548d30db426ea3d95d63f589b294", @@ -25,7 +25,7 @@ "storagePath":"库房A-库区A-01列-1节1层-左", "misplaceNum":"20", "operationTime":"2022-5-25 08:41", - "checkResult":"在库" + "childrenNum":11 }, { "id":"45ff597e7cc64d11803ac422816b1e23", @@ -38,7 +38,7 @@ "storagePath":"库房A-库区A-01列-1节1层-左", "misplaceNum":"20", "operationTime":"2022-5-25 08:42", - "checkResult":"已借" + "childrenNum":11 }, { "id":"49106aa0d1534a7a900843d0c4531840", @@ -51,7 +51,7 @@ "storagePath":"库房A-库区A-01列-1节1层-左", "misplaceNum":"20", "operationTime":"2022-5-25 08:50", - "checkResult":"错位" + "childrenNum":11 }, { "id":"6e604355ff1e47e8b48117dca36420c7", @@ -64,7 +64,7 @@ "storagePath":"库房A-库区A-01列-1节1层-左", "misplaceNum":"20", "operationTime":"2022-5-25 08:40", - "checkResult":"错位" + "childrenNum":11 }, { "id":"6f4a6631d9d3424b960793704f3757b3", @@ -77,7 +77,7 @@ "storagePath":"库房A-库区A-01列-1节1层-左", "misplaceNum":"20", "operationTime":"2022-5-25 08:40", - "checkResult":"错位" + "childrenNum":11 }, { diff --git a/src/views/archivesManage/outInStorage/inStorage/index.vue b/src/views/archivesManage/outInStorage/inStorage/index.vue index 385aca0..bb91119 100644 --- a/src/views/archivesManage/outInStorage/inStorage/index.vue +++ b/src/views/archivesManage/outInStorage/inStorage/index.vue @@ -97,7 +97,6 @@ export default { name: 'InStorage', components: { headSlot, rrOperation, pagination, fieldDetail, inDialog }, mixins: [presenter(), crud()], - cruds() { return CRUD({ url: 'api/case/initCaseList', diff --git a/src/views/archivesManage/outInStorage/outStorage/index.vue b/src/views/archivesManage/outInStorage/outStorage/index.vue index c2c6ca5..519bf48 100644 --- a/src/views/archivesManage/outInStorage/outStorage/index.vue +++ b/src/views/archivesManage/outInStorage/outStorage/index.vue @@ -1,15 +1,133 @@