fix:下拉选项与表单数量统一用count_canmio

This commit is contained in:
shijing 2025-10-20 16:38:29 +08:00
parent 7509fa7b2a
commit bea55dbe1b
1 changed files with 2 additions and 2 deletions

View File

@ -562,8 +562,8 @@ export default {
// that.getnumberOutLast();
that.form.batch = items.batch;
that.form.mb = items.id;
that.batchcount = Number(items.count);
that.form.count = Number(items.count);
that.batchcount = Number(items.count_canmio);
that.form.count = Number(items.count_canmio);
that.form.warehouse = items.warehouse;
that.inputBatchDisable = true;
}