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