Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
135f46f1
Commit
135f46f1
authored
Jan 29, 2019
by
gary
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixbug
parent
ea31f7a0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
organization-manage.html
...nfrastructure/organizationManage/organization-manage.html
+1
-1
organization-manage.htmlbak
...astructure/organizationManage/organization-manage.htmlbak
+0
-0
constant.js
atms-web/src/main/webapp/app/common/utils/constant.js
+2
-1
No files found.
atms-web/src/main/webapp/app/admin/infrastructure/organizationManage/organization-manage.html
View file @
135f46f1
...
...
@@ -464,7 +464,7 @@
<select
class=
"input-group"
style=
"display: none"
name=
"TaxRegStatus"
ng-model=
"editOrgExtraModel.regStatusList"
ng-options=
"
x.type as x.type for x
in regStatusList"
>
ng-options=
"
item for item
in regStatusList"
>
<option
value=
""
>
{{resources.TaxRegStatus}}
</option>
</select>
</span>
...
...
atms-web/src/main/webapp/app/admin/infrastructure/organizationManage/organization-manage.htmlbak
deleted
100644 → 0
View file @
ea31f7a0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
atms-web/src/main/webapp/app/common/utils/constant.js
View file @
135f46f1
...
...
@@ -1157,7 +1157,8 @@ constant.EquityCurrency = [
constant
.
GroupTypeList
=
[
{
code
:
0
,
type
:
"增值税"
},
{
code
:
1
,
type
:
"印花税"
},
{
code
:
2
,
type
:
"企业所得税"
}
{
code
:
2
,
type
:
"企业所得税"
},
{
code
:
3
,
type
:
"国际税"
}
];
constant
.
InvoiceTypeList
=
[
...
...
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