From e4945364cbb48cc16a60f7fb5ddd0ee8c23a4669 Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Fri, 23 Jan 2026 09:43:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A6=81=E6=B1=82=E5=8F=91=E6=96=99=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/orderIssure/soIssueNotify/newSoIssueNotify.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue b/src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue index f998c34..6e2d6ba 100644 --- a/src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue +++ b/src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue @@ -1734,8 +1734,8 @@ this.notifyOrderData.qtyrequired=row.qtyrequired this.notifyOrderData.sResourceid=row.sResourceid this.notifyOrderData.issureQty='' - //this.notifyOrderData.needDate=this.dayjs().format("YYYY-MM-DD HH:mm") - this.$set(this.notifyOrderData,'needDate','') + this.notifyOrderData.needDate=this.dayjs().add(4,'hour').format("YYYY-MM-DD HH:mm") + //this.$set(this.notifyOrderData,'needDate','') this.notifyOrderData.locationNo=row.sResourceid; this.saveSeqNoModalFlag=true },