From 55dde40e9aab488e108f1434d0815d50ce0f3701 Mon Sep 17 00:00:00 2001 From: xiaoning <1097449274@qq.com> Date: Sun, 28 Apr 2024 13:23:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?1.=E6=95=B0=E6=8D=AE=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E7=94=9F=E4=BA=A7=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=A5=97=E6=96=99?= =?UTF-8?q?=E5=9B=BEPDF=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/jhzx/symxCX.vue | 319 +++++++++++++++++++------------------- src/views/sjzx/bomwh.vue | 61 +++++++- 2 files changed, 213 insertions(+), 167 deletions(-) diff --git a/src/views/jhzx/symxCX.vue b/src/views/jhzx/symxCX.vue index b0ba2a9..d452186 100644 --- a/src/views/jhzx/symxCX.vue +++ b/src/views/jhzx/symxCX.vue @@ -30,21 +30,20 @@
提取明细 汇总 - { - this.list8 = res.data.list - this.gcrl=res.data.gcrl - if (this.$refs.xGrid) { - this.$refs.xGrid8.loadData(this.list8) - } + + + this.list = res.data.list + // this.gcrl=res.data.gcrl + // if (this.$refs.xGrid) { + // this.$refs.xGrid8.loadData(this.list8) + // } }) this.activeName = 'first' }, @@ -2932,10 +2925,10 @@ export default { if (!res.success){ this.$message.warning(res.message) }else{ - this.list8 = res.data - if (this.$refs.xGrid8) { - this.$refs.xGrid8.loadData(this.list8) - } + // this.list = res.data + // if (this.$refs.xGrid) { + // this.$refs.xGrid.loadData(this.list) + // } } }) this.activeName = 'first' diff --git a/src/views/sjzx/bomwh.vue b/src/views/sjzx/bomwh.vue index 9a49349..b702b3e 100644 --- a/src/views/sjzx/bomwh.vue +++ b/src/views/sjzx/bomwh.vue @@ -65,10 +65,20 @@ - + + + + 导入套料图PDF + + - - @@ -77,7 +87,9 @@ -
+ + +
Date: Sun, 28 Apr 2024 13:59:39 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8D=95=E5=85=83=E6=A0=BC=E5=90=88?= =?UTF-8?q?=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/jhzx/symxCX.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/jhzx/symxCX.vue b/src/views/jhzx/symxCX.vue index d452186..e2d1ad8 100644 --- a/src/views/jhzx/symxCX.vue +++ b/src/views/jhzx/symxCX.vue @@ -44,6 +44,7 @@ :data="list" :custom-config="{ storage: true }" :scroll-y="{enabled: true}" + :span-method="rowspanMethod1" highlight-hover-row show-overflow show-header-overflow