diff --git a/src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue b/src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue index 6f1512e..467397e 100644 --- a/src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue +++ b/src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue @@ -1604,7 +1604,7 @@ 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.notifyOrderData.needDate=this.dayjs().format("YYYY-MM-DD HH:mm") this.notifyOrderData.locationNo=row.sResourceid; this.saveSeqNoModalFlag=true },