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
31fc1458
Commit
31fc1458
authored
Apr 02, 2019
by
chase
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_mysql' of
http://code.tech.tax.asia.pwcinternal.com/root/atms
into dev_mysql
parents
6f4f3828
9ddc9cd0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
conf_profile_uat.properties
atms-api/src/main/resources/conf/conf_profile_uat.properties
+4
-4
organization-manage.html
...nfrastructure/organizationManage/organization-manage.html
+3
-3
No files found.
atms-api/src/main/resources/conf/conf_profile_uat.properties
View file @
31fc1458
jdbc_url
=
jdbc:mysql://1
72.20.2.218:3300/fintax_test
?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false
jdbc_user
=
fintax_user_
test2
jdbc_password
=
Fintaxuser@123
Test2
jdbc_url
=
jdbc:mysql://1
0.88.128.65:8806/fintax_stage
?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false
jdbc_user
=
fintax_user_
stage
jdbc_password
=
Fintaxuser@123
Stage
#jdbc_password=111111
jdbc_admin_db
=
taxadmin2018
...
...
@@ -31,7 +31,7 @@ max_file_length=104857600
#Distributed ID Generate
distributed_id_datacenter
=
10
distributed_id_machine
=
1
5
distributed_id_machine
=
1
6
api.url
=
http://dts.erp.didichuxing.com
...
...
atms-web/src/main/webapp/app/admin/infrastructure/organizationManage/organization-manage.html
View file @
31fc1458
...
...
@@ -1215,15 +1215,15 @@
<!-- 有效开始时间 -->
<span
class=
"block-span col-sm-4"
ng-show=
"!selectCompany.isUpdate"
>
{{set.effectiveDateStr}}
</span>
<div
ng-show=
"selectCompany.isUpdate"
class=
"col-sm-4 fix-height"
ng-show=
"selectCompany.isUpdate"
ng-class=
"{'has-error':set.startDateError}"
>
<div
ng-show=
"selectCompany.isUpdate"
class=
"col-sm-4 fix-height"
style=
"width: 33.33%!important;"
ng-show=
"selectCompany.isUpdate"
ng-class=
"{'has-error':set.startDateError}"
>
<input
type=
"text"
class=
"form_datetime form-control"
ng-model=
"set.effectiveDateStr"
id=
"{{set.fromID}}"
ng-change=
"checkStartDate(set)"
required
/>
<p
ng-show=
"set.startDateError"
class=
"has-error label"
>
{{set.startDateError}}
</p>
</div>
<span
class=
"col-sm-1 block-span"
>
{{'ExpiredDateTo'|translate}}
</span>
<span
class=
"col-sm-1 block-span"
style=
"margin-top: -24px;"
>
{{'ExpiredDateTo'|translate}}
</span>
<!-- 有效结束时间 -->
<span
class=
"block-span col-sm-4"
ng-show=
"!selectCompany.isUpdate"
>
{{set.expiredDateStr}}
</span>
<div
ng-show=
"selectCompany.isUpdate"
class=
"col-sm-4 fix-height"
ng-show=
"selectCompany.isUpdate"
ng-class=
"{'has-error':set.endDateError}"
>
<div
ng-show=
"selectCompany.isUpdate"
class=
"col-sm-4 fix-height"
style=
"width:33.33%!important;"
ng-show=
"selectCompany.isUpdate"
ng-class=
"{'has-error':set.endDateError}"
>
<input
type=
"text"
class=
"form_datetime form-control"
ng-change=
"checkEndDate(set)"
ng-model=
"set.expiredDateStr"
id=
"{{set.toID}}"
/>
<!--<p ng-show="set.endDateError" class="has-error label">{{set.endDateError}}</p>-->
</div>
...
...
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