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
ffbbed20
Commit
ffbbed20
authored
Apr 02, 2019
by
kevin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#
parent
0dbc5049
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
conf_profile_uat.properties
atms-api/src/main/resources/conf/conf_profile_uat.properties
+1
-1
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 @
ffbbed20
...
...
@@ -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 @
ffbbed20
...
...
@@ -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