fix: 新增理财账户管理功能。

This commit is contained in:
tianyongbao
2025-01-24 23:33:49 +08:00
parent 09d4619f7b
commit 27d37c1360
6 changed files with 745 additions and 1 deletions

View File

@@ -183,6 +183,23 @@ onLoad((option) => {
showDebitCard.value = true
}
}
function handleShowStatus() {
if (statusList.value[0].length === 0) {
proxy.$refs['uToast'].show({
message: '账户状态操作为空 ', type: 'warning'
})
} else {
showStatus.value = true
}
}
function handleStatusConfirm(e) {
form.value.statusName = e.value[0].dictLabel
form.value.status = e.value[0].dictValue
showStatus.value = false
}
function handleStatusCancel() {
showStatus.value = false
}
function handleDebitCardConfirm(e) {
form.value.bankNameCode = e.value[0].nameCodeAvailableLimit
form.value.debitCard = e.value[0].id