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
148edc12
Commit
148edc12
authored
Oct 26, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新表格模式页面功能优化
parent
2f8dc287
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
67 additions
and
68 deletions
+67
-68
HGSC013.xml
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC013.xml
+58
-58
HGSC012.jsp
src/main/webapp/HG/SC/HGSC012.jsp
+1
-0
HGSC013.js
src/main/webapp/HG/SC/HGSC013.js
+0
-0
HGSC013.jsp
src/main/webapp/HG/SC/HGSC013.jsp
+8
-10
No files found.
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC013.xml
View file @
148edc12
...
...
@@ -35,34 +35,34 @@
from hggp.hgsc004 h
join (
select
h.id , -- 主键 -->
h.company_code ,
-- 公司编码(预留) -->
h.company_name , -- 公司名称(预留) -->
h.proj_code , -- 项目编码(预留) -->
h.proj_name , -- 项目名称(预留) -->
h.parent_prod_code , -- 父节点-产品编码 -->
h.parent_prod_name , -- 父节点-产品名称 -->
h.material_id , -- 物料清单id -->
h.product_id , -- 产品id -->
h.product_type , -- 产品类别 -->
h.product_code , -- 产品编号 -->
h.product_name , -- 产品名称 -->
h.invent_type , -- 档案类型 -->
h.spec , -- 规格 -->
h.length , -- 长 -->
h.width , -- 宽 -->
h.thick , -- 厚 -->
h.quantity , -- 数量 -->
h.single_weight , -- 单重 -->
h.total_weight , -- 总重 -->
h.approval_status , -- 审批状态 0:待审;1:审核中;2:已审 -->
h.leaf , -- 是否有叶子节点 -->
h.sort , -- 排序字段 -->
h.lv , -- 层级 -->
k.DEPOSIT_DATE , -- 入库日期 -->
k.INV_QTY , -- 数量 -->
k.INV_UNIT_WEIGHT , -- 单重 -->
k.INV_WEIGHT -- 重量 -->
h.id ,
<!
-- 主键 -->
h.company_code ,
<!
-- 公司编码(预留) -->
h.company_name ,
<!
-- 公司名称(预留) -->
h.proj_code ,
<!
-- 项目编码(预留) -->
h.proj_name ,
<!
-- 项目名称(预留) -->
h.parent_prod_code ,
<!
-- 父节点-产品编码 -->
h.parent_prod_name ,
<!
-- 父节点-产品名称 -->
h.material_id ,
<!
-- 物料清单id -->
h.product_id ,
<!
-- 产品id -->
h.product_type ,
<!
-- 产品类别 -->
h.product_code ,
<!
-- 产品编号 -->
h.product_name ,
<!
-- 产品名称 -->
h.invent_type ,
<!
-- 档案类型 -->
h.spec ,
<!
-- 规格 -->
h.length ,
<!
-- 长 -->
h.width ,
<!
-- 宽 -->
h.thick ,
<!
-- 厚 -->
h.quantity ,
<!
-- 数量 -->
h.single_weight ,
<!
-- 单重 -->
h.total_weight ,
<!
-- 总重 -->
h.approval_status ,
<!
-- 审批状态 0:待审;1:审核中;2:已审 -->
h.leaf ,
<!
-- 是否有叶子节点 -->
h.sort ,
<!
-- 排序字段 -->
h.lv ,
<!
-- 层级 -->
k.DEPOSIT_DATE ,
<!
-- 入库日期 -->
k.INV_QTY ,
<!
-- 数量 -->
k.INV_UNIT_WEIGHT ,
<!
-- 单重 -->
k.INV_WEIGHT
<!
-- 重量 -->
from hggp.hgsc004a h
left join hggp.hgkc003 k on h.company_code = k.COMPANY_CODE and h.proj_code = k.PROJ_CODE
and h.product_code = k.PRDT_CODE
...
...
@@ -92,42 +92,42 @@
) ha on h.id = ha.material_id
join (
select
h.id ,
-- 主键 -->
h.company_code ,
-- 公司编码(预留) -->
h.company_name ,
-- 公司名称(预留) -->
h.proj_code ,
-- 项目编码(预留) -->
h.proj_name ,
-- 项目名称(预留) -->
h.parent_prod_code ,
-- 父节点-产品编码 -->
h.parent_prod_name ,
-- 父节点-产品名称 -->
h.material_id ,
-- 物料清单id -->
h.product_id ,
-- 产品id -->
h.product_type ,
-- 产品类别 -->
h.product_code ,
-- 产品编号 -->
h.product_name ,
-- 产品名称 -->
h.invent_type ,
-- 档案类型 -->
h.spec ,
-- 规格 -->
h.length ,
-- 长 -->
h.width ,
-- 宽 -->
h.thick ,
-- 厚 -->
h.quantity ,
-- 数量 -->
h.single_weight ,
-- 单重 -->
h.total_weight ,
-- 总重 -->
h.approval_status ,
-- 审批状态 0:待审;1:审核中;2:已审 -->
h.leaf ,
-- 是否有叶子节点 -->
h.sort ,
-- 排序字段 -->
h.lv , -- 层级 -->
k.RECEIPT_DATE ,
-- 入库日期 -->
k.INV_QTY ,
-- 数量 -->
k.INV_WEIGHT
-- 重量 -->
h.id ,
<!
-- 主键 -->
h.company_code ,
<!
-- 公司编码(预留) -->
h.company_name ,
<!
-- 公司名称(预留) -->
h.proj_code ,
<!
-- 项目编码(预留) -->
h.proj_name ,
<!
-- 项目名称(预留) -->
h.parent_prod_code ,
<!
-- 父节点-产品编码 -->
h.parent_prod_name ,
<!
-- 父节点-产品名称 -->
h.material_id ,
<!
-- 物料清单id -->
h.product_id ,
<!
-- 产品id -->
h.product_type ,
<!
-- 产品类别 -->
h.product_code ,
<!
-- 产品编号 -->
h.product_name ,
<!
-- 产品名称 -->
h.invent_type ,
<!
-- 档案类型 -->
h.spec ,
<!
-- 规格 -->
h.length ,
<!
-- 长 -->
h.width ,
<!
-- 宽 -->
h.thick ,
<!
-- 厚 -->
h.quantity ,
<!
-- 数量 -->
h.single_weight ,
<!
-- 单重 -->
h.total_weight ,
<!
-- 总重 -->
h.approval_status ,
<!
-- 审批状态 0:待审;1:审核中;2:已审 -->
h.leaf ,
<!
-- 是否有叶子节点 -->
h.sort ,
<!
-- 排序字段 -->
h.lv ,
<!
-- 层级 -->
k.RECEIPT_DATE ,
<!
-- 入库日期 -->
k.INV_QTY ,
<!
-- 数量 -->
k.INV_WEIGHT
<!
-- 重量 -->
from hggp.hgsc004a h
left join (
select
k.COMPANY_CODE ,
k.PROJ_CODE ,
k1.RECEIPT_DATE ,
-- 入库日期 -->
k1.RECEIPT_DATE ,
<!
-- 入库日期 -->
k.INVENT_CODE ,
sum(k.INV_QTY) as INV_QTY,
-- 数量 -->
sum(k.INV_WEIGHT) as INV_WEIGHT
-- 重量 -->
sum(k.INV_QTY) as INV_QTY,
<!
-- 数量 -->
sum(k.INV_WEIGHT) as INV_WEIGHT
<!
-- 重量 -->
from hggp.hgkc008a k
join hggp.hgkc008 k1 on k.RECEIVE_ID = k1.id
where k.DELETE_FLAG = 0
...
...
src/main/webapp/HG/SC/HGSC012.jsp
View file @
148edc12
...
...
@@ -16,6 +16,7 @@
<style>
table
{
border-color
:
#99d2ff
;
min-width
:
100%
;
}
table
tr
{
...
...
src/main/webapp/HG/SC/HGSC013.js
View file @
148edc12
This diff is collapsed.
Click to expand it.
src/main/webapp/HG/SC/HGSC013.jsp
View file @
148edc12
...
...
@@ -23,6 +23,7 @@
<style>
table{
border-color: #99d2ff;
min-width: 100%;
}
table tr{
...
...
@@ -61,20 +62,17 @@
background-color: #eff8ff;
}
</style>
<EF:EFPage title="
委外执行加工表
">
<EF:EFPage title="
产品成材率
">
<EF:EFRegion id="inqu" title="查询条件">
<div class="row">
<EF:EFSelect blockId="inqu_status" row="0" ename="companyCode" cname="公司名称" colWidth="3" filter="contains">
<EF:EFOption label="全部" value=""/>
<EF:EFOptions blockId="roleCompany" textField="companyName" valueField="companyCode"/>
</EF:EFSelect>
<EF:EFDatePicker blockId="inqu_status" row="0" ename="contractDate" cname="委外加工日期" role="date"
format="yyyy-MM-dd" parseFormats="['yyyyMMdd']" colWidth="3"/>
<EF:EFInput blockId="inqu_status" row="0" ename="contractCode" cname="委外加工单号" placeholder="模糊查询" colWidth="3"/>
<EF:EFSelect blockId="inqu_status" row="0" ename="supCode" cname="供应商名称" colWidth="3" filter="contains">
<EF:EFOption label="全部" value=""/>
<EF:EFOptions blockId="sup_record_block_id" textField="textField" valueField="valueField"/>
</EF:EFSelect>
<%-- <EF:EFDatePicker blockId="inqu_status" row="0" ename="contractDate" cname="委外加工日期" role="date" format="yyyy-MM-dd" parseFormats="['yyyyMMdd']" colWidth="3"/>--%>
<EF:EFInput blockId="inqu_status" row="0" ename="projName" cname="项目名称" placeholder="模糊查询" colWidth="3"/>
<EF:EFInput blockId="inqu_status" row="0" ename="productName" cname="产品名称" placeholder="模糊查询" colWidth="3"/>
</div>
</EF:EFRegion>
...
...
@@ -96,14 +94,14 @@
</th>
</tr>
<tr>
<th v-for="(item,k) in columns2" :key="k" >
<th v-for="(item,k) in columns2" :key="k"
v-if="k>0"
>
<span>{{item.label}}</span>
</th>
</tr>
</thead>
<tbody>
<tr v-for="(valObj,i) in list" :key="i">
<td v-for="(item,k) in columns2" :key="k" v-if="valObj[item.value].show" :rowspan="valObj[item.value].rowspan" :class="i/2%1?'bg-blue':''">
<td v-for="(item,k) in columns2" :key="k" v-if="valObj[item.value].show
&& k>0
" :rowspan="valObj[item.value].rowspan" :class="i/2%1?'bg-blue':''">
<span>{{valObj[item.value].value}}</span>
</td>
</tr>
...
...
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