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
8e22ee51
Commit
8e22ee51
authored
Apr 12, 2019
by
Cheng C Yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 23414
parent
6fa7a786
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
import-trialbalance.html
...trols/import/import-trialbalance/import-trialbalance.html
+1
-1
vat-import-income-invoice.html
.../vat-import-income-invoice/vat-import-income-invoice.html
+1
-1
vat-import-output-invoice.html
.../vat-import-output-invoice/vat-import-output-invoice.html
+1
-1
No files found.
atms-web/src/main/webapp/app/common/controls/import/import-trialbalance/import-trialbalance.html
View file @
8e22ee51
...
...
@@ -25,7 +25,7 @@
{{'SelectFile' | translate}}
</button>
<div
ng-show=
"fileName"
style=
"display:inline-block"
>
<span
title=
"{{fileName}}"
>
{{'FileName' | translate}}{{fileName | limitString:
1
0}}
</span>
|
<span
title=
"{{fileName}}"
>
{{'FileName' | translate}}{{fileName | limitString:
5
0}}
</span>
|
<span
translate=
"WorkSheet"
></span>
<div
class=
"ui-select-no-border"
>
<ui-select
ng-model=
"sheetInfo.selectedSheetName"
on-select=
"changeSheet($item)"
search-enabled=
"false"
style=
"width:120px;"
>
...
...
atms-web/src/main/webapp/app/vat/import/vat-import-income-invoice/vat-import-income-invoice.html
View file @
8e22ee51
...
...
@@ -23,7 +23,7 @@
{{'SelectFile' | translate}}
</button>
<div
class=
"import-info-wrapper"
ng-show=
"fileName"
>
<span
title=
"{{fileName}}"
>
{{'FileName' | translate}}{{fileName | limitString:
1
0}}
</span>
|
<span
title=
"{{fileName}}"
>
{{'FileName' | translate}}{{fileName | limitString:
5
0}}
</span>
|
<span
translate=
"WorkSheet"
></span>
<div
class=
"ui-select-no-border"
>
<ui-select
ng-model=
"sheetInfo.selectedSheetName"
on-select=
"changeIncomeInvoiceSheet($item)"
search-enabled=
"false"
style=
"width:120px;"
>
...
...
atms-web/src/main/webapp/app/vat/import/vat-import-output-invoice/vat-import-output-invoice.html
View file @
8e22ee51
...
...
@@ -30,7 +30,7 @@
{{'SelectFile' | translate}}
</button>
<div
class=
"import-info-wrapper"
ng-show=
"fileName"
>
<span
title=
"{{fileName}}"
>
{{'FileName' | translate}}{{fileName | limitString:
1
0}}
</span>
|
<span
title=
"{{fileName}}"
>
{{'FileName' | translate}}{{fileName | limitString:
5
0}}
</span>
|
<span
translate=
"WorkSheet"
></span>
<div
class=
"ui-select-no-border"
>
<ui-select
ng-model=
"sheetInfo.selectedSheetName"
on-select=
"changeSheet($item)"
search-enabled=
"false"
style=
"width:120px;"
>
...
...
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