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