修改上传完成后刷新装料开始时间

This commit is contained in:
liuwu 2024-01-05 11:31:05 +08:00
parent cd1bab919a
commit f1c90df0e0
1 changed files with 1 additions and 0 deletions

View File

@ -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;