修改复制生成单据 填写备注 生成之后备注为空 问题

dev
wangwei 2 years ago
parent cb7e6f031e
commit 01d53edb7c

@ -311,7 +311,8 @@ export default {
action: this.formData.action, action: this.formData.action,
fromInvCode: this.formData.fromInvCode, fromInvCode: this.formData.fromInvCode,
invCode: this.formData.invCode, invCode: this.formData.invCode,
products: products products: products,
remark: this.formData.remark
}; };
stockOrderChange(tQuery) stockOrderChange(tQuery)
.then((response) => { .then((response) => {

Loading…
Cancel
Save