From af9ae0806cdce3935d8c5ec9f4e4f085587353b6 Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期四, 30 十一月 2023 11:18:03 +0800 Subject: [PATCH] edit:修改出入库明细单打印,canvas的裁切宽度 --- src/views/warehouseManage/bussinessType/AddBussinessType.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/warehouseManage/bussinessType/AddBussinessType.vue b/src/views/warehouseManage/bussinessType/AddBussinessType.vue index df2d806..b3d2827 100644 --- a/src/views/warehouseManage/bussinessType/AddBussinessType.vue +++ b/src/views/warehouseManage/bussinessType/AddBussinessType.vue @@ -280,8 +280,8 @@ page: 0, pageSize: 0 }).then((res) => { - if (res.data.code == 200) { - this.warehouseList = res.data.data ? res.data.data : [] + if (res.code == 200) { + this.warehouseList = res.data ? res.data : [] } }) }, @@ -294,6 +294,9 @@ this.showButton = false this.showEdit = false this.showFooter = true + } else if (this.editConfig.title === "缂栬緫") { + this.showEdit = false + this.showFooter = true } else { this.showEdit = true this.showFooter = false -- Gitblit v1.8.0