diff --git a/src/views/config.js b/src/views/config.js index 89292da..83d4217 100644 --- a/src/views/config.js +++ b/src/views/config.js @@ -244,8 +244,8 @@ var arrRe=[ // topOffsetCell: -8, // 整体向下偏移单元格个数 leftOffsetCell: 0, // 整体向右偏移单元格个数 topOffsetCell: 0, // 整体向下偏移单元格个数 - textRotation: Math.PI / 2, // 文字旋转 (顺时针90°: -Math.PI / 2) - eyePoint: [1, 1800, 0], + textRotation: -Math.PI / 2, // 文字旋转 (顺时针90°: -Math.PI / 2) + eyePoint: [-1, 1800, 0], vehicleType: 1, // 1堆垛机 2四向车 mutiLayer: false, // 不同层的货位分多层展示 warehouseType: 1, // 1 堆垛机 2 四向车 diff --git a/src/views/libraryManage/inventory/config.js b/src/views/libraryManage/inventory/config.js index b431b79..0035d18 100644 --- a/src/views/libraryManage/inventory/config.js +++ b/src/views/libraryManage/inventory/config.js @@ -11,16 +11,16 @@ export function tableConfig() { type: "index", istrue: true, }, - { - label: "业主编号", - prop: "consignorCode", - istrue: true, - }, - { - label: "业主名称", - prop: "consignorName", - istrue: true, - }, + // { + // label: "业主编号", + // prop: "consignorCode", + // istrue: true, + // }, + // { + // label: "业主名称", + // prop: "consignorName", + // istrue: true, + // }, { label: "显示货位", prop: "locationName", diff --git a/src/views/libraryManage/inventory/inventory.vue b/src/views/libraryManage/inventory/inventory.vue index 88d1e45..c928d78 100644 --- a/src/views/libraryManage/inventory/inventory.vue +++ b/src/views/libraryManage/inventory/inventory.vue @@ -2,8 +2,11 @@