领料出库领料数默认预领数量
This commit is contained in:
parent
f7033c004a
commit
7a73b10582
|
|
@ -693,7 +693,7 @@ export default {
|
||||||
this.$set(obj, 'typeId', row.typeId)
|
this.$set(obj, 'typeId', row.typeId)
|
||||||
this.$set(obj, 'alNum', row.alNum) //已出库数量
|
this.$set(obj, 'alNum', row.alNum) //已出库数量
|
||||||
this.$set(obj, 'outNum', row.outNum) //待出库数量
|
this.$set(obj, 'outNum', row.outNum) //待出库数量
|
||||||
this.$set(obj, 'inputNum', 1) //出库数量
|
this.$set(obj, 'inputNum', row.outNum) //出库数量
|
||||||
this.$set(obj, 'num', row.num) //库存
|
this.$set(obj, 'num', row.num) //库存
|
||||||
this.$set(obj, 'maModel', row.maModel) // 以大代小 规格
|
this.$set(obj, 'maModel', row.maModel) // 以大代小 规格
|
||||||
this.$set(obj, 'maName', row.maName) // 以大代小 类型
|
this.$set(obj, 'maName', row.maName) // 以大代小 类型
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue