From aefe8529b4c5a800f0e7a6ebe4366f7a2d1a6819 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Tue, 24 Oct 2023 17:16:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B4=E5=B9=B4=E4=B8=B0=E5=92=8C=E7=A5=A5?= =?UTF-8?q?=E5=88=A9B=E6=AC=BE=E4=BA=A7=E5=93=81=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=8A=84=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureOfElectronic.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/sale/SignatureOfElectronic.vue b/src/views/ebiz/sale/SignatureOfElectronic.vue index b40336de5..614f1cf9a 100644 --- a/src/views/ebiz/sale/SignatureOfElectronic.vue +++ b/src/views/ebiz/sale/SignatureOfElectronic.vue @@ -925,7 +925,7 @@ export default { let comment = window.localStorage.getItem('productCode') // if (comment == 'GFRS_M0003') { - if (comment == 'GFRS_M0003' || comment == 'GFRS_M0015' || comment == 'GFRS_M0017') { + if (comment == 'GFRS_M0003' || comment == 'GFRS_M0015' || comment == 'GFRS_M0017' || comment == 'GFRS_M0075' || comment == 'GFRS_M0080') { this.isComment = true }