From 19bba2f1d780e1c6e4d4272e402e56e5b94aeeee Mon Sep 17 00:00:00 2001
From: baoyu <102349094+Bytq@users.noreply.github.com>
Date: Wed, 17 Apr 2024 11:43:43 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=9B=BD=E5=86=85?=
=?UTF-8?q?=E6=A0=87=E5=87=86=E8=AF=A6=E6=83=85=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../details/otherStandardDetails/index.vue | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue
index 4bcae191e..0959de63e 100644
--- a/src/pages/details/otherStandardDetails/index.vue
+++ b/src/pages/details/otherStandardDetails/index.vue
@@ -564,7 +564,7 @@
- {{ file.oldFileName}}
- {{ file.oldFileName}}
+ {{ file.oldFileName}}
- {{ file.oldFileName}}
- {{ file.oldFileName}}
+ {{ file.oldFileName}}
Date: Wed, 17 Apr 2024 14:35:11 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=B5=81=E7=A8=8B=20?=
=?UTF-8?q?=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE=E8=AE=A2=E2=80=94=E2=80=94?=
=?UTF-8?q?=E4=BA=A7=E5=93=81=E6=A0=87=E5=87=86=20=E5=88=B6=E4=BF=AE?=
=?UTF-8?q?=E8=AE=A2=E7=B1=BB=E5=9E=8B=E4=B8=BA=E4=BF=AE=E8=AE=A2=E6=97=B6?=
=?UTF-8?q?=E4=B8=8D=E5=B8=A6=E5=85=A5=E5=8F=91=E5=B8=83=E6=97=A5=E6=9C=9F?=
=?UTF-8?q?=E5=92=8C=E4=BC=81=E6=A0=87=E5=AE=9E=E6=96=BD=E6=97=A5=E6=9C=9F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pages/creatProcess/qbrk-product/bussLibraryProduct.vue | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/bussLibraryProduct.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/bussLibraryProduct.vue
index abf2fa549..7baa03b50 100644
--- a/src/pages/processCenter/pages/creatProcess/qbrk-product/bussLibraryProduct.vue
+++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/bussLibraryProduct.vue
@@ -565,6 +565,10 @@ export default {
const form = Object.assign(data, data.attrInfoMap);
const keys = Object.keys(this.form)
const initForm = JSON.parse(JSON.stringify(this.initForm))
+ if (this.form.standStatus === '2') {
+ form.putTime = undefined
+ form.issueTime = undefined
+ }
this.form = Object.assign(initForm, pick(form, keys), { standStatus: this.form.standStatus })
// 对象空值转为空字符串
Object.entries(this.form).forEach(([ key, value ]) => {