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
ae756386
Commit
ae756386
authored
May 13, 2019
by
weizhikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、导入分发页面条件框对齐;2、日记账预览去掉多余的列;3、财务数据抽取列的宽度;4、机构展示基本信息时展示出公司代码
parent
4416f756
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
30 additions
and
28 deletions
+30
-28
organization-manage.html
...nfrastructure/organizationManage/organization-manage.html
+1
-1
cit-preview-journal-merge.ctrl.js
...t-preview-journal-merge/cit-preview-journal-merge.ctrl.js
+4
-4
import-adjust-table.html
...trols/import/import-adjust-table/import-adjust-table.html
+1
-1
import-certified-invoices-list.html
...rtified-invoices-list/import-certified-invoices-list.html
+1
-1
import-invoice-data.html
...trols/import/import-invoice-data/import-invoice-data.html
+1
-1
import-invoice-record.html
...s/import/import-invoice-record/import-invoice-record.html
+1
-1
import-red-letter-info-table.html
...t-red-letter-info-table/import-red-letter-info-table.html
+1
-1
extract-financial-data.ctrl.js
...ion/extract-financial-data/extract-financial-data.ctrl.js
+16
-14
vat-preview-journal.ctrl.js
...t/preview/vat-preview-journal/vat-preview-journal.ctrl.js
+4
-4
No files found.
atms-web/src/main/webapp/app/admin/infrastructure/organizationManage/organization-manage.html
View file @
ae756386
...
...
@@ -195,7 +195,7 @@
<div
class=
"form-group"
>
<div
class=
"col-sm-12"
>
<span
class=
"control-label"
>
{{'OrganizationCode' | translate}}:
<span
title=
"{{selectCompany.
OrganizationCode}}"
>
{{selectCompany.OrganizationC
ode }}
</span></span>
title=
"{{selectCompany.
code}}"
>
{{selectCompany.c
ode }}
</span></span>
</div>
</div>
<!-- 注册地英文地址 -->
...
...
atms-web/src/main/webapp/app/cit/preview/cit-preview-journal-merge/cit-preview-journal-merge.ctrl.js
View file @
ae756386
...
...
@@ -223,12 +223,12 @@
dataSource
:
'gridDataSource'
},
columns
:
[
{
caption
:
$translate
.
instant
(
'ApprovalStatus'
),
dataField
:
"approvalStatus"
,
width
:
120
},
{
caption
:
$translate
.
instant
(
'Posting'
),
dataField
:
"postedStatus"
,
width
:
120
},
//
{caption: $translate.instant('ApprovalStatus'),dataField: "approvalStatus",width: 120},
//
{caption: $translate.instant('Posting'), dataField: "postedStatus",width: 120},
{
caption
:
$translate
.
instant
(
'AccountingPeriod'
),
dataField
:
"accountPeriod"
,
width
:
80
},
{
caption
:
$translate
.
instant
(
'DocumentDate'
),
dataField
:
"accountingDate"
,
dataType
:
"date"
,
format
:
"yyyy-MM-dd"
,
width
:
100
},
{
caption
:
$translate
.
instant
(
'JournalSource'
),
dataField
:
"journalSource"
,
width
:
200
},
{
caption
:
$translate
.
instant
(
'JournalCategory'
),
dataField
:
"category"
,
width
:
200
},
//
{caption: $translate.instant('JournalSource'), dataField: "journalSource",width: 200},
//
{caption: $translate.instant('JournalCategory'), dataField: "category",width: 200},
{
caption
:
$translate
.
instant
(
'JournalName'
),
dataField
:
"name"
,
width
:
200
},
{
caption
:
$translate
.
instant
(
'DocumentNo'
),
dataField
:
"voucherNum"
,
width
:
200
},
{
caption
:
$translate
.
instant
(
'Summary'
),
dataField
:
"description"
,
width
:
200
},
...
...
atms-web/src/main/webapp/app/common/controls/import/import-adjust-table/import-adjust-table.html
View file @
ae756386
...
...
@@ -12,7 +12,7 @@
<form
class=
"form-inline"
id=
"navigationForm"
name=
"navigationForm"
style=
"margin-top: 10px;"
>
<div
class=
"form-group"
>
<label
class=
"text-bold"
translate=
"SelectedOrganization"
style=
" top: -6px; position: relative;"
><span>
:
</span></label>
<div
dx-tag-box=
"selectOrgOptions"
style=
"display: inline-block;"
></div>
<div
dx-tag-box=
"selectOrgOptions"
style=
"display: inline-block;
position: relative; top: 6px;
"
></div>
</div>
<!-- <span class="text-bold" translate="SelectedOrganization"></span>:
<div class="dropdown" style="margin-left:10px">
...
...
atms-web/src/main/webapp/app/common/controls/import/import-certified-invoices-list/import-certified-invoices-list.html
View file @
ae756386
...
...
@@ -12,7 +12,7 @@
<form
class=
"form-inline"
id=
"navigationForm"
name=
"navigationForm"
style=
"margin-top: 10px;"
>
<div
class=
"form-group"
>
<label
class=
"text-bold"
translate=
"SelectedOrganization"
style=
" top: -6px; position: relative;"
><span>
:
</span></label>
<div
dx-tag-box=
"selectOrgOptions"
style=
"display: inline-block;"
></div>
<div
dx-tag-box=
"selectOrgOptions"
style=
"display: inline-block;
position: relative; top: 6px;
"
></div>
</div>
<div
class=
"form-group"
>
<!-- <span class="text-bold" translate="SelectedOrganization"></span>:
...
...
atms-web/src/main/webapp/app/common/controls/import/import-invoice-data/import-invoice-data.html
View file @
ae756386
...
...
@@ -11,7 +11,7 @@
<form
class=
"form-inline"
id=
"navigationForm"
name=
"navigationForm"
style=
"margin-top: 10px;"
>
<div
class=
"form-group"
>
<label
class=
"text-bold"
translate=
"SelectedOrganization"
style=
" top: -6px; position: relative;"
><span>
:
</span></label>
<div
dx-tag-box=
"selectOrgOptions"
style=
"display: inline-block;"
></div>
<div
dx-tag-box=
"selectOrgOptions"
style=
"display: inline-block;
position: relative; top: 6px;
"
></div>
</div>
<!-- <span class="text-bold" translate="SelectedOrganization"></span>:
<div class="dropdown" style="margin-left:10px">
...
...
atms-web/src/main/webapp/app/common/controls/import/import-invoice-record/import-invoice-record.html
View file @
ae756386
...
...
@@ -11,7 +11,7 @@
<form
class=
"form-inline"
id=
"navigationForm"
name=
"navigationForm"
style=
"margin-top: 10px;"
>
<div
class=
"form-group"
>
<label
class=
"text-bold"
translate=
"SelectedOrganization"
style=
" top: -6px; position: relative;"
><span>
:
</span></label>
<div
dx-tag-box=
"selectOrgOptions"
style=
"display: inline-block;"
></div>
<div
dx-tag-box=
"selectOrgOptions"
style=
"display: inline-block;
position: relative; top: 6px;
"
></div>
</div>
<!-- <div class="col-sm-6 col-xs-6 col-lg-6 leftNav" style="width: 60%;">
<span class="text-bold" translate="SelectedOrganization"></span>:
...
...
atms-web/src/main/webapp/app/common/controls/import/import-red-letter-info-table/import-red-letter-info-table.html
View file @
ae756386
...
...
@@ -68,7 +68,7 @@
<form
class=
"form-inline"
style=
"margin-top: 10px;"
>
<div
class=
"form-group"
>
<label
class=
"text-bold"
translate=
"SelectedOrganization"
style=
" top: -6px; position: relative;"
><span>
:
</span></label>
<div
dx-tag-box=
"selectOrgOptions"
style=
"display: inline-block;"
></div>
<div
dx-tag-box=
"selectOrgOptions"
style=
"display: inline-block;
position: relative; top: 6px;
"
></div>
</div>
<!-- <span class="text-bold" translate="SelectedOrganization"></span>:
<div class="dropdown" style="margin-left:10px">
...
...
atms-web/src/main/webapp/app/dataImport/data-extraction/extract-financial-data/extract-financial-data.ctrl.js
View file @
ae756386
...
...
@@ -137,31 +137,32 @@
columns
:
[{
dataField
:
"id"
,
allowHeaderFiltering
:
false
,
width
:
'70px'
,
caption
:
$translate
.
instant
(
'ExtractTaskId'
)
},
{
dataField
:
"taxpayerIdNum"
,
width
:
'15
%
'
,
width
:
'15
0px
'
,
allowHeaderFiltering
:
false
,
caption
:
$translate
.
instant
(
'TaxpayerIdNum'
)
},
{
dataField
:
"companyCode"
,
allowHeaderFiltering
:
false
,
caption
:
$translate
.
instant
(
'CompanyCode'
),
width
:
'
13%
'
width
:
'
75px
'
},
{
dataField
:
"companyName"
,
allowHeaderFiltering
:
false
,
width
:
'2
0%
'
,
width
:
'2
30px
'
,
caption
:
$translate
.
instant
(
'CompanyName'
)
},
{
dataField
:
"fileType"
,
allowHeaderFiltering
:
false
,
width
:
'1
5%
'
,
width
:
'1
40px
'
,
caption
:
$translate
.
instant
(
'ExtractFile'
)
},
{
dataField
:
"periodYear"
,
allowHeaderFiltering
:
false
,
width
:
'
8%
'
,
width
:
'
60px
'
,
caption
:
$translate
.
instant
(
'YearPeriod'
)
},
/*{
...
...
@@ -173,27 +174,27 @@
{
dataField
:
"periodMonth"
,
allowHeaderFiltering
:
false
,
width
:
'
8%
'
,
width
:
'
75px
'
,
caption
:
$translate
.
instant
(
'Period'
)
},
{
dataField
:
"recordSize"
,
allowHeaderFiltering
:
false
,
width
:
'
10%
'
,
width
:
'
75px
'
,
caption
:
$translate
.
instant
(
'RecordSize'
)
},
{
dataField
:
"errorMsg"
,
allowHeaderFiltering
:
false
,
width
:
'
20%
'
,
width
:
'
350px
'
,
caption
:
$translate
.
instant
(
'Status'
)
},
{
dataField
:
"operator"
,
allowHeaderFiltering
:
false
,
width
:
'10
%
'
,
width
:
'10
0px
'
,
caption
:
$translate
.
instant
(
'LogOperationUser'
)
},
{
dataField
:
"operateTime"
,
allowHeaderFiltering
:
false
,
width
:
'1
8%
'
,
width
:
'1
50px
'
,
caption
:
$translate
.
instant
(
'LogOperationTime'
),
calculateCellValue
:
function
(
data
)
{
return
new
Date
(
data
.
operateTime
).
formatDateTime
(
'yyyy-MM-dd HH:mm:ss'
);
...
...
@@ -216,14 +217,15 @@
paging
:
{
pageSize
:
100
,
},
scrolling
:
{
mode
:
"virtual"
},
// scrolling: {
// mode: "virtual"
// },
grouping
:
{
autoExpandAll
:
false
},
allowColumnResizing
:
true
,
columnAutoWidth
:
true
,
//
columnAutoWidth: true,
showRowLines
:
true
,
showColumnLines
:
true
,
rowAlternationEnabled
:
true
,
//单双行颜色
...
...
atms-web/src/main/webapp/app/vat/preview/vat-preview-journal/vat-preview-journal.ctrl.js
View file @
ae756386
...
...
@@ -307,12 +307,12 @@
dataSource
:
'gridDataSource'
},
columns
:
[
{
caption
:
$translate
.
instant
(
'ApprovalStatus'
),
dataField
:
"approvalStatus"
,
width
:
120
},
{
caption
:
$translate
.
instant
(
'Posting'
),
dataField
:
"postedStatus"
,
width
:
120
},
//
{caption: $translate.instant('ApprovalStatus'),dataField: "approvalStatus",width: 120},
//
{caption: $translate.instant('Posting'), dataField: "postedStatus",width: 120},
{
caption
:
$translate
.
instant
(
'AccountingPeriod'
),
dataField
:
"period"
,
width
:
100
},
{
caption
:
$translate
.
instant
(
'DocumentDate'
),
dataField
:
"accountingDate"
,
dataType
:
"date"
,
format
:
"yyyy-MM-dd"
,
width
:
100
},
{
caption
:
$translate
.
instant
(
'JournalSource'
),
dataField
:
"journalSource"
,
width
:
200
},
{
caption
:
$translate
.
instant
(
'JournalCategory'
),
dataField
:
"category"
,
width
:
200
},
//
{caption: $translate.instant('JournalSource'), dataField: "journalSource",width: 200},
//
{caption: $translate.instant('JournalCategory'), dataField: "category",width: 200},
{
caption
:
$translate
.
instant
(
'JournalName'
),
dataField
:
"name"
,
width
:
200
},
{
caption
:
$translate
.
instant
(
'DocumentNo'
),
dataField
:
"voucherNum"
,
width
:
200
},
{
caption
:
$translate
.
instant
(
'Summary'
),
dataField
:
"description"
,
width
:
200
},
...
...
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