领料出库领料数默认预领数量

This commit is contained in:
bb_pan 2025-03-24 15:50:13 +08:00
parent f7033c004a
commit 7a73b10582
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ export default {
this.$set(obj, 'typeId', row.typeId)
this.$set(obj, 'alNum', row.alNum) //
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, 'maModel', row.maModel) //
this.$set(obj, 'maName', row.maName) //