Browse Source

密集架-暂用(走廊-战备密集架)

master
xuhuajiao 3 years ago
parent
commit
5e91c0af90
  1. 1
      src/views/archivesManage/archivesList/module/packing/index.vue
  2. 4
      src/views/storeManage/warehouse3D/deseCabinet/index.vue

1
src/views/archivesManage/archivesList/module/packing/index.vue

@ -271,6 +271,7 @@ export default {
this.packingVisible = false
this.crud.refresh()
this.tableData = []
this.caseQuery[this.inputSelect] = []
})
},
//

4
src/views/storeManage/warehouse3D/deseCabinet/index.vue

@ -168,11 +168,11 @@ export default {
}
getDeviceList(params).then(data => {
data.content.map(item => {
if (item.deviceTypeId.name === '密集架') {
if (item.deviceTypeId.name === '密集架' && item.deviceName === '战备密集架测试') { //
this.deviceData = item
this.totalPartRowNum = item.partNo * item.rowNo
let rowNo
if (this.cabinetNum > 8) {
if (this.cabinetNum > 8) { //
rowNo = item.rowNo - 1
} else {
rowNo = item.rowNo

Loading…
Cancel
Save