From bd6bc2f5cfc801fc18576a99027d3c008c436318 Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Wed, 5 Nov 2025 15:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E7=94=B3=E8=AF=B7=E5=8D=95?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/orderIssure/newSoIssueNotify.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/modules/orderIssure/newSoIssueNotify.vue b/src/views/modules/orderIssure/newSoIssueNotify.vue index 811f6f6..8b50318 100644 --- a/src/views/modules/orderIssure/newSoIssueNotify.vue +++ b/src/views/modules/orderIssure/newSoIssueNotify.vue @@ -1992,9 +1992,7 @@ export default { xiadaNotify() { // 检查是否有明细记录 if ( - this.dataList.length == 0 && - this.dataList2.length == 0 && - this.dataList3.length == 0 + this.dataList.length == 0 ) { this.$alert('没有明细记录无法下达!!', '提示', { confirmButtonText: '确定', @@ -2003,7 +2001,7 @@ export default { } // 初始化弹框数据 this.xiadaNotifyData = { - planIssueDate: this.notifyData.planIssueDate || this.dayjs().format('YYYY-MM-DD HH:mm'), + planIssueDate: this.notifyData.planIssueDate || this.dayjs().format('YYYY-MM-DD HH:mm:ss'), remark: this.notifyData.remark || '', } // 打开弹框