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
b86d89b0
Commit
b86d89b0
authored
Mar 17, 2019
by
kevin
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
eb6ceae8
0c4ab430
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
15 deletions
+18
-15
app.json
atms-web/src/main/webapp/app-resources/i18n/en-us/app.json
+9
-9
vat.json
atms-web/src/main/webapp/app-resources/i18n/en-us/vat.json
+1
-1
organization-manage.ctrl.js
...astructure/organizationManage/organization-manage.ctrl.js
+5
-2
vat-preview-cash-flow.html
.../preview/vat-preview-cash-flow/vat-preview-cash-flow.html
+3
-3
No files found.
atms-web/src/main/webapp/app-resources/i18n/en-us/app.json
View file @
b86d89b0
...
...
@@ -406,15 +406,15 @@
"ModelStatusException"
:
"System Detection Abnormality"
,
"ModelStatusNormal"
:
"System Detection Normal"
,
"Month"
:
"Month"
,
"Month0
1"
:
"Month01
"
,
"Month0
2"
:
"Month02
"
,
"Month0
3"
:
"Month03
"
,
"Month0
4"
:
"Month04
"
,
"Month0
5"
:
"Month05
"
,
"Month0
6"
:
"Month06
"
,
"Month0
7"
:
"Month07
"
,
"Month0
8"
:
"Month08
"
,
"Month0
9"
:
"Month09
"
,
"Month0
2"
:
"Feb
"
,
"Month0
3"
:
"Mar
"
,
"Month0
4"
:
"Apr
"
,
"Month0
5"
:
"May
"
,
"Month0
6"
:
"Jun
"
,
"Month0
7"
:
"Jul
"
,
"Month0
8"
:
"Aug
"
,
"Month0
9"
:
"Sep
"
,
"Month0
1"
:
"Jan
"
,
"MoveDown"
:
"Move Down"
,
"MoveUp"
:
"Move Up"
,
"MsgExpired"
:
"Account Has Expired"
,
...
...
atms-web/src/main/webapp/app-resources/i18n/en-us/vat.json
View file @
b86d89b0
...
...
@@ -1503,7 +1503,7 @@
"Alternate1Description"
:
"Alternate 1 Description"
,
"Alternate2Description"
:
"Alternate 2 Description"
,
"YYYY-MM"
:
"YYYY-MM"
,
"profitLoss"
:
"Profit Statement
&Loss
"
,
"profitLoss"
:
"Profit Statement"
,
"ProfitLossTitle"
:
"Profit Statement"
,
"CurrentPeriodAmount"
:
"Current Period Amount"
,
"ThisYearAccumulatedAmount"
:
"This Year Accumulated Amount"
,
...
...
atms-web/src/main/webapp/app/admin/infrastructure/organizationManage/organization-manage.ctrl.js
View file @
b86d89b0
...
...
@@ -2151,6 +2151,10 @@
$scope
.
updateOrgExtraCancel
=
function
()
{
$scope
.
selectCompanyExtra
=
$scope
.
comExtraOldData
;
generalSelectCompanyExtraText
();
cancelWebChange
();
};
var
cancelWebChange
=
function
(){
$
(
'.extra-organization-info .control-label span'
).
removeAttr
(
"hidden"
);
$
(
'.extra-organization-info .right-option .button2position'
).
attr
(
"hidden"
,
"hidden"
);
$
(
'.extra-organization-info .right-option .updOrgBtn'
).
removeAttr
(
"hidden"
);
...
...
@@ -2199,8 +2203,7 @@
}
$scope
.
editOrgExtraModel
=
angular
.
copy
(
data
);
generalSelectCompanyExtraText
();
$scope
.
updateOrgExtraCancel
();
$scope
.
selectCompanyExtra
=
data
;
cancelWebChange
();
SweetAlert
.
success
(
$translate
.
instant
(
'OrganizationExtraInfoEditSuccess'
));
});
}
...
...
atms-web/src/main/webapp/app/vat/preview/vat-preview-cash-flow/vat-preview-cash-flow.html
View file @
b86d89b0
...
...
@@ -6,9 +6,9 @@
</div>
<div
style=
"margin-bottom: 10px;margin-left: 20px;margin-top: 10px;"
>
账套名称
:
<span
class=
"numAmount"
>
{{ledgerNameFirst}}
</span>
账套币种
:
<span
class=
"numAmount"
>
{{ledgerCurrencyCodeFirst}}
</span>
是否关账
:
<span
class=
"numAmount"
>
{{ledgerStatusFirst}}
</span>
{{'EnterpriseAccountSetName' | translate }}
:
<span
class=
"numAmount"
>
{{ledgerNameFirst}}
</span>
{{'EnterpriseAccountSetCurrency' | translate }}
:
<span
class=
"numAmount"
>
{{ledgerCurrencyCodeFirst}}
</span>
{{'IsCloseAccount' | translate }}
:
<span
class=
"numAmount"
>
{{ledgerStatusFirst}}
</span>
</div>
<div
id=
"mainAreaDiv"
class=
"main-area"
>
...
...
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