diff --git a/src/views/archivesManage/outInStorage/inStorage/index.vue b/src/views/archivesManage/outInStorage/inStorage/index.vue index b29ec4d..dc1a7a9 100644 --- a/src/views/archivesManage/outInStorage/inStorage/index.vue +++ b/src/views/archivesManage/outInStorage/inStorage/index.vue @@ -72,6 +72,7 @@

入库成功

+

提示:如果当前设备不在线或者未勾选联动操作,请人工完成上架操作

diff --git a/src/views/archivesManage/outInStorage/inStorage/module/inDialog.vue b/src/views/archivesManage/outInStorage/inStorage/module/inDialog.vue index 81d0a83..47cc59a 100644 --- a/src/views/archivesManage/outInStorage/inStorage/module/inDialog.vue +++ b/src/views/archivesManage/outInStorage/inStorage/module/inDialog.vue @@ -25,30 +25,31 @@
- +
- +
- +
方向 - +
-
- +
+ +

@@ -65,18 +66,20 @@

- +
- +
-
- +
+ + +

@@ -115,34 +118,34 @@ export default { { value: '选项1', label: '1' }, { value: '选项2', label: '2' } ], - colVal: 1, + colVal: null, colOptions: [ { value: '选项1', label: '1' }, { value: '选项2', label: '2' } ], - sectionVal: 1, + sectionVal: null, sectionOptions: [ { value: '选项1', label: '1' }, { value: '选项2', label: '2' } ], - levelVal: 1, + levelVal: null, levelOptions: [ { value: '选项1', label: '1' }, { value: '选项2', label: '2' } ], - directionVal: '右边', + directionVal: '', directionOptions: [ { value: '选项1', label: '左边' }, { value: '选项2', label: '右边' } ], // 回转柜 cabinetNum: 1, - cabLevel: 1, + cabLevel: null, cabLevelOptions: [ { value: '选项1', label: '1' }, { value: '选项2', label: '2' } ], - cabCol: 1, + cabCol: null, cabColOptions: [ { value: '选项1', label: '1' }, { value: '选项2', label: '2' } @@ -213,7 +216,7 @@ export default { padding-right: 5px; } .el-input{ - width: 76px; + width: 86px; height: 36px !important; } } @@ -234,13 +237,13 @@ export default { width: 36px; height: 36px; } -::v-deep .el-icon-refresh:before{ +::v-deep .icon-style:before{ font-size: 18px; } -.refresh-btn{ +.state-btn{ display: flex; justify-content: right; - padding-right:40px; + padding-right:30px; width: 100%; } ::v-deep .head-container .filter-item .el-input__inner{