From b20b41d360712499fdf86ce50756f80c4a591ebe Mon Sep 17 00:00:00 2001 From: anthonyywj2 <353682448@qq.com> Date: Thu, 4 Aug 2022 09:28:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8D=95=E6=8D=AE=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=97=B6=E9=97=B4=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/invWarehouse.vue | 2 +- src/views/thrsys/thirdUploadSet.vue | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/views/basic/invWarehouse.vue b/src/views/basic/invWarehouse.vue index e8f9cd9..784f22e 100644 --- a/src/views/basic/invWarehouse.vue +++ b/src/views/basic/invWarehouse.vue @@ -1004,7 +1004,7 @@ export default { this.subFromName = formName; if (formName === "edit") { - this.subData = data; + this.subData = JSON.parse(JSON.stringify(data)); } else if (formName === "add") { this.subData = {}; this.subData.parentId = data.code; diff --git a/src/views/thrsys/thirdUploadSet.vue b/src/views/thrsys/thirdUploadSet.vue index e068888..1fae2a0 100644 --- a/src/views/thrsys/thirdUploadSet.vue +++ b/src/views/thrsys/thirdUploadSet.vue @@ -54,7 +54,27 @@ + + + + +
+ 上传起始时间:  + + +
+
+
+