货位地图

master
Mr.sun 2 years ago
parent 7b75ae3897
commit a01b2b475e
  1. 1
      src/views/config.js
  2. 1
      src/views/libraryManage/inventory/inventory.vue
  3. 1
      src/views/libraryManage/inventoryLock/examine/index.vue
  4. 2
      src/views/libraryManage/warehouseMap/warehouseMap.vue

@ -326,6 +326,7 @@ var arrRe=[
//无色 //无色
describe: '空', describe: '空',
color: '#ecf0f1' color: '#ecf0f1'
// color: '#3742fa'
}, },
'1': { '1': {

@ -185,7 +185,6 @@ export default {
}, },
async created() { async created() {
this.tableConfig = await this.getTableHeaderCom('busin_inventory', tableConfig.call(this)) this.tableConfig = await this.getTableHeaderCom('busin_inventory', tableConfig.call(this))
console.log(this.tableConfig)
}, },
watch: { watch: {
// locationCode // locationCode

@ -115,7 +115,6 @@ export default {
// dataList.forEach((element) => { // dataList.forEach((element) => {
// this.tableForm.config.unshift(element); // this.tableForm.config.unshift(element);
// }); // });
// ids // ids
const { rows } = await list({ orderNo: dataList[0].orderNo }) const { rows } = await list({ orderNo: dataList[0].orderNo })
this.tableForm.config = rows this.tableForm.config = rows

@ -1324,7 +1324,7 @@ export default {
.map-container { .map-container {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #000000; // background-color: #000000;
} }
.control { .control {

Loading…
Cancel
Save