refactor: add function qr at create
This commit is contained in:
parent
0e76287b35
commit
fbe00192c4
1 changed files with 17 additions and 0 deletions
|
|
@ -1697,12 +1697,29 @@ watch(currentHq, () => {
|
||||||
:separator="true"
|
:separator="true"
|
||||||
:qr="qrCodeimageUrl"
|
:qr="qrCodeimageUrl"
|
||||||
:readonly="formType === 'view'"
|
:readonly="formType === 'view'"
|
||||||
|
@view-qr="
|
||||||
|
() => {
|
||||||
|
triggerEditQrCodeLine();
|
||||||
|
}
|
||||||
|
"
|
||||||
|
@edit-qr="() => refQrCodeUpload && refQrCodeUpload.browse()"
|
||||||
/>
|
/>
|
||||||
<FormBank
|
<FormBank
|
||||||
id="form-bank"
|
id="form-bank"
|
||||||
title="branch.form.group.bankAccount"
|
title="branch.form.group.bankAccount"
|
||||||
dense
|
dense
|
||||||
v-model:bank-book-list="formBankBook"
|
v-model:bank-book-list="formBankBook"
|
||||||
|
@view-qr="
|
||||||
|
(i) => {
|
||||||
|
currentIndexQrCodeBank = i;
|
||||||
|
triggerEditQrCodeBank();
|
||||||
|
}
|
||||||
|
"
|
||||||
|
@edit-qr="
|
||||||
|
(i) => {
|
||||||
|
currentIndexQrCodeBank = i;
|
||||||
|
}
|
||||||
|
"
|
||||||
/>
|
/>
|
||||||
<FormBranchAdmin
|
<FormBranchAdmin
|
||||||
id="form-branch-admin-view"
|
id="form-branch-admin-view"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue