From 0641c59519c3c5ef731962fdc2c447d1b44bb9f4 Mon Sep 17 00:00:00 2001 From: cy <1664593601@qq.com> Date: 星期四, 26 十月 2023 20:32:25 +0800 Subject: [PATCH] fix: 根据调拨单生成出库单,根据出库单id进行出库 --- admin-web/src/components/myTable/myTableV2.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/admin-web/src/components/myTable/myTableV2.vue b/admin-web/src/components/myTable/myTableV2.vue index 47b61b2..faeb6c2 100644 --- a/admin-web/src/components/myTable/myTableV2.vue +++ b/admin-web/src/components/myTable/myTableV2.vue @@ -97,6 +97,7 @@ :label="column.title" :type="column.type" :width="column.width" + :fixed="column.fixed" :min-width="column.minWidth" :align="column.align" :header-align="column.align" @@ -364,7 +365,7 @@ */ search(param) { this.$nextTick(() => { - this.myTable.loading = true + // this.myTable.loading = true const params = Object.assign({}, this.filter) if(this.myTable.paging.show){ params.pageSize = this.myTable.paging.page.pageSize -- Gitblit v1.9.1