-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbag_V.xml
32 lines (32 loc) · 2.22 KB
/
bag_V.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<WndTap Name="bag_v" Text="bag_v">
<WndTaps>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bag_Ve.xml" popup="1"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgbox_Ve.xml" popup="1"/>
</WndTaps>
<var name="searchtmpl"><pkg_sn format="(p.pkg_sn like '%%{opvalue}%')"/><pkg_spec format="p.pkg_spec='%{opvalue}'"/><remark format="(p.remark like '%%{opvalue}%')"/><created_dt format="(p.created_dt between '%{created_dt[datetime]}' and '%{created_dt[datetime2]}')"/><created_by format="(p.created_by like '%%{opvalue}%')"/><updated_dt format="(p.updated_dt between '%{updated_dt[datetime]}' and '%{updated_dt[datetime2]}')"/><updated_by format="(p.updated_by like '%%{opvalue}%')"/><pkg_id format="(p.pkg_id like '%%{opvalue}%')"/></var>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lan\bag.xml"/>
<Ctrls><GroupBox Name="GBpkg" id="pkg" Text="pkg" Size="100,100"><Ctrls>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bag_Vs.xml"/>
<BR AutoHeight="1"/><GroupBox Name="GBOPVpkg" Size="100,20" cols="xs12 sm6 md4"><Ctrls>
<Button Text="addone" ToolTip="ttp_addone" Name="addone" Size="50,20" Weight="50">
<OnClick>
<submit next="$this.bag.GBDEDITpkg" function="reset"/>
<assign name = "$this.bag.frmwndctrl" expr="%{$this.pkg_vLst}"/></OnClick>
</Button><TAB/>
<Button Text="reset" ToolTip="ttp_resetpkg" Name="resetpkg" Size="50,20" Weight="50">
<OnClick>
<submit next="GBDEDITpkg" function="reset"/></OnClick>
</Button><TAB/>
<Button Text="Search" ToolTip="ttp_gsearchpkg" Name="gsearchpkg" Size="50,20" Weight="50">
<OnClick>
<search next="pkg_vLst" listed="0" prefixwhere="1" prefixand="0" inputed="1">%{searchtmpl}</search>
<submit next="GBDEDITpkg" namelist="search" function="search"/>
<search next="records_pkg" listed="0" prefixwhere="1" prefixand="0" inputed="1">%{searchtmpl}</search>
<submit next="GBDEDITpkg" namelist="search" function="search"/>
</OnClick>
</Button><TAB/></Ctrls></GroupBox>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bag_Vpg.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bag_Vpgop.xml"/>
<BR AutoHeight="1"/><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bag_Vv.xml"/>
</Ctrls></GroupBox>
</Ctrls></WndTap>