Commit 99e0ab90 authored by 陆正友's avatar 陆正友

进项导入(经租)

parent 3e78a96c
......@@ -15,6 +15,7 @@
c.contract_number,
c.contract_name,
c.business_type,
c.search_term_1,
(SELECT description
FROM HLS_BUSINESS_TYPE_V a
WHERE a.business_type = c.business_type) business_type_n
......@@ -37,6 +38,7 @@
<bm:field name="contract_number" forDisplay="true" forQuery="true" prompt="ACR310.CONTRACT_NUMBER"/>
<bm:field name="contract_name" forDisplay="true" forQuery="true" prompt="ACR310.CONTRACT_NAME"/>
<bm:field name="contract_id"/>
<bm:field name="search_term_1" forDisplay="true" forQuery="true" prompt="厂商合同编号"/>
<bm:field name="business_type_n" forDisplay="true" forQuery="true" prompt="业务类型"/>
<bm:field name="business_type" forDisplay="true" forQuery="true" prompt="业务类型"/>
......@@ -51,6 +53,7 @@
<bm:query-field field="contract_name" queryOperator="like"/>
<bm:query-field field="business_type_n" queryOperator="like"/>
<bm:query-field field="business_type" queryOperator="like"/>
<bm:query-field field="search_term_1" queryOperator="like"/>
</bm:query-fields>
</bm:model>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment