From f1c90df0e0c1ec4ab360b1e1279ea1b07a1ac54b Mon Sep 17 00:00:00 2001 From: liuwu <975499773@qq.com> Date: Fri, 5 Jan 2024 11:31:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E4=BC=A0=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E5=90=8E=E5=88=B7=E6=96=B0=E8=A3=85=E6=96=99=E5=BC=80?= =?UTF-8?q?=E5=A7=8B=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/script/index.js b/script/index.js index ebed025..1634a96 100644 --- a/script/index.js +++ b/script/index.js @@ -86,6 +86,7 @@ function submitData() { } // api.hideProgress(); mui.toast(param.name + " 已上传 " + param.feedWeight,{duration:1500,type:'div'}); + api.setGlobalData({key: 'startTime', value: currTimeFn(new Date())}); remark = '手动上传' beforeWeight = nowWeight; // document.getElementById('beforeWeight').innerHTML = '称实时/装料前:' + nowWeight + '/' + beforeWeight;