2 Star 5 Fork 0

bizfree/mes_trace

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
category_GBDV.xml 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
dspflash 提交于 2021-12-21 12:03 . xx
<GroupBox cols="xs12 sm12 md12 lg12" Name="GBDVcategory"><Ctrls>
<ListCtrl Heading="category,250;category_type,120;parent_id,120;description,640;created_by,60;creation_date,150;last_update_by,60;last_update_date,150;category_id,60;" loadedclick="0" ToolTip="ttp_category" Name="categoryLst" Size="700,450">
<DbDetails fcsm="1">
<Index>category_id</Index>
<DbTable>mes_trace.category c left join mes_trace.option_line o on c.category_type=o.option_line_id left join mes_trace.category c0 on c.parent_id=c0.category_id</DbTable>
<Data>c.category,o.option_line_value category_type,c0.category parent_id,c.description,c.created_by,c.creation_date,c.last_update_by,c.last_update_date,c.category_id</Data>
<Order>category_id</Order></DbDetails>%{}
<operator firstpage="0" nextpage="0" refresh="1" initial="0" prepage="0">
<op text="modify"><DbDetails><Where>category_id='%{category_vLst[category_id]}'</Where></DbDetails><submit next="$this.category.categoryLst" namelist="DbDetails"/><assign name="$this.category.frmwndctrl" expr="%{this}"/></op>
<op text="delete" needconfirm="1"><DbDetails>
<DbTable>mes_trace.category</DbTable>
<Where>category_id='%{category_vLst[category_id]}'</Where>
<queryFormat>delete from %{table} where %{where}</queryFormat></DbDetails>
<submit namelist="DbDetails"/><submit/></op>
</operator>
</ListCtrl>
</Ctrls></GroupBox>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bizfree/mes_trace.git
git@gitee.com:bizfree/mes_trace.git
bizfree
mes_trace
mes_trace
master

搜索帮助