|
@@ -32,7 +32,7 @@
|
|
|
size="small" @click="openComponent('cancel')">{{ t('banksign.cancel') }}</el-button>
|
|
size="small" @click="openComponent('cancel')">{{ t('banksign.cancel') }}</el-button>
|
|
|
<el-button
|
|
<el-button
|
|
|
v-if="[SignStatus.Unsigned, SignStatus.Refuse, SignStatus.Rescinded].includes(row.signstatus) || (row.signstatus === SignStatus.Signed && cusBank?.canmodifysigninfo === 1)"
|
|
v-if="[SignStatus.Unsigned, SignStatus.Refuse, SignStatus.Rescinded].includes(row.signstatus) || (row.signstatus === SignStatus.Signed && cusBank?.canmodifysigninfo === 1)"
|
|
|
- type="primary" size="small" @click="beforeShowComponent(row)">{{ t('operation.modify') }}</el-button>
|
|
|
|
|
|
|
+ type="primary" size="small" @click="showComponent('sign')">{{ t('operation.modify') }}</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</app-table>
|
|
</app-table>
|
|
@@ -151,16 +151,6 @@ const showComponent = ((componentName: string) => {
|
|
|
openComponent(componentName)
|
|
openComponent(componentName)
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
-const beforeShowComponent = (row: Model.BankAccountSignRsp) => {
|
|
|
|
|
- if (row.cusbankid === 'jdjs') {
|
|
|
|
|
- ElMessageBox.alert(t('banksign.tips9')).finally(() => {
|
|
|
|
|
- showComponent('sign')
|
|
|
|
|
- })
|
|
|
|
|
- } else {
|
|
|
|
|
- showComponent('sign')
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
const tableColumns = shallowRef<Model.TableColumn[]>([
|
|
const tableColumns = shallowRef<Model.TableColumn[]>([
|
|
|
{ field: 'accountcode', label: 'banksign.wallet.inoutapply.accountcode' },
|
|
{ field: 'accountcode', label: 'banksign.wallet.inoutapply.accountcode' },
|
|
|
{ field: 'accountname', label: 'banksign.accountname' },
|
|
{ field: 'accountname', label: 'banksign.accountname' },
|