2 Star 5 Fork 0

bizfree/mes_trace

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ar_customer_Vpg.xml 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
dspflash 提交于 2021-12-19 14:28 . x
<GroupBox cols="xs12 sm6 md4" Multiline="0" Name="GBPGar_customer"><Ctrls>
<Label Align="Right" Text="Records" Name="lb_Records" Size="60,20"/>
<TextBox Weight="30" ToolTip="ttp_records" Name="records_ar_customer" Size="40,20" OnLoad="init" readonly="1">
<DbDetails fcsm="1">
<Index>ar_customer_id</Index>
<DbTable>mes_trace.ar_customer a left join mes_trace.option_line o on a.customer_relationship=o.option_line_id left join mes_trace.option_line o0 on a.customer_category=o0.option_line_id left join mes_trace.option_line o1 on a.customer_credit_class=o1.option_line_id</DbTable>
<Data>count(*) records</Data>
<Order>ar_customer_id</Order><Queryformat>select %{data} from (select a.ar_customer_id from %{dbtable} %{where} GROUP BY a.ar_customer_id ORDER BY a.ar_customer_id) t</Queryformat></DbDetails>
<OnEnchange>
<assign name="pgs_ar_customer" expr="js(Math.ceil(%{records_ar_customer}/%{ar_customer_vLst[countsperpage]}))"/>
<assign name="pgscb_ar_customer" expr="js('1~'+Math.ceil(%{records_ar_customer}/%{ar_customer_vLst[countsperpage]}))" function="setitems"/>
</OnEnchange>
</TextBox>
<!--ComboBox Weight="60" ToolTip="ttp_pgs" Name="pgscb_ar_customer" Size="60,20"><OnSelEndOK><submit next="ar_customer_vLst" function="GetPage(%{pgscb_ar_customer}-1)"/></OnSelEndOK></ComboBox-->
<TextBox Weight="30" ToolTip="ttp_pgs" Name="pgs_ar_customer" Size="30,20" readonly="1"/>
<TextBox Weight="30" ToolTip="ttp_pgcur" Name="pgcur_ar_customer" Size="30,20"/>
<Button Text="go2Page" Name="go2pagear_customer_vLst" Size="50,20"><OnClick><submit next="ar_customer_vLst" function="GetPage(%{pgcur_ar_customer}-1)"/></OnClick></Button>
</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

搜索帮助