fix:日志中使用数不能改问题修正

This commit is contained in:
shijing 2025-07-04 16:25:26 +08:00
parent 23b711d72f
commit 7e7d417ced
1 changed files with 4 additions and 4 deletions

View File

@ -384,12 +384,12 @@ export default {
res.forEach(item => {
if(item.batch==that.codeBatch){
that.form.wm_in = item.id;
that.form.count_use = item.count;
that.batch_count = item.count;
that.form.count_use = item.count_cando;
that.batch_count = item.count_cando;
}
if(that.form.wm_in == item.id){
that.codeBatch=item.batch;
that.batch_count = item.count;
that.batch_count = item.count_cando;
}
});
});
@ -488,7 +488,7 @@ export default {
that.isSaveing = true;
that.form.mlog = that.mlog;
that.form.batch = that.selectObj.batch;
that.form.count_use = that.selectObj.count_cando;
// that.form.count_use = that.selectObj.count_cando;
if(that.mgroupMtype==10&&that.cellsList.length>0){
that.form.count_json_from = that.cellsList;
}