Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yuzhenWang
yd-csf-front
Commits
8bd1b7ec
Commit
8bd1b7ec
authored
Apr 20, 2026
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新应付款记录的金额字段调整
parent
de20f660
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
src/views/financialCenter/payables.vue
+3
-2
src/views/financialCenter/receivables.vue
+5
-0
No files found.
src/views/financialCenter/payables.vue
View file @
8bd1b7ec
...
...
@@ -365,7 +365,7 @@ const addPayRecordFormConfig = [
maxDate
:
'today'
},
{
type
:
'input'
,
prop
:
'
a
mount'
,
prop
:
'
hkdA
mount'
,
label
:
'出账金额'
,
rules
:
[
{
pattern
:
/^-
?\d
+
(\.\d{1,2})?
$/
,
message
:
'小数(最多两位)'
,
trigger
:
'blur'
}
...
...
@@ -413,7 +413,7 @@ const handleConfirmAddPayRecord = async () => {
ElMessage
.
success
(
'新增出账记录成功'
)
addPayRecordDialogVisible
.
value
=
false
addPayRecordFormRef
.
value
.
resetForm
()
loadTable
Data
()
expectedFortuneList
Data
()
}
catch
(
error
)
{
ElMessage
.
error
(
error
.
message
)
}
...
...
@@ -429,6 +429,7 @@ const handleConfirmAddPayRecord = async () => {
addPayRecordFormRef
.
value
.
resetForm
()
editStatus
.
value
=
'add'
;
loadPayRecordTableData
(
selectedRow
.
value
.
expectedFortuneBizId
)
expectedFortuneListData
()
}
catch
(
error
)
{
ElMessage
.
error
(
error
.
message
)
}
...
...
src/views/financialCenter/receivables.vue
View file @
8bd1b7ec
...
...
@@ -321,6 +321,11 @@ const addReceivablesFormConfig = [
console
.
log
(
'对账公司'
,
res
)
return
res
.
data
.
records
||
[]
}
},
{
type
:
'input'
,
prop
:
'remark'
,
label
:
'备注'
,
}
]
// 弹窗表单重置
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment