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
bc9f85b1
Commit
bc9f85b1
authored
Nov 23, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改询价管理供应商条件
2.调整驾驶舱工序产量小数为4
parent
89fd5457
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
ServiceHGCG005.java
.../java/com/baosight/hggp/hg/cg/service/ServiceHGCG005.java
+1
-1
HGSC007.xml
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC007.xml
+4
-4
HGCG005.jsp
src/main/webapp/HG/CG/HGCG005.jsp
+1
-1
No files found.
src/main/java/com/baosight/hggp/hg/cg/service/ServiceHGCG005.java
View file @
bc9f85b1
...
...
@@ -35,7 +35,7 @@ public class ServiceHGCG005 extends ServiceEPBase {
try
{
CommonMethod
.
initBlock
(
inInfo
,
Arrays
.
asList
(
DdynamicEnum
.
SUPPLI
ER_RECORD_BLOCK_ID
,
DdynamicEnum
.
CUSTOM
ER_RECORD_BLOCK_ID
,
DdynamicEnum
.
USER_BLOCK_ID
),
null
,
false
);
inInfo
.
addBlock
(
EiConstant
.
resultBlock
).
addBlockMeta
(
new
HGCG005
().
eiMetadata
);
}
catch
(
Exception
e
)
{
...
...
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC007.xml
View file @
bc9f85b1
...
...
@@ -1078,7 +1078,7 @@
h2.factory_name as "factoryName",
h2.process_code as "processCode",
h2.process_name as "processName",
ROUND(ifnull(SUM(h.INV_WEIGHT),0)/1000,
2
) "totalWeight"
ROUND(ifnull(SUM(h.INV_WEIGHT),0)/1000,
4
) "totalWeight"
from ${hggpSchema}.hgkc003 h inner join ${hggpSchema}.hgzl002 h2 on h.QUALITY_ID = h2.id
where 1 = 1 and h.DELETE_FLAG = '0' and h.SUBMIT_STATUS = '1'
<include
refid=
"appCondition"
/>
...
...
@@ -1098,7 +1098,7 @@
h2.factory_name as "factoryName",
h2.process_code as "processCode",
h2.process_name as "processName",
ROUND(ifnull(SUM(h.INV_WEIGHT),0)/1000,
2
) "totalWeight"
ROUND(ifnull(SUM(h.INV_WEIGHT),0)/1000,
4
) "totalWeight"
from ${hggpSchema}.hgkc003 h inner join ${hggpSchema}.hgzl002 h2 on h.QUALITY_ID = h2.id
where 1 = 1 and h.DELETE_FLAG = '0' and h.SUBMIT_STATUS = '1'
<include
refid=
"appCondition"
/>
...
...
@@ -1238,7 +1238,7 @@
select
A.process_code as "processCode",
A.process_name as "processName",
ROUND(ifnull(SUM(B.INV_WEIGHT),0)/1000,
2
) "totalWeight"
ROUND(ifnull(SUM(B.INV_WEIGHT),0)/1000,
4
) "totalWeight"
from ${hggpSchema}.HGGY001 A
left join (
select
...
...
@@ -1276,7 +1276,7 @@
A.SORT as "sort",
A.process_code as "processCode",
A.process_name as "processName",
ROUND(ifnull(SUM(B.INV_WEIGHT),0)/1000,
2
) "totalWeight"
ROUND(ifnull(SUM(B.INV_WEIGHT),0)/1000,
4
) "totalWeight"
from ${hggpSchema}.HGGY001 A
left join (
select
...
...
src/main/webapp/HG/CG/HGCG005.jsp
View file @
bc9f85b1
...
...
@@ -45,7 +45,7 @@
<EF:EFColumn ename="inquiryDate" cname="询价日期" align="center" width="150" readonly="true" editType="date"
dateFormat="yyyy-MM-dd" parseFormats="['yyyyMMdd']" required="true"/>
<EF:EFColumn ename="inquiryNumber" cname="询价单号" enable="false" width="130" align="center" />
<EF:EFComboColumn ename="supplierName" cname="供应商名称" blockName="
suppli
er_record_block_id"
<EF:EFComboColumn ename="supplierName" cname="供应商名称" blockName="
custom
er_record_block_id"
columnTemplate="#=textField#" itemTemplate="#=textField#"
textField="textField" valueField="valueField"
maxLength="16" readonly="false" width="160" required="true"
...
...
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