From 2640a7c833fe82a4c56d143dcfbadc4600187bc2 Mon Sep 17 00:00:00 2001 From: "Mr.sun" <2290907227@qq.com> Date: Thu, 28 Mar 2024 14:10:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=B8=E5=B4=9F=E5=9C=B0=E5=9B=BE=E8=A7=86?= =?UTF-8?q?=E8=A7=92,=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/config.js | 4 +- src/views/libraryManage/inventory/config.js | 20 +-- .../libraryManage/inventory/inventory.vue | 132 +++++++++--------- 3 files changed, 78 insertions(+), 78 deletions(-) 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 @@