Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platform
hg-smart
Commits
f07b5264
Commit
f07b5264
authored
Oct 31, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复销售开票明细金额修改功能
parent
01b76759
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
ServiceHGCW011.java
.../java/com/baosight/hggp/hg/cw/service/ServiceHGCW011.java
+1
-0
HGCW010B.js
src/main/webapp/HG/CW/HGCW010B.js
+1
-1
No files found.
src/main/java/com/baosight/hggp/hg/cw/service/ServiceHGCW011.java
View file @
f07b5264
...
@@ -100,6 +100,7 @@ public class ServiceHGCW011 extends ServiceBase {
...
@@ -100,6 +100,7 @@ public class ServiceHGCW011 extends ServiceBase {
BigDecimal
thisSettlementTax
=
totalContractPriceIncluding
.
subtract
(
thisSettlementAmount
);
// 计算税额
BigDecimal
thisSettlementTax
=
totalContractPriceIncluding
.
subtract
(
thisSettlementAmount
);
// 计算税额
hgcw010
.
setThisSettlementTax
(
thisSettlementTax
.
toString
());
hgcw010
.
setThisSettlementTax
(
thisSettlementTax
.
toString
());
hgcw010
.
setThisSettlementAmount
(
thisSettlementAmount
.
toString
());
hgcw010
.
setThisSettlementAmount
(
thisSettlementAmount
.
toString
());
hgcw010
.
setTotalContractPriceIncluding
(
totalContractPriceIncluding
);
DaoUtils
.
update
(
HGCW010
.
UPDATE
,
hgcw010
);
DaoUtils
.
update
(
HGCW010
.
UPDATE
,
hgcw010
);
inInfo
.
setStatus
(
EiConstant
.
STATUS_DEFAULT
);
inInfo
.
setStatus
(
EiConstant
.
STATUS_DEFAULT
);
inInfo
.
setMsg
(
"操作成功!本次对["
+
hgcw011s
.
size
()
+
"]条数据保存成功!"
);
inInfo
.
setMsg
(
"操作成功!本次对["
+
hgcw011s
.
size
()
+
"]条数据保存成功!"
);
...
...
src/main/webapp/HG/CW/HGCW010B.js
View file @
f07b5264
...
@@ -58,7 +58,7 @@ function saveFunc() {
...
@@ -58,7 +58,7 @@ function saveFunc() {
ok
:
function
()
{
ok
:
function
()
{
var
info
=
new
EiInfo
();
var
info
=
new
EiInfo
();
info
.
addBlock
(
JSUtils
.
checkedRows2Block
(
"result"
));
info
.
addBlock
(
JSUtils
.
checkedRows2Block
(
"result"
));
EiCommunicator
.
send
(
"HGCW01
0"
,
"sav
e"
,
info
,
{
EiCommunicator
.
send
(
"HGCW01
1"
,
"updat
e"
,
info
,
{
onSuccess
:
function
(
ei
)
{
onSuccess
:
function
(
ei
)
{
if
(
ei
.
getStatus
()
>=
0
)
{
if
(
ei
.
getStatus
()
>=
0
)
{
try
{
try
{
...
...
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