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
c7fa0242
Commit
c7fa0242
authored
Mar 09, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-20250827wyz-写业务' into 'test'
给客户加Id See merge request
!72
parents
83cf4e8c
896b2ebf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
src/views/sign/FnaList/components/customer.vue
+2
-0
src/views/sign/FnaList/edit.vue
+1
-0
No files found.
src/views/sign/FnaList/components/customer.vue
View file @
c7fa0242
...
...
@@ -1506,6 +1506,7 @@ const handleFormValues = source => {
}
if
(
props
.
customerBizId
&&
props
.
activeName
==
'customer'
)
{
submitObj
[
'fnaBizId'
]
=
props
.
idsObj
.
fnaBizId
editCustomer
(
submitObj
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
handleEditStatus
()
...
...
@@ -1520,6 +1521,7 @@ const handleFormValues = source => {
}
else
if
(
!
props
.
customerBizId
&&
props
.
activeName
==
'customer'
)
{
addFna
({
remark
:
''
}).
then
(
response
=>
{
if
(
response
.
code
==
200
)
{
submitObj
[
'fnaBizId'
]
=
response
.
data
.
fnaBizId
addCustomer
(
submitObj
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
proxy
.
$message
.
success
(
'客户新增成功'
)
...
...
src/views/sign/FnaList/edit.vue
View file @
c7fa0242
...
...
@@ -96,6 +96,7 @@
:tabIndex=
"tabsList.findIndex(t => t.name === 'customer')"
anchorContainer=
".tabPaneBox"
tabSource=
"customer"
:idsObj=
"processInfo"
/>
<div
v-if=
"tab.name === 'fnaform'"
>
<FanForm
...
...
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