Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
035bccb4
authored
Feb 28, 2024
by
芋道源码
Committed by
Gitee
Feb 28, 2024
Browse files
Options
Browse Files
Download
Plain Diff
!396 修复:回款管理-编辑:不显示合同名称
Merge pull request !396 from 李占宏/dev
parents
c792e69a
776846fe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/views/crm/receivable/ReceivableForm.vue
+2
-0
No files found.
src/views/crm/receivable/ReceivableForm.vue
View file @
035bccb4
...
...
@@ -186,6 +186,8 @@ const open = async (
formLoading
.
value
=
true
try
{
formData
.
value
=
await
ReceivableApi
.
getReceivable
(
id
)
await
handleCustomerChange
(
formData
.
value
.
customerId
)
formData
.
value
.
contractId
=
formData
.
value
.
contract
.
id
}
finally
{
formLoading
.
value
=
false
}
...
...
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