Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
胡锦波
/
org-manager-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3645121a
authored
Jun 23, 2022
by
胡锦波
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1. up
parent
5b90eb2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
src/views/pages/service-management/invoice-titles/dialog-invoice-title-detail.vue
src/views/pages/service-management/invoice-titles/dialog-invoice-title-detail.vue
View file @
3645121a
...
...
@@ -119,6 +119,7 @@
type
:
"radio"
,
placeholder
:
""
,
className
:
"mt30 mb30"
,
require
:
true
,
},
{
key
:
"phone"
,
...
...
@@ -133,7 +134,7 @@
label
:
"税号"
,
value
:
""
,
type
:
"text"
,
noR
equire
:
true
,
r
equire
:
true
,
placeholder
:
"请填写税号"
,
},
{
...
...
@@ -276,7 +277,8 @@
}
private
handlerResult
()
{
const
msg
=
this
.
type
===
"add"
?
"添加成功"
:
"修改成功"
;
const
isEditType
=
this
.
type
===
DialogType
.
Edit
;
const
msg
=
isEditType
?
"修改成功"
:
"添加成功"
;
popupService
.
toast
.
success
(
msg
);
this
.
$emit
(
"confirm"
,
this
.
type
);
this
.
close
();
...
...
@@ -301,11 +303,6 @@
}
protected
onClosing
()
{
if
(
this
.
type
===
"edit"
)
{
this
.
handleDefaultData
();
this
.
$emit
(
"updateType"
,
"detail"
);
return
;
}
setTimeout
(()
=>
{
this
.
formData
.
forEach
((
x
)
=>
{
if
(
x
.
key
===
"default"
)
{
...
...
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