fix:下拉选项与表单数量统一用count_canmio
This commit is contained in:
parent
7509fa7b2a
commit
bea55dbe1b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue