From ed41bd0dcae8fa90552f4f1575f450399b412691 Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Tue, 7 May 2024 10:15:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MaterialProductionInput.vue | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pages/materialManagement/MaterialProductionInput/MaterialProductionInput.vue b/pages/materialManagement/MaterialProductionInput/MaterialProductionInput.vue index b887ec9..ca2ea9e 100644 --- a/pages/materialManagement/MaterialProductionInput/MaterialProductionInput.vue +++ b/pages/materialManagement/MaterialProductionInput/MaterialProductionInput.vue @@ -73,20 +73,19 @@ - - - - - - - - + + + + + + + @@ -181,7 +180,7 @@ export default { this.$refs.uNotify.show({ top: 100, type: 'success', - message: '获取工单数据成功,共' + res.data.length + '条。时间为'+shanghaiTime, + message: '获取工单数据成功,共' + res.data.length + '条。时间为' + shanghaiTime, duration: 1000 * 3, fontSize: 20, safeAreaInsetTop: true