From 4e798445a28a5be491b08b2c006459800aec806c Mon Sep 17 00:00:00 2001 From: anthonywj Date: Tue, 28 Nov 2023 14:29:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=87=BA=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E5=AF=BC=E5=87=BAExcel=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/supInoutSearchOrder.vue | 10 +- .../purApply/purOrderSelectProduct.vue | 126 +++++++++--------- 2 files changed, 74 insertions(+), 62 deletions(-) diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue index 50ced752..d042400f 100644 --- a/src/views/inventory/supInoutSearchOrder.vue +++ b/src/views/inventory/supInoutSearchOrder.vue @@ -487,7 +487,7 @@ export default { }, searchExport() { - this.$confirm("是否确定打印所有查询结果数据", "提示", { + this.$confirm("是否确定导出所有查询结果数据", "提示", { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning", @@ -506,8 +506,14 @@ export default { keyWords: this.filterQuery.keyWords, mainAction: this.filterQuery.mainAction, action: this.filterQuery.action - }; + + if (this.filterQuery.actionType == 'preInDetail') { + printParams.invCode = '1000001' + } else if (this.filterQuery.actionType == 'preDetail') { + printParams.invCode = '1000002' + } + if (this.actDateRange !== null) { printParams.startAduditTime = this.actDateRange[0]; printParams.endAduditTime = this.actDateRange[1]; diff --git a/src/views/purchase/purApply/purOrderSelectProduct.vue b/src/views/purchase/purApply/purOrderSelectProduct.vue index 77daa3ad..75a2fe88 100644 --- a/src/views/purchase/purApply/purOrderSelectProduct.vue +++ b/src/views/purchase/purApply/purOrderSelectProduct.vue @@ -4,7 +4,7 @@ - + @@ -12,25 +12,25 @@ - + - + - + - + @@ -38,24 +38,24 @@ - + - + - + - + @@ -64,20 +64,20 @@ - + - + - + @@ -109,16 +109,22 @@ - + v-if="productRemarkSet.remarkEnable1" + :label="productRemarkSet.remarkTitle1" prop="basicPrductRemak1" width="140" + show-overflow-tooltip> - + v-if="productRemarkSet.remarkEnable2" + :label="productRemarkSet.remarkTitle2" prop="basicPrductRemak2" width="140" + show-overflow-tooltip> + +