-
Notifications
You must be signed in to change notification settings - Fork 0
/
pkg.xpj
22 lines (22 loc) · 2.74 KB
/
pkg.xpj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<biztoolcfg jointbls="1" tableTxt="pkg" header2Link="" qryfmtOpCreate="" referLst="0" lines2Link="pkg_mat" qryfmtOpUpdate="" exdata4select="" onLoadInit="0" loadedClick="0" tableNm="pkg" LstTP="Lst">
<DataLstExtElmt><![CDATA[<DbDetails><DbTable>bosa.pkg p LEFT JOIN bosa.pkg_mat pb ON pb.pkg_id=p.pkg_id LEFT JOIN mac_10gbosadata m ON m.SN=pb.mat_sn LEFT JOIN item i ON i.item_number=m.ProductBill LEFT JOIN bosa.pkg_specification p0 ON p.pkg_spec=p0.specification_id</DbTable><Data>p.pkg_sn,p0.specification_name pkg_spec,COUNT(*) cnts,i.item_name,i.item_number,i.item_id_m,p.remark,p.created_dt,p.created_by,p.updated_dt,p.updated_by,p.pkg_id</Data><Where>where p.pkg_tp='box'</Where><queryFormat xml:base="d:\Program Files (x86)\3UCS\3UCS Server\layout\biztools\mysqlcfg.xml" id="tbpages">select %{data} from %{dbtable} %{where} GROUP BY p.pkg_id limit %{StartRow},%{PgSize}</queryFormat></DbDetails>]]></DataLstExtElmt>
<DataLstExtAttr><![CDATA[ Heading=""]]></DataLstExtAttr>
<operators4v><![CDATA[<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkg_ops.xml"/>]]></operators4v>
<Ctrls>
<Ctrl name="pkg_sn"/>
<Ctrl insertparam="'box'" noquery="1" noSelect="1" updateparam="'box'" nomodify="1" name="pkg_tp" ctrlhide="1"/>
<Ctrl ctrldbdata="specification_name,specification_id" ctrldbdatarel="specification_id" ctrldbwhere="pkg_tp='box'" ctrldbname="bosa." xTp="ComboBox" name="pkg_spec" ctrltype="ComboBox" ctrldbtable="pkg_specification">
<extattr><![CDATA[onload="init"]]></extattr>
<addon><![CDATA[<MagicCtrl Link="tip:刷新" images=",data/refresh.png" button="type:0" Size="20,20" Name="refresh%{colNm}"><OnClick><submit next="%{colNm}"/></OnClick></MagicCtrl>\r\n]]></addon>
</Ctrl>
<Ctrl noquery="1" name="remark"/>
<Ctrl insertparam="now()" noquery="1" noUpdate="1" name="created_dt" ctrlhide="1"/>
<Ctrl insertparam="%{user_id}" noquery="1" noUpdate="1" name="created_by" ctrlhide="1"/>
<Ctrl insertparam="now()" noquery="1" updateparam="now()" name="updated_dt" ctrlhide="1"/>
<Ctrl insertparam="%{user_id}" noquery="1" updateparam="%{user_id}" name="updated_by" ctrlhide="1"/>
<Ctrl noquery="1" noUpdate="1" noInsert="1" nomodify="1" name="pkg_id" ctrlhide="1" noInAndUp="1">
<extelmt><![CDATA[<OnEnChange><if cond="'%{pkg_id}'"><SetVisible name="insertpkg" Visible="0"/><SetVisible name="modifypkg" Visible="1"/><else/><SetVisible name="insertpkg" Visible="1"/><SetVisible name="modifypkg" Visible="0"/></if><if cond="'%{pkg_id}'"><DbDetails><Where>p.pkg_id='%{pkg_id}'</Where></DbDetails><submit namelist="DbDetails" next="pkg_mat_vLst"/><else/><submit function="resetcontent" next="pkg_mat_vLst"/></if></OnEnChange>]]></extelmt>
</Ctrl>
</Ctrls>
</biztoolcfg>