no message

main
huojin\hj 2025-06-19 10:06:32 +08:00
parent ec3f86f364
commit e6f5b8c5cd
3 changed files with 9 additions and 9 deletions

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<pages>
<editPage id="edit140CustomsRecordImportPage" title="海关备案导入(140)" onClose="refreshParent">
<editPage id="edit146CustomsRecordImportPage" title="海关备案导入(146)" onClose="refreshParent">
<inputUIs>
<file id="importLocation.filePath" title="Filepath" row="1" col="1" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" showImage="false" storeDir="TEMP_FILE_DIR"/>
<numberText id="neworold" title="备案分类" row="1" col="5" span="1" width="40" readOnly="false" required="false" defaultValue="140" reserve="false" forceOverride="true" inVisible="true"/>
<numberText id="neworold" title="备案分类" row="1" col="5" span="1" width="40" readOnly="false" required="false" defaultValue="146" reserve="false" forceOverride="true" inVisible="true"/>
</inputUIs>
<buttons>
<commit id="import" title="import" enableType="none" invisible="false">

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<pages>
<editPage id="edit140CustomsRecordPage" title="海关备案编辑(140)" entityClass="com.dev.swms.server.model.customs.CustomsRecord" onClose="refreshParent" width="800" height="210">
<editPage id="edit146CustomsRecordPage" title="海关备案编辑(146)" entityClass="com.dev.swms.server.model.customs.CustomsRecord" onClose="refreshParent" width="800" height="210">
<inputUIs>
<hidden id="customsRecord.id" reserve="false"/>
<text id="customsRecord.itemNumber" title="customsRecord.itemNumber" row="0" col="1" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" trimSpace="true" isPrecision="true"/>
@ -30,7 +30,7 @@
</list>
<textArea id="customsRecord.description" title="customsRecord.description" row="3" col="1" span="3" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="false" rows="4" cols="93"/>
<text id="customsRecord.noninsuranceTpey" title="是否非保" defaultValue="保税" row="1" col="3" span="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="true" trimSpace="true" isPrecision="true"/>
<numberText id="customsRecord.neworold" title="备案分类" row="1" col="5" span="1" width="40" readOnly="false" required="false" defaultValue="140" reserve="false" forceOverride="true" inVisible="true"/>
<numberText id="customsRecord.neworold" title="备案分类" row="1" col="5" span="1" width="40" readOnly="false" required="false" defaultValue="146" reserve="false" forceOverride="true" inVisible="true"/>
</inputUIs>
<buttons>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<pages>
<maintainPage id="maintain140CustomsRecordPage" title="海关备案管理(140)" autoQuery="false">
<maintainPage id="maintain146CustomsRecordPage" title="海关备案管理(146)" 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"/>
@ -31,7 +31,7 @@
left join customsRecord.legalSecondUint
where 1=1
and customsRecord.noninsuranceTpey='保税'
and customsRecord.neworold=140
and customsRecord.neworold=146
and customsRecord.warehouse = #{SESSION_WAREHOUSE}
/~customsRecord.code: and upper(customsRecord.code) like upper({customsRecord.code})~/
/~customsRecord.name: and upper(customsRecord.name) like upper({customsRecord.name})~/
@ -56,8 +56,8 @@
<column id="customsRecord.disabled" title="customsRecord.disabled" visible="true" horizonAlign="center" verticalAlign="middle" format="booleanFormat"/>
</columns>
<buttons>
<popup id="new" title="new" enableType="none" invisible="false" containId="false" pageId="edit140CustomsRecordPage"/>
<popup id="modify" title="modify" enableType="single" invisible="false" containId="true" pageId="edit140CustomsRecordPage"/>
<popup id="new" title="new" enableType="none" invisible="false" containId="false" pageId="edit146CustomsRecordPage"/>
<popup id="modify" title="modify" enableType="single" invisible="false" containId="true" pageId="edit146CustomsRecordPage"/>
<commit id="invalid" title="invalid" enableType="multi" invisible="false" confirmMessage="确认是否失效?">
<enableExpression><![CDATA[(${customsRecord.disabled}=='false')]]></enableExpression>
<mappings>
@ -82,7 +82,7 @@
<forward name="refreshWindow" newEnabled="true" editEnabled="true"/>
</forwards>
</commit>
<popup id="customsRecordImport" title="海关备案导入(新)" enableType="none" invisible="false" containId="false" pageId="edit140CustomsRecordImportPage"/>
<popup id="customsRecordImport" title="海关备案导入(新)" enableType="none" invisible="false" containId="false" pageId="edit146CustomsRecordImportPage"/>
<!-- <popup id="customerModify" title="customerModify" enableType="single" invisible="false" containId="true" pageId="dowithCompanyTocustomerPage"> -->
<!-- <enableExpression><![CDATA[${organization.beCompany} == "true"]]></enableExpression> -->