fix:日志中使用数不能改问题修正
This commit is contained in:
parent
23b711d72f
commit
7e7d417ced
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue