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
6743e1a7
Commit
6743e1a7
authored
Jul 23, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-07-23 采购收票金额显示调整
parent
55ae37ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
5 deletions
+19
-5
HGCW012.jsp
src/main/webapp/HG/CW/HGCW012.jsp
+12
-3
HGCW012A.js
src/main/webapp/HG/CW/HGCW012A.js
+7
-2
No files found.
src/main/webapp/HG/CW/HGCW012.jsp
View file @
6743e1a7
...
...
@@ -58,9 +58,18 @@
columnTemplate=
"#=textField#"
itemTemplate=
"#=textField#"
enable=
"true"
>
<EF:EFCodeOption
codeName=
"hggp.cw.taxPoints"
/>
</EF:EFComboColumn>
<EF:EFColumn
ename=
"thisSettlementAmount"
cname=
"不含税金额"
width=
"120"
enable=
"false"
readonly=
"true"
align=
"center"
/>
<EF:EFColumn
ename=
"thisSettlementTax"
cname=
"税额"
width=
"120"
enable=
"false"
readonly=
"true"
align=
"center"
/>
<EF:EFColumn
ename=
"totalContractPriceIncluding"
cname=
"发票总额"
width=
"120"
enable=
"false"
readonly=
"true"
align=
"center"
/>
<EF:EFColumn
ename=
"thisSettlementAmount"
cname=
"不含税金额"
width=
"120"
enable=
"false"
format=
"{0:N3}"
editType=
"text"
displayType=
"0.000"
sort=
"true"
align=
"right"
data-regex=
"/^-?[0-9]{1,15}([.][0-9]{1,3})?$/"
maxLength=
"15"
required=
"false"
data-errorprompt=
"请输入数字,该值最大可设置15位整数和3位小数!"
/>
<EF:EFColumn
ename=
"thisSettlementTax"
cname=
"税额"
width=
"120"
enable=
"false"
format=
"{0:N3}"
editType=
"text"
displayType=
"0.000"
sort=
"true"
align=
"right"
data-regex=
"/^-?[0-9]{1,15}([.][0-9]{1,3})?$/"
maxLength=
"15"
required=
"false"
data-errorprompt=
"请输入数字,该值最大可设置15位整数和3位小数!"
/>
<EF:EFColumn
ename=
"totalContractPriceIncluding"
cname=
"发票总额"
width=
"120"
enable=
"false"
format=
"{0:N3}"
editType=
"text"
displayType=
"0.000"
sort=
"true"
align=
"right"
data-regex=
"/^-?[0-9]{1,15}([.][0-9]{1,3})?$/"
maxLength=
"15"
required=
"false"
data-errorprompt=
"请输入数字,该值最大可设置15位整数和3位小数!"
/>
<EF:EFComboColumn
ename=
"reviewStatus"
cname=
"审批状态"
width=
"100"
align=
"center"
required=
"true"
columnTemplate=
"#=textField#"
itemTemplate=
"#=textField#"
enable=
"false"
>
<EF:EFCodeOption
codeName=
"hggp.cw.reviewStatus"
/>
...
...
src/main/webapp/HG/CW/HGCW012A.js
View file @
6743e1a7
...
...
@@ -194,6 +194,8 @@ $(function () {
field
:
"depositQty"
,
title
:
"数量"
,
headerTemplate
:
"<span style='color: '>数量 </span>"
,
format
:
"{0:N0}"
,
align
:
"right"
,
enable
:
false
,
locked
:
false
},
...
...
@@ -202,6 +204,7 @@ $(function () {
title
:
"重量"
,
headerTemplate
:
"<span style='color: '>重量 </span>"
,
format
:
"{0:N3}"
,
align
:
"right"
,
enable
:
false
,
locked
:
false
},
...
...
@@ -219,7 +222,8 @@ $(function () {
field
:
"amount"
,
title
:
"收货金额"
,
headerTemplate
:
"<span style='color: '>收货金额 </span>"
,
format
:
"{0:N2}"
,
format
:
"{0:N3}"
,
align
:
"right"
,
enable
:
false
,
locked
:
false
},
...
...
@@ -227,7 +231,8 @@ $(function () {
field
:
"thisSettlementAmount"
,
title
:
"收票总额"
,
headerTemplate
:
"<span style='color: '>收票总额 </span>"
,
format
:
"{0:N2}"
,
format
:
"{0:N3}"
,
align
:
"right"
,
locked
:
false
,
template
:
function
(
item
)
{
if
(
isBlank
(
item
.
thisSettlementAmount
)){
...
...
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