no message
parent
dc2e347628
commit
1b7ca302e0
|
|
@ -8,7 +8,15 @@
|
|||
<modify>
|
||||
<inputUIs>
|
||||
<hidden id="invoiceBox.id" reserve="true"/>
|
||||
<text id="invoiceBox.hz_zcbh" title="账册编号" defaultValue="T2235W000077" row="1" col="1" span="1" readOnly="false" required="true" reserve="false" forceOverride="true" inVisible="false" />
|
||||
<list id="invoiceBox.hz_zcbh" title="账册编号" row="1" col="1" span="1" width="125" readOnly="false" required="true" reserve="false" forceOverride="true" >
|
||||
<hql><![CDATA[ SELECT
|
||||
c.code,
|
||||
c.code
|
||||
FROM CommonCode c
|
||||
WHERE c.disabled=0 and c.codeType='注册编号'
|
||||
order by c.id desc
|
||||
]]></hql>
|
||||
</list>
|
||||
<text id="invoiceBox.hz_qdbh" title="清单编号" row="1" col="2" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" />
|
||||
<text id="invoiceBox.hz_babh" title="备案编号" row="1" col="3" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" />
|
||||
<text id="invoiceBox.hz_qynbh" title="企业内部清单编号" row="1" col="4" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" />
|
||||
|
|
|
|||
|
|
@ -5,7 +5,15 @@
|
|||
<modify>
|
||||
<inputUIs>
|
||||
<hidden id="invoiceBox.id" reserve="true"/>
|
||||
<text id="invoiceBox.hz_zcbh" title="账册编号" defaultValue="T2235W000077" row="1" col="1" span="1" readOnly="false" required="true" reserve="false" forceOverride="true" inVisible="false" />
|
||||
<list id="invoiceBox.hz_zcbh" title="账册编号" row="1" col="1" span="1" width="125" readOnly="false" required="true" reserve="false" forceOverride="true" >
|
||||
<hql><![CDATA[ SELECT
|
||||
c.code,
|
||||
c.code
|
||||
FROM CommonCode c
|
||||
WHERE c.disabled=0 and c.codeType='注册编号'
|
||||
order by c.id desc
|
||||
]]></hql>
|
||||
</list>
|
||||
<text id="invoiceBox.hz_qdbh" title="清单编号" row="1" col="2" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" />
|
||||
<text id="invoiceBox.hz_babh" title="备案编号" row="1" col="3" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" />
|
||||
<text id="invoiceBox.hz_qynbh" title="企业内部清单编号" row="1" col="4" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" />
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<pages>
|
||||
<maintainPage id="maintainCustomsRecordPage" title="maintainCustomsRecordPage" autoQuery="false">
|
||||
<maintainPage id="maintainCustomsRecordPage" title="海关备案管理(77)" autoQuery="false">
|
||||
<search>
|
||||
<inputUIs>
|
||||
<text id="customsRecord.code" title="customsRecord.code" row="0" col="1" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" trimSpace="true"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<pages>
|
||||
<maintainPage id="maintainNewCustomsRecordPage" title="海关备案管理(新)" autoQuery="false">
|
||||
<maintainPage id="maintainNewCustomsRecordPage" title="海关备案管理(127)" autoQuery="false">
|
||||
<search>
|
||||
<inputUIs>
|
||||
<text id="customsRecord.code" title="customsRecord.code" row="0" col="1" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" trimSpace="true"/>
|
||||
|
|
|
|||
|
|
@ -188,8 +188,8 @@
|
|||
<menuItem title="baseMenu" dir="base">
|
||||
<!-- <menuItem title="maintainCusPage" pageId="maintainOrganizationPage"/> -->
|
||||
<menuItem title="menu_cuctoms">
|
||||
<menuItem title="海关备案管理(新)" pageId="maintainNewCustomsRecordPage"/>
|
||||
<menuItem title="maintainCustomsRecordPage" pageId="maintainCustomsRecordPage"/>
|
||||
<menuItem title="海关备案管理(127)" pageId="maintainNewCustomsRecordPage"/>
|
||||
<menuItem title="海关备案管理(77)" pageId="maintainCustomsRecordPage"/>
|
||||
<menuItem title="maintainNoninsurancePage" pageId="maintainNoninsurancePage"/>
|
||||
<menuItem title="maintainJckSfhPage" pageId="maintainJckSfhPage"/>
|
||||
<menuItem title="maintainAreaPage" pageId="maintainAreaPage"/>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,15 @@
|
|||
<modify>
|
||||
<inputUIs>
|
||||
<hidden id="invoiceBox.id" reserve="true"/>
|
||||
<text id="invoiceBox.hz_zcbh" title="账册编号" defaultValue="T2235W000077" row="1" col="1" span="1" readOnly="false" required="true" reserve="false" forceOverride="true" inVisible="false" />
|
||||
<list id="invoiceBox.hz_zcbh" title="账册编号" row="1" col="1" span="1" width="125" readOnly="false" required="true" reserve="false" forceOverride="true" >
|
||||
<hql><![CDATA[ SELECT
|
||||
c.code,
|
||||
c.code
|
||||
FROM CommonCode c
|
||||
WHERE c.disabled=0 and c.codeType='注册编号'
|
||||
order by c.id desc
|
||||
]]></hql>
|
||||
</list>
|
||||
<text id="invoiceBox.hz_qdbh" title="清单编号" row="1" col="2" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" />
|
||||
<text id="invoiceBox.hz_babh" title="备案编号" row="1" col="3" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" />
|
||||
<text id="invoiceBox.hz_qynbh" title="企业内部清单编号" row="1" col="4" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" />
|
||||
|
|
|
|||
|
|
@ -5,7 +5,15 @@
|
|||
<modify>
|
||||
<inputUIs>
|
||||
<hidden id="invoiceBox.id" reserve="true"/>
|
||||
<text id="invoiceBox.hz_zcbh" title="账册编号" defaultValue="T2235W000077" row="1" col="1" span="1" readOnly="false" required="true" reserve="false" forceOverride="true" inVisible="false" />
|
||||
<list id="invoiceBox.hz_zcbh" title="账册编号" row="1" col="1" span="1" width="125" readOnly="false" required="true" reserve="false" forceOverride="true" >
|
||||
<hql><![CDATA[ SELECT
|
||||
c.code,
|
||||
c.code
|
||||
FROM CommonCode c
|
||||
WHERE c.disabled=0 and c.codeType='注册编号'
|
||||
order by c.id desc
|
||||
]]></hql>
|
||||
</list>
|
||||
<text id="invoiceBox.hz_qdbh" title="清单编号" row="1" col="2" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" />
|
||||
<text id="invoiceBox.hz_babh" title="备案编号" row="1" col="3" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" />
|
||||
<text id="invoiceBox.hz_qynbh" title="企业内部清单编号" row="1" col="4" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" />
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<pages>
|
||||
<maintainPage id="maintainCustomsRecordPage" title="maintainCustomsRecordPage" autoQuery="false">
|
||||
<maintainPage id="maintainCustomsRecordPage" title="海关备案管理(77)" autoQuery="false">
|
||||
<search>
|
||||
<inputUIs>
|
||||
<text id="customsRecord.code" title="customsRecord.code" row="0" col="1" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" trimSpace="true"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue