记账凭证传值新增

main
mo 1 year ago
parent 0908dc3e0c
commit 8d96da0802

@ -464,6 +464,7 @@ export default {
console.log(obj);
if (obj != undefined && obj != null) {
this.form.voucherNum = obj.voucherNum;
this.form.voucherId = obj.id;
}
},
},

Loading…
Cancel
Save