diff --git a/src/views/archivesManage/caseManage/caseList/index.vue b/src/views/archivesManage/caseManage/caseList/index.vue index 69478a3..55a3f11 100644 --- a/src/views/archivesManage/caseManage/caseList/index.vue +++ b/src/views/archivesManage/caseManage/caseList/index.vue @@ -111,24 +111,24 @@ export default { }, deleteVisible: false, verifyDialVisible: false, - stateOptions: [ - { - label: '全部', - value: 'center' - }, - { - label: '未入', - value: 'left' - }, - { - label: '待入', - value: 'right' - }, - { - label: '已入', - value: 'right' - } - ], + // stateOptions: [ + // { + // label: '全部', + // value: 'center' + // }, + // { + // label: '未入', + // value: 'left' + // }, + // { + // label: '待入', + // value: 'right' + // }, + // { + // label: '已入', + // value: 'right' + // } + // ], inputSelect: 'caseName', queryOptions: [ { diff --git a/src/views/archivesManage/outInStorage/inStorage/data1.json b/src/views/archivesManage/outInStorage/inStorage/data1.json new file mode 100644 index 0000000..229f495 --- /dev/null +++ b/src/views/archivesManage/outInStorage/inStorage/data1.json @@ -0,0 +1,115 @@ +{ + "total":8, + "rows":[ + { + "id":"29f16d62bc7242d5ba8dc84de5451f93", + "checkNum":"PD-202205250840", + "inState":"未入", + "havePutIn":"0", + "fieldName":"文书-文件-000", + "TID":"E2806894200040159AF8AD06", + "barCode":"|||||||||||||||||||||||||", + "storagePath":"库房A-库区A-01列-1节1层-左", + "misplaceNum":"20", + "operationTime":"2022-5-25 08:40", + "childrenNum":11, + "child":[ + {"id":"0","fieldName":"文书-文件-2022","fieldNum":"1","colNum":"1","sectionNum":"1","levelNum":"1","direction":"左边"}, + {"id":"0","fieldName":"文书-文件-2022","fieldNum":"1","colNum":"1","sectionNum":"1","levelNum":"1","direction":"左边"}, + {"id":"0","fieldName":"文书-文件-2022","fieldNum":"1","colNum":"1","sectionNum":"1","levelNum":"1","direction":"左边"} + ] + }, + { + "id":"3d6d548d30db426ea3d95d63f589b294", + "checkNum":"PD-202205250840", + "containPath":"未入", + "havePutIn":"0", + "fieldName":"文书-文件-2022", + "TID":"E2806894200040159AF8AD06", + "barCode":"|||||||||||||||||||||||||", + "storagePath":"库房A-库区A-01列-1节1层-左", + "misplaceNum":"20", + "operationTime":"2022-5-25 08:41", + "childrenNum":11 + }, + { + "id":"45ff597e7cc64d11803ac422816b1e23", + "checkNum":"PD-202205250840", + "inState":"待入", + "havePutIn":"2", + "fieldName":"文书-文件-2022", + "TID":"E2806894200040159AF8AD06", + "barCode":"|||||||||||||||||||||||||", + "storagePath":"库房A-库区A-01列-1节1层-左", + "misplaceNum":"20", + "operationTime":"2022-5-25 08:42", + "childrenNum":11 + }, + { + "id":"49106aa0d1534a7a900843d0c4531840", + "checkNum":"PD-202205250840", + "inState":"待入", + "havePutIn":"2", + "fieldName":"文书-文件-2022", + "TID":"E2806894200040159AF8AD06", + "barCode":"|||||||||||||||||||||||||", + "storagePath":"库房A-库区A-01列-1节1层-左", + "misplaceNum":"20", + "operationTime":"2022-5-25 08:50", + "childrenNum":11 + }, + { + "id":"6e604355ff1e47e8b48117dca36420c7", + "checkNum":"PD-202205250841", + "inState":"未入", + "havePutIn":"2", + "fieldName":"文书-文件-2022", + "TID":"E2806894200040159AF8AD06", + "barCode":"|||||||||||||||||||||||||", + "storagePath":"库房A-库区A-01列-1节1层-左", + "misplaceNum":"20", + "operationTime":"2022-5-25 08:40", + "childrenNum":11 + }, + { + "id":"6f4a6631d9d3424b960793704f3757b3", + "checkNum":"PD-202205250841", + "inState":"待入", + "havePutIn":"2", + "fieldName":"文书-文件-2022", + "TID":"E2806894200040159AF8AD06", + "barCode":"|||||||||||||||||||||||||", + "storagePath":"库房A-库区A-01列-1节1层-左", + "misplaceNum":"20", + "operationTime":"2022-5-25 08:40", + "childrenNum":11 + + }, + { + "id":"76e29d5c0a0541bfb1ee9da432183b15", + "checkNum":"PD-202205250842", + "inState":"待入", + "havePutIn":"0", + "fieldName":"文书-文件-2022", + "TID":"E2806894200040159AF8AD06", + "barCode":"|||||||||||||||||||||||||", + "storagePath":"库房A-库区A-01列-1节1层-左", + "misplaceNum":"20", + "operationTime":"2022-5-25 08:40" + }, + { + "id":"a0ffdd94161146c49161662c3f9a70cd", + "checkNum":"PD-202205250842", + "inState":"未入", + "havePutIn":"0", + "fieldName":"文书-文件-2022", + "TID":"E2806894200040159AF8AD06", + "barCode":"|||||||||||||||||||||||||", + "storagePath":"库房A-库区A-01列-1节1层-左", + "misplaceNum":"20", + "operationTime":"2022-5-25 08:40" + } + ], + "footer":null, + "postparam":null +} \ No newline at end of file diff --git a/src/views/archivesManage/outInStorage/inStorage/index.vue b/src/views/archivesManage/outInStorage/inStorage/index.vue index 0292381..c5afe8e 100644 --- a/src/views/archivesManage/outInStorage/inStorage/index.vue +++ b/src/views/archivesManage/outInStorage/inStorage/index.vue @@ -154,10 +154,11 @@ export default { // 入库 handleIn() { if (this.selections.length > 0) { - const bool = this.selections.some(item => item.inState === '待入') - if (bool) { // 有'待入'状态弹出提示 + if (this.selections[0].inState === '待入') { this.msgVisible = true - } else { // 全部是'未入'状态弹出入库操作 + } else { + this.$refs.inDialogDom.child = this.selections[0].child + console.log(this.$refs.inDialogDom.child, '----------') this.$refs.inDialogDom.dialogVisible = true } } else { diff --git a/src/views/archivesManage/outInStorage/inStorage/module/inDialog.vue b/src/views/archivesManage/outInStorage/inStorage/module/inDialog.vue index 47cc59a..07735dd 100644 --- a/src/views/archivesManage/outInStorage/inStorage/module/inDialog.vue +++ b/src/views/archivesManage/outInStorage/inStorage/module/inDialog.vue @@ -17,76 +17,81 @@
-
-
-
- 区号 - +
    +
  • +

    盒名称:{{ eItem.fieldName }}

    +
    +
    + 区号 + +
    +
    + + + + +
    +
    + + + + +
    +
    + + + + +
    +
    + 方向 + + + +
    +
    + + +
    -
    - - - - -
    -
    - - - - -
    -
    - - - - -
    -
    - 方向 - - - -
    -
    - - -
    -
-

- - 位置已核对成功,层位名称:{{ fieldNum }}区{{ colVal }}列{{ sectionVal }}节{{ levelVal }}层{{ directionVal }} -

-
+

+ + 位置已核对成功,层位名称:{{ fieldNum }}区{{ colVal }}列{{ sectionVal }}节{{ levelVal }}层{{ directionVal }} +

+ + -
-
-
- 柜号 - +
    +
  • +
    +
    + 柜号 + +
    +
    + + + + +
    +
    + + + + +
    +
    + + + +
    -
    - - - - -
    -
    - - - - -
    -
    - - - -
    -
-

- - 位置已核对成功,层位名称:{{ cabinetNum }}柜{{ colVal }}层{{ sectionVal }}列 -

-
+

+ + 位置已核对成功,层位名称:{{ cabinetNum }}柜{{ colVal }}层{{ sectionVal }}列 +

+ +