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 },