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
5c02c6ef
Commit
5c02c6ef
authored
Mar 20, 2019
by
gary
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_mysql' into dev_mysql
parents
ded61099
22af9c8d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
CellCommentController.java
...va/pwc/taxtech/atms/controller/CellCommentController.java
+1
-0
FormulaAgent.java
.../java/pwc/taxtech/atms/vat/service/impl/FormulaAgent.java
+1
-4
entryList-modal.ctrl.js
...pp/app/cit/report/entryList-modal/entryList-modal.ctrl.js
+1
-1
entryList-modal.html
...ebapp/app/cit/report/entryList-modal/entryList-modal.html
+4
-4
tax-report-cell-detail-modal.ctrl.js
...rt-cell-detail-modal/tax-report-cell-detail-modal.ctrl.js
+3
-1
No files found.
atms-api/src/main/java/pwc/taxtech/atms/controller/CellCommentController.java
View file @
5c02c6ef
...
@@ -119,6 +119,7 @@ public class CellCommentController {
...
@@ -119,6 +119,7 @@ public class CellCommentController {
@RequestMapping
(
"addLog"
)
@RequestMapping
(
"addLog"
)
public
OperationResultDto
addLog
(
@RequestBody
List
<
OperationLogEntryLog
>
operationLogEntryLogs
)
{
public
OperationResultDto
addLog
(
@RequestBody
List
<
OperationLogEntryLog
>
operationLogEntryLogs
)
{
for
(
OperationLogEntryLog
operationLogEntryLog
:
operationLogEntryLogs
)
{
for
(
OperationLogEntryLog
operationLogEntryLog
:
operationLogEntryLogs
)
{
operationLogEntryLog
.
setMyId
(
distributedIdService
.
nextId
());
operationLogEntryLogMapper
.
insert
(
operationLogEntryLog
);
operationLogEntryLogMapper
.
insert
(
operationLogEntryLog
);
}
}
OperationResultDto
<
Object
>
objectOperationResultDto
=
new
OperationResultDto
<>();
OperationResultDto
<
Object
>
objectOperationResultDto
=
new
OperationResultDto
<>();
...
...
atms-api/src/main/java/pwc/taxtech/atms/vat/service/impl/FormulaAgent.java
View file @
5c02c6ef
...
@@ -183,10 +183,7 @@ public class FormulaAgent {
...
@@ -183,10 +183,7 @@ public class FormulaAgent {
public
static
String
_buildSql
(
String
getField
,
String
tableName
,
String
filter
,
String
filterValue
,
Integer
period
,
FormulaContext
formulaContext
,
Integer
year
,
boolean
bool
,
boolean
getSql
)
throws
Exception
{
public
static
String
_buildSql
(
String
getField
,
String
tableName
,
String
filter
,
String
filterValue
,
Integer
period
,
FormulaContext
formulaContext
,
Integer
year
,
boolean
bool
,
boolean
getSql
)
throws
Exception
{
String
sql
=
""
;
String
sql
=
""
;
//统一判断年度
//统一判断年度
Calendar
cal
=
Calendar
.
getInstance
();
year
=
formulaContext
.
getYear
()
+
year
;
int
currentYear
=
cal
.
get
(
Calendar
.
YEAR
);
year
=
currentYear
+
year
;
if
(
getSql
){
if
(
getSql
){
tableName
=
tableName
.
toLowerCase
();
tableName
=
tableName
.
toLowerCase
();
sql
=
"select * from "
+
tableName
+
" where 1=1 and "
+
filter
+
filterValue
;
sql
=
"select * from "
+
tableName
+
" where 1=1 and "
+
filter
+
filterValue
;
...
...
atms-web/src/main/webapp/app/cit/report/entryList-modal/entryList-modal.ctrl.js
View file @
5c02c6ef
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
//确定
//确定
$scope
.
makeSure
=
function
()
{
$scope
.
makeSure
=
function
()
{
$scope
.
relObj
.
checkRadio
=
$scope
.
check
Radio
;
$scope
.
relObj
.
checkRadio
=
$scope
.
check
;
$
(
'#entryListModal'
).
modal
(
'hide'
);
$
(
'#entryListModal'
).
modal
(
'hide'
);
}
}
...
...
atms-web/src/main/webapp/app/cit/report/entryList-modal/entryList-modal.html
View file @
5c02c6ef
...
@@ -28,17 +28,17 @@
...
@@ -28,17 +28,17 @@
</div>
</div>
<div
class=
"row backColor"
style=
"margin-right: 0px;"
>
<div
class=
"row backColor"
style=
"margin-right: 0px;"
>
<div
class=
"col-sm-3 "
>
<div
class=
"col-sm-3 "
>
<input
type=
"radio"
name =
"checkRadio"
ng-model =
"check
Radio
"
ng-value=
"entry.JFFSETotal"
>
<h4
translate=
"JFFSETotal"
></h4>
:{{entry.JFFSETotal}}
<input
type=
"radio"
name =
"checkRadio"
ng-model =
"check
.checkRadio1
"
ng-value=
"entry.JFFSETotal"
>
<h4
translate=
"JFFSETotal"
></h4>
:{{entry.JFFSETotal}}
</div>
</div>
<div
class=
"col-sm-3 "
>
<div
class=
"col-sm-3 "
>
<span><input
type=
"radio"
name =
"checkRadio"
ng-model =
"check
Radio
"
ng-value=
"entry.DFFSETotal"
>
<h4
translate=
"DFFSETotal"
></h4>
:{{entry.DFFSETotal}}
</span>
<span><input
type=
"radio"
name =
"checkRadio"
ng-model =
"check
.checkRadio2
"
ng-value=
"entry.DFFSETotal"
>
<h4
translate=
"DFFSETotal"
></h4>
:{{entry.DFFSETotal}}
</span>
</div>
</div>
<div
class=
"col-sm-3 "
>
<div
class=
"col-sm-3 "
>
<input
type=
"radio"
name =
"checkRadio"
ng-model =
"check
Radio
"
ng-value=
"entry.QMYETotalFirst"
>
<h4
translate=
"QMYETotalFirst"
></h4>
:{{entry.QMYETotalFirst}}
<input
type=
"radio"
name =
"checkRadio"
ng-model =
"check
.checkRadio3
"
ng-value=
"entry.QMYETotalFirst"
>
<h4
translate=
"QMYETotalFirst"
></h4>
:{{entry.QMYETotalFirst}}
</div>
</div>
<div
class=
"col-sm-3 "
>
<div
class=
"col-sm-3 "
>
<input
type=
"radio"
name =
"checkRadio"
ng-model =
"check
Radio
"
ng-value=
"entry.QMYETotalend"
>
<h4
translate=
"QMYETotalend"
></h4>
:{{entry.QMYETotalend}}
<input
type=
"radio"
name =
"checkRadio"
ng-model =
"check
.checkRadio4
"
ng-value=
"entry.QMYETotalend"
>
<h4
translate=
"QMYETotalend"
></h4>
:{{entry.QMYETotalend}}
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
atms-web/src/main/webapp/app/cit/report/tax-report-cell-detail-modal/tax-report-cell-detail-modal.ctrl.js
View file @
5c02c6ef
...
@@ -1538,10 +1538,12 @@
...
@@ -1538,10 +1538,12 @@
//监听穿透返回值(调整后金额)
//监听穿透返回值(调整后金额)
$scope
.
$watch
(
'relObj.checkRadio'
,
function
(
n
,
o
)
{
$scope
.
$watch
(
'relObj.checkRadio'
,
function
(
n
,
o
)
{
if
(
$scope
.
detail
.
entryIndex
!=
undefined
)
{
if
(
$scope
.
detail
.
entryIndex
!=
undefined
)
{
$scope
.
detail
.
dataGridSourceBind
[
$scope
.
detail
.
entryIndex
].
adjust
Back
=
n
;
$scope
.
detail
.
dataGridSourceBind
[
$scope
.
detail
.
entryIndex
].
adjust
Account
=
n
;
calculateSum
(
n
);
calculateSum
(
n
);
}
}
});
});
var
//重新计算合计值
//重新计算合计值
var
calculateSum
=
function
(
n
)
{
var
calculateSum
=
function
(
n
)
{
...
...
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