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
367afd79
Commit
367afd79
authored
Mar 22, 2019
by
gary
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、fix
parent
083e8496
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
11 deletions
+21
-11
international_bu_data.xlsx
...ources/analysis_excel_template/international_bu_data.xlsx
+0
-0
vat.json
atms-web/src/main/webapp/app-resources/i18n/en-us/vat.json
+2
-0
vat.json
atms-web/src/main/webapp/app-resources/i18n/zh-CN/vat.json
+2
-0
international-data-import.ctrl.js
...ternational-data-import/international-data-import.ctrl.js
+17
-11
No files found.
atms-api/src/main/resources/analysis_excel_template/international_bu_data.xlsx
View file @
367afd79
No preview for this file type
atms-web/src/main/webapp/app-resources/i18n/en-us/vat.json
View file @
367afd79
...
...
@@ -996,6 +996,8 @@
"PleaseSelect"
:
"Please Select..."
,
"PleaseSelectColumn"
:
"Please Select Column Name"
,
"PleaseSelectFileFirst"
:
"Please Choose at Lease One File!"
,
"PleaseSelectCountryFirst"
:
"Please Choose at one country!"
,
"PleaseSelectCompanyFirst"
:
"Please Choose at one company!"
,
"PostedBy"
:
"Posted by"
,
"PostingPeriod"
:
"Posting Period"
,
"PreVoucherNumber"
:
"Initial Value of Voucher Number"
,
...
...
atms-web/src/main/webapp/app-resources/i18n/zh-CN/vat.json
View file @
367afd79
...
...
@@ -1293,6 +1293,8 @@
"PleaseSelectColumn"
:
"请选择列名"
,
"PleaseSelectFile"
:
"请先选择文件"
,
"PleaseSelectFileFirst"
:
"请先选择文件!"
,
"PleaseSelectCountryFirst"
:
"请先选择国家!"
,
"PleaseSelectCompanyFirst"
:
"请先选择公司!"
,
"PleaseSelectProductType"
:
"请选择商品种类"
,
"PleaseSelectRecordToDelete"
:
"请选择需要删除的记录!"
,
"PleaseSelectServiceType"
:
"请选择服务类型"
,
...
...
atms-web/src/main/webapp/app/analysis/data-import/international-data-import/international-data-import.ctrl.js
View file @
367afd79
...
...
@@ -194,10 +194,21 @@
return
;
}
if
(
!
$scope
.
selectCountry
||
''
===
$scope
.
selectCountry
){
SweetAlert
.
warning
(
$translate
.
instant
(
'PleaseSelectFileFirst'
));
return
;
}
if
(
!
$scope
.
selectCompany
||
''
===
$scope
.
selectCompany
){
SweetAlert
.
warning
(
$translate
.
instant
(
'PleaseSelectFileFirst'
));
return
;
}
var
url
=
getUploadUrl
();
var
period
=
$scope
.
UploadPeriodTime
;
Upload
.
upload
({
url
:
url
,
data
:
{
...
...
@@ -297,39 +308,34 @@
columns
:
[
{
dataField
:
"gmv"
,
width
:
'1
4
%'
,
width
:
'1
6
%'
,
allowHeaderFiltering
:
false
,
caption
:
'Gmv'
},
{
dataField
:
"trips"
,
allowHeaderFiltering
:
false
,
caption
:
'Trips'
,
width
:
'1
4
%'
width
:
'1
6
%'
},
{
dataField
:
"subsidyB"
,
allowHeaderFiltering
:
false
,
width
:
'1
4
%'
,
width
:
'1
6
%'
,
caption
:
'SubsidyB'
},
{
dataField
:
"subsidyC"
,
allowHeaderFiltering
:
false
,
width
:
'1
4
%'
,
width
:
'1
6
%'
,
caption
:
'SubsidyC'
},
{
dataField
:
"revenue"
,
allowHeaderFiltering
:
false
,
width
:
'1
4
%'
,
width
:
'1
6
%'
,
caption
:
'Revenue'
},
{
dataField
:
"profit"
,
allowHeaderFiltering
:
false
,
width
:
'1
4
%'
,
width
:
'1
6
%'
,
caption
:
'Profit'
},
{
dataField
:
"exchangeRate"
,
allowHeaderFiltering
:
false
,
width
:
'14%'
,
caption
:
'ExchangeRate'
}],
onContentReady
:
function
(
e
)
{
$scope
.
accountingRateListInstance
=
e
.
component
;
...
...
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