修改上传完成后刷新装料开始时间
This commit is contained in:
parent
cd1bab919a
commit
f1c90df0e0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue