Commit b595a726 authored by jingnan's avatar jingnan 👀

领用出库添加明细修改

parent 3e30bb4d
......@@ -116,7 +116,7 @@ export default {
data[0].extSupportingItemId = this.selection.extSupportingItemVO && this.selection.extSupportingItemVO.id
}
this.$emit('submitEvent', { formData: data, addContinue })
this.cleanAddForm()
addContinue && this.cleanAddForm()
} else {
this.$utils.showMessageWarning(`至少选择一条物料并且${this.amountItemLabel}必填!`)
return false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment