From f52a77eab6297c96ff6170e24bf50a14a7a3f2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Thu, 20 Apr 2023 15:33:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E4=B8=8D=E5=90=88=E6=A0=BC?= =?UTF-8?q?=E5=93=81=E6=89=93=E5=8D=B0=E9=80=80=E8=B4=A7=E5=8D=95=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PurchaseReceiptNote-msQuery.vue | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/fe/PC/src/views/rawMaterialManage/purchaseReceipt/PurchaseReceiptNote-msQuery.vue b/fe/PC/src/views/rawMaterialManage/purchaseReceipt/PurchaseReceiptNote-msQuery.vue index de93c859d..6f572e029 100644 --- a/fe/PC/src/views/rawMaterialManage/purchaseReceipt/PurchaseReceiptNote-msQuery.vue +++ b/fe/PC/src/views/rawMaterialManage/purchaseReceipt/PurchaseReceiptNote-msQuery.vue @@ -103,14 +103,14 @@ export default { name: "print-shd", size: 'mini' }, - { - type: 'info', - icon: 'el-icon-printer', - label: '打印退货单', - name: "print-thd", - hide: () => { return this.hideButton('bhgpshmx') }, - size: 'mini' - }, + // { + // type: 'info', + // icon: 'el-icon-printer', + // label: '打印退货单', + // name: "print-thd", + // hide: () => { return this.hideButton('bhgpshmx') }, + // size: 'mini' + // }, ], // 自定义详情明细汇总等table页 dropdownTabsData: [ @@ -230,24 +230,24 @@ export default { }) } // 打印退货单(不合格品收货明细显示) - if(val == 'print-thd'){ - this.toPrintHttp(()=>{ - let _printData = JSON.parse(JSON.stringify(this.propsData)) - _printData.details = [] - this.propsData.details.forEach(item => { - if(item.purchaseReceiptInspectStatus == 3){ - _printData.details.push(item) - } - }); - let _option = { - details:{ - reason:"failedReason" - } - } - let data = initPrintAllData(_printData,'thd.rdlx','UnqualifiedReason',_option); - this.Print(data) - }) - } + // if(val == 'print-thd'){ + // this.toPrintHttp(()=>{ + // let _printData = JSON.parse(JSON.stringify(this.propsData)) + // _printData.details = [] + // this.propsData.details.forEach(item => { + // if(item.purchaseReceiptInspectStatus == 3){ + // _printData.details.push(item) + // } + // }); + // let _option = { + // details:{ + // reason:"failedReason" + // } + // } + // let data = initPrintAllData(_printData,'thd.rdlx','UnqualifiedReason',_option); + // this.Print(data) + // }) + // } }, // 明细table按钮 currenDrawerButtonClick(row){