Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hp-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
hp-smart
Commits
9d9e7e5e
Commit
9d9e7e5e
authored
Feb 27, 2024
by
liulei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下料清单详情
parent
ca024e16
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
HPSC006A.xml
src/main/java/com/baosight/hpjx/hp/sc/sql/HPSC006A.xml
+2
-2
HPSC006A.jsp
src/main/webapp/HP/SC/HPSC006A.jsp
+1
-0
HPSC006B.jsp
src/main/webapp/HP/SC/HPSC006B.jsp
+4
-0
No files found.
src/main/java/com/baosight/hpjx/hp/sc/sql/HPSC006A.xml
View file @
9d9e7e5e
...
...
@@ -112,7 +112,7 @@
A.FILE_PATH1 as "filePath1",
<!-- 文件地址1 -->
A.INVENT_RECORD_ID as "inventRecordId",
<!-- 存货档案ID -->
CONCAT(
format((ifnull( A.ACTUAL_COMPLETION_
NUM
, 0 ) / ifnull(A.TOTAL_WT, 0 ) * 100),2)
format((ifnull( A.ACTUAL_COMPLETION_
TOTAL_WT
, 0 ) / ifnull(A.TOTAL_WT, 0 ) * 100),2)
,'%') AS "cutSchedule",
B.PRDT_NAME AS "prdtName",
B.PART_NAME AS "partName"
...
...
@@ -233,7 +233,7 @@
SELECT
<include
refid=
"column2"
/>
FROM ${hpjxSchema}.T_HPSC006 A LEFT JOIN ${hpjxSchema}.T_HPSC005 B ON A.PROJ_CODE=B.PROJ_CODE
AND A.PRODUCTION_ORDER_NO=B.PROD_ORDER_NO
AND A.PRODUCTION_ORDER_NO=B.PROD_ORDER_NO
WHERE 1=1
<include
refid=
"condition"
/>
<include
refid=
"order"
/>
</select>
...
...
src/main/webapp/HP/SC/HPSC006A.jsp
View file @
9d9e7e5e
...
...
@@ -39,6 +39,7 @@
<EF:EFColumn
ename=
"factoryName"
cname=
"厂区名称"
enable=
"false"
width=
"100"
align=
"center"
/>
<EF:EFColumn
ename=
"prdtName"
cname=
"部件名称"
enable=
"false"
width=
"100"
align=
"center"
/>
<EF:EFColumn
ename=
"partName"
cname=
"零件名称"
enable=
"false"
width=
"100"
align=
"center"
/>
<EF:EFColumn
ename=
"inventName"
cname=
"材料名称"
enable=
"false"
width=
"100"
align=
"center"
/>
<EF:EFColumn
ename=
"orgName"
cname=
"生产组名称"
enable=
"false"
width=
"100"
align=
"center"
/>
<EF:EFColumn
ename=
"planCompletionDate"
cname=
"计划完成日期"
enable=
"false"
width=
"120"
align=
"center"
/>
<EF:EFColumn
enable=
"false"
ename=
"cutSchedule"
cname=
"下料进度"
format=
"{0:N2}"
width=
"80"
readonly=
"true"
align=
"center"
/>
...
...
src/main/webapp/HP/SC/HPSC006B.jsp
View file @
9d9e7e5e
...
...
@@ -21,6 +21,10 @@
</div>
<div
class=
"row"
>
<EF:EFInput
ename=
"detail-0-material"
cname=
"材质"
colWidth=
"4"
readonly=
"true"
/>
<EF:EFInput
ename=
"detail-0-totalWt"
cname=
"总量"
colWidth=
"4"
readonly=
"true"
/>
<EF:EFInput
ename=
"detail-0-actualCompletionTotalWt"
cname=
"完成重量"
colWidth=
"4"
readonly=
"true"
/>
</div>
<div
class=
"row"
>
<EF:EFInput
ename=
"detail-0-cutSchedule"
cname=
"下料进度"
format=
"{0:N2}"
colWidth=
"4"
readonly=
"true"
/>
<EF:EFSelect
ename=
"detail-0-status"
cname=
"状态"
colWidth=
"4"
readonly=
"true"
>
<EF:EFOption
label=
"计划中"
value=
"0"
/>
...
...
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