fix:玻纤生产领料和入库时,选中物料时,数量默认所有
This commit is contained in:
parent
562dcba22a
commit
8a2372410e
|
@ -44,6 +44,7 @@
|
||||||
<el-select
|
<el-select
|
||||||
v-model="form.batch"
|
v-model="form.batch"
|
||||||
filterable
|
filterable
|
||||||
|
style="width: 100%"
|
||||||
@change="selectwmChange"
|
@change="selectwmChange"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
|
@ -309,6 +310,7 @@ export default {
|
||||||
that.wbatchOptions.forEach((item) => {
|
that.wbatchOptions.forEach((item) => {
|
||||||
if (item.batch == val) {
|
if (item.batch == val) {
|
||||||
that.form.material = item.material;
|
that.form.material = item.material;
|
||||||
|
that.form.count = item.count;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue