diff --git a/src/views/accounting/attachment/index.vue b/src/views/accounting/attachment/index.vue index 7f73bccc..8acf8d42 100644 --- a/src/views/accounting/attachment/index.vue +++ b/src/views/accounting/attachment/index.vue @@ -161,16 +161,19 @@ > - - - + + @@ -372,6 +375,11 @@ export default { this.form.fileName = res.data.name; this.form.fileSize = res.data.size; }, + //凭证选择 + handleSelectVoucher(val) { + this.form.voucherId = val.id; + this.form.voucherNum = val.voucherNum; + }, /** 提交按钮 */ submitForm() { this.$refs["form"].validate((valid) => {