Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hlcm
leaf-hlcm
Commits
eff855b5
Commit
eff855b5
authored
Dec 06, 2019
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【fix】修改付款申请书内容
parent
f78f4ae7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
2 deletions
+31
-2
csh_payment_req_excel_req_date.lwm
...INF/classes/csh/CSH501/csh_payment_req_excel_req_date.lwm
+29
-0
payment_apply_content.xml
...WEB-INF/leaf.plugin.export.word/payment_apply_content.xml
+1
-1
payment_req_apply_print.lview
...n/webapp/modules/csh/CSH501/payment_req_apply_print.lview
+1
-1
No files found.
src/main/webapp/WEB-INF/classes/csh/CSH501/csh_payment_req_excel_req_date.lwm
0 → 100644
View file @
eff855b5
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Author: sf
$Date: 2019-10-20 下午03:50:31
$Revision: 1.0
$Purpose:
-->
<bm:model
xmlns:bm=
"http://www.leaf-framework.org/schema/bm"
>
<bm:operations>
<bm:operation
name=
"query"
>
<bm:query-sql>
<![CDATA[
select to_char(req_date,'yyyy')||'年'||to_char(req_date,'mm')||'月' req_date
from csh_payment_req_hd v
where v.payment_req_id=${@payment_req_id}
]]>
</bm:query-sql>
</bm:operation>
</bm:operations>
<bm:data-filters>
<bm:data-filter
enforceOperations=
"query"
expression=
"payment_req_id =${@payment_req_id}"
/>
</bm:data-filters>
<!-- <bm:query-fields>
<bm:query-field name="payment_req_id" queryOperator="="/>
</bm:query-fields>-->
</bm:model>
src/main/webapp/WEB-INF/leaf.plugin.export.word/payment_apply_content.xml
View file @
eff855b5
...
...
@@ -16,7 +16,7 @@
<t
fontFamily=
"宋体"
fontSize=
"12"
fontColor=
"000000"
>
非常感谢贵司长期以来的支持与帮助!
</t>
</p>
<p
indFirstLine=
"1"
line=
"200"
>
<t
fontFamily=
"宋体"
fontSize=
"12"
fontColor=
"000000"
>
我司在${model.getObject('/model/static_data
/record/@purchase
_date')!''}向贵司销售${model.getObject('/model/static_data/record/@total_number')!''}台机器,具体委托明细如下:
</t>
<t
fontFamily=
"宋体"
fontSize=
"12"
fontColor=
"000000"
>
我司在${model.getObject('/model/static_data
_date/record/@req
_date')!''}向贵司销售${model.getObject('/model/static_data/record/@total_number')!''}台机器,具体委托明细如下:
</t>
</p>
<!--插入表单数据-->
<tbl
indLeft=
"1"
border=
"true"
>
...
...
src/main/webapp/modules/csh/CSH501/payment_req_apply_print.lview
View file @
eff855b5
...
...
@@ -8,13 +8,13 @@
<a:screen
xmlns:c=
"leaf.application.action"
xmlns:w=
"leaf.plugin.export.word"
xmlns:p=
"uncertain.proc"
xmlns:a=
"http://www.leaf-framework.org/application"
xmlns:s=
"leaf.plugin.script"
customizationEnabled=
"true"
trace=
"true"
>
<a:init-procedure>
<a:model-query
defaultWhereClause=
"payment_req_id=${/parameter/@payment_req_id}"
fetchAll=
"true"
model=
"csh.CSH501.csh_payment_req_excel_report_static"
rootPath=
"static_data"
/>
<a:model-query
defaultWhereClause=
"payment_req_id=${/parameter/@payment_req_id}"
fetchAll=
"true"
model=
"csh.CSH501.csh_payment_req_excel_req_date"
rootPath=
"static_data_date"
/>
<a:model-query
defaultWhereClause=
"payment_req_id=${/parameter/@payment_req_id}"
fetchAll=
"true"
model=
"csh.CSH501.csh_payment_req_excel_bank_info"
rootPath=
"bank_info"
/>
<a:model-query
defaultWhereClause=
"payment_req_id=${/parameter/@payment_req_id}"
fetchAll=
"true"
model=
"csh.CSH501.csh_payment_req_ln_query_after_save"
rootPath=
"payment_details"
/>
<!-- <a:model-query defaultWhereClause="=${/parameter/@payment_req_id}" fetchAll="true" model="cont.CON811.con_sale_contract_info_print" rootPath="con_sale_contract_info"/>-->
<w:word-export
name=
"${/parameter/@file_name}"
template=
"leaf.plugin.export.word/${/parameter/@template_name}"
>
<w:replaces>
<![CDATA[
<w:replace name="total_number" path="/model/static_data/record/@total_number"/>
<w:replace
name=
"purchase_date"
path=
"/model/static_data/record/@purchase_date"
/>
]]>
</w:replaces>
</w:word-export>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment