From 1a8b9c4354c302646555fc2bee5b2961dbad9a79 Mon Sep 17 00:00:00 2001 From: liuyp Date: Wed, 19 Jun 2024 19:24:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E6=9C=9F=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisWaybillProblemInfo/problemEntry.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/emis/emisWaybillProblemInfo/problemEntry.vue b/src/views/emis/emisWaybillProblemInfo/problemEntry.vue index 6e4749dc..f95967be 100644 --- a/src/views/emis/emisWaybillProblemInfo/problemEntry.vue +++ b/src/views/emis/emisWaybillProblemInfo/problemEntry.vue @@ -197,6 +197,7 @@ import { listEmisWaybill } from "@/api/emis/emisWaybill"; // import { getWaybillDetail } from "@/api/emis/emisWaybill"; import EmisSiteSimplePicker from '@/views/emis/EmisBaseTools/EmisSiteSimplePicker.vue'; import ProblemTypePicker from '@/views/emis/EmisBaseTools/ProblemTypePicker.vue'; +import { parseTime } from "@/utils/custom"; export default { name: "ProblemEntry", @@ -495,7 +496,7 @@ export default { picUrl:item.picUrl, remark:item.remark, scanWeight:item.scanWeight, - scanDate:item.scanDate + scanDate:parseTime(item.scanDate || new Date()) } ) // problemInfoList.push({