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
7f5bf19a
Commit
7f5bf19a
authored
Nov 20, 2019
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] 修改付款申请书取值逻辑
parent
fb43f63a
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
26 additions
and
27 deletions
+26
-27
csh_payment_req_excel_report_static.lwm
...lasses/csh/CSH501/csh_payment_req_excel_report_static.lwm
+6
-5
csh_payment_req_ln_query_after_save.lwm
...lasses/csh/CSH501/csh_payment_req_ln_query_after_save.lwm
+2
-1
csh_payment_req_query.lwm
...bapp/WEB-INF/classes/csh/CSH502/csh_payment_req_query.lwm
+11
-18
zj_wfl_users_v_lov.lwm
src/main/webapp/WEB-INF/classes/zjwfl/zj_wfl_users_v_lov.lwm
+2
-0
payment_apply_content.xml
...WEB-INF/leaf.plugin.export.word/payment_apply_content.xml
+1
-1
csh_payment_req_selected.lview
.../webapp/modules/csh/CSH501/csh_payment_req_selected.lview
+1
-1
csh_payment_req_query.lview
...ain/webapp/modules/csh/CSH502/csh_payment_req_query.lview
+1
-1
zj_sys_notify_template_ln.lview
...p/modules/zjwfl/ZJWFL1090/zj_sys_notify_template_ln.lview
+2
-0
No files found.
src/main/webapp/WEB-INF/classes/csh/CSH501/csh_payment_req_excel_report_static.lwm
View file @
7f5bf19a
...
@@ -9,15 +9,16 @@
...
@@ -9,15 +9,16 @@
<bm:operations>
<bm:operations>
<bm:operation
name=
"query"
>
<bm:operation
name=
"query"
>
<bm:query-sql>
<![CDATA[
<bm:query-sql>
<![CDATA[
select *
select *
from (select count(*) total_number,
from (
select count(*) total_number,
sum(nvl(
v.
amount, 0)) sum_amount,
sum(nvl(
c.lease_item_
amount, 0)) sum_amount,
sum(nvl(v.amount_agent, 0)) sum_amount_agent,
sum(nvl(v.amount_agent, 0)) sum_amount_agent,
sum(nvl(v.amount_vender, 0)) sum_amount_vender,
sum(nvl(v.amount_vender, 0)) sum_amount_vender,
sum(nvl(v.other_payment2, 0)) sum_other_payment,
sum(nvl(v.other_payment2, 0)) sum_other_payment,
to_char(sysdate, 'yyyy') || '年' || to_char(sysdate, 'mm') || '月' purchase_date
to_char(sysdate, 'yyyy') || '年' || to_char(sysdate, 'mm') || '月' purchase_date
from csh_payment_req_ln v
from csh_payment_req_ln v,con_contract c
#WHERE_CLAUSE#
WHERE v.ref_doc_id=c.contract_id
AND v.payment_req_id=${@payment_req_id}
) v
) v
...
...
src/main/webapp/WEB-INF/classes/csh/CSH501/csh_payment_req_ln_query_after_save.lwm
View file @
7f5bf19a
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<bm:operations>
<bm:operations>
<bm:operation
name=
"query"
>
<bm:operation
name=
"query"
>
<bm:query-sql>
<![CDATA[
<bm:query-sql>
<![CDATA[
select rownum, v.*
select rownum, v.*
from (select c.contract_number,
from (select c.contract_number,
c.contract_name,
c.contract_name,
c.contract_id,
c.contract_id,
...
@@ -91,6 +91,7 @@
...
@@ -91,6 +91,7 @@
from hls_bp_master_bank_account hbm
from hls_bp_master_bank_account hbm
where hbm.bank_account_id = cpr.vender_bank_account_id) vender_bank_account_name,
where hbm.bank_account_id = cpr.vender_bank_account_id) vender_bank_account_name,
cpr.amount,
cpr.amount,
c.lease_item_amount,
--首付款抵充金额
--首付款抵充金额
(select nvl(hd.other_payment2, 0)
(select nvl(hd.other_payment2, 0)
from hls_fin_calculator_hd hd
from hls_fin_calculator_hd hd
...
...
src/main/webapp/WEB-INF/classes/csh/CSH502/csh_payment_req_query.lwm
View file @
7f5bf19a
...
@@ -9,8 +9,7 @@
...
@@ -9,8 +9,7 @@
<bm:operations>
<bm:operations>
<bm:operation
name=
"query"
>
<bm:operation
name=
"query"
>
<bm:query-sql>
<![CDATA[
<bm:query-sql>
<![CDATA[
SELECT v.*
SELECT v.*
FROM( SELECT t.*
FROM( SELECT t.*
FROM (SELECT h.payment_req_number,
FROM (SELECT h.payment_req_number,
h.document_type,
h.document_type,
...
@@ -157,19 +156,13 @@ SELECT v.*
...
@@ -157,19 +156,13 @@ SELECT v.*
FROM csh_payment_req_ln a
FROM csh_payment_req_ln a
WHERE a.payment_req_id = h.payment_req_id
WHERE a.payment_req_id = h.payment_req_id
AND a.payment_status
<
> 'FULL')
AND a.payment_status
<
> 'FULL')
AND h.company_id IN
AND EXISTS (
(SELECT company_id
SELECT 1
FROM fnd_companies
FROM exp_emp_assign_e_v e
START WITH company_id = 1
WHERE e.user_id=${/session/@user_id}
CONNECT BY prior company_id = parent_biz_company_id)
AND e.position_code IN (012)
) t
)
WHERE t.bp_id_agent_n IN (
)t
select h.bp_name
from exp_emp_assign_e_v ee, hls_bp_master h
where ee.user_id = ${/session/@user_id}
and ee.unit_id = h.unit_id
and h.bp_category = 'AGENT'
)
)v
)v
#WHERE_CLAUSE#
#WHERE_CLAUSE#
ORDER BY v.req_date DESC, v.payment_req_number DESC
ORDER BY v.req_date DESC, v.payment_req_number DESC
...
@@ -212,8 +205,8 @@ SELECT v.*
...
@@ -212,8 +205,8 @@ SELECT v.*
</bm:query-fields>
</bm:query-fields>
<bm:features>
<bm:features>
<s:bm-script>
<![CDATA[
<s:bm-script>
<![CDATA[
var cx = Packages.leaf.javascript.Context.getCurrentContext();
var cx = Packages.leaf.javascript.Context.getCurrentContext();
Packages.leaf.plugin.script.engine.ScriptImportor.defineExternScript(cx, this, $ctx.getData(), "aut_authority_bm_validate.js");
Packages.leaf.plugin.script.engine.ScriptImportor.defineExternScript(cx, this, $ctx.getData(), "aut_authority_bm_validate.js");
]]>
</s:bm-script>
]]>
</s:bm-script>
</bm:features>
</bm:features>
</bm:model>
</bm:model>
src/main/webapp/WEB-INF/classes/zjwfl/zj_wfl_users_v_lov.lwm
View file @
7f5bf19a
...
@@ -11,6 +11,8 @@
...
@@ -11,6 +11,8 @@
<ns1:field
name=
"user_name"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
forDisplay=
"true"
forQuery=
"true"
prompt=
"用户代码"
/>
<ns1:field
name=
"user_name"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
forDisplay=
"true"
forQuery=
"true"
prompt=
"用户代码"
/>
<ns1:field
name=
"employee_id"
/>
<ns1:field
name=
"employee_id"
/>
<ns1:field
name=
"employee_name"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
forDisplay=
"true"
forQuery=
"true"
prompt=
"用户姓名"
/>
<ns1:field
name=
"employee_name"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
forDisplay=
"true"
forQuery=
"true"
prompt=
"用户姓名"
/>
<ns1:field
name=
"email"
forDisplay=
"true"
prompt=
"邮箱"
/>
<ns1:field
name=
"mobil"
forDisplay=
"true"
prompt=
"号码"
/>
</ns1:fields>
</ns1:fields>
<ns1:query-fields>
<ns1:query-fields>
<ns1:query-field
field=
"user_name"
queryOperator=
"like"
/>
<ns1:query-field
field=
"user_name"
queryOperator=
"like"
/>
...
...
src/main/webapp/WEB-INF/leaf.plugin.export.word/payment_apply_content.xml
View file @
7f5bf19a
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
</tc>
</tc>
<tc
width=
"4"
>
<tc
width=
"4"
>
<p
align=
"center"
><t
fontSize=
"20"
fontFamily=
"宋体"
>
${detail_item_l.getString('amount')!''}
</t></p>
<p
align=
"center"
><t
fontSize=
"20"
fontFamily=
"宋体"
>
${detail_item_l.getString('
lease_item_
amount')!''}
</t></p>
</tc>
</tc>
<tc
width=
"4"
>
<tc
width=
"4"
>
...
...
src/main/webapp/modules/csh/CSH501/csh_payment_req_selected.lview
View file @
7f5bf19a
...
@@ -345,7 +345,7 @@
...
@@ -345,7 +345,7 @@
<!--</a:lov>-->
<!--</a:lov>-->
<!--<a:textField name="bp_name" bindTarget="csh_payment_req_query_ds" prompt="付款对象"/>-->
<!--<a:textField name="bp_name" bindTarget="csh_payment_req_query_ds" prompt="付款对象"/>-->
<!-- <a:textField name="times_from" bindTarget="csh_payment_req_query_ds" prompt="期次从"/>-->
<!-- <a:textField name="times_from" bindTarget="csh_payment_req_query_ds" prompt="期次从"/>-->
<a:lov
name=
"cf_item_desc"
bindTarget=
"csh_payment_req_query_ds"
prompt=
"现金流类型"
/
>
<!-- <a:lov name="cf_item_desc" bindTarget="csh_payment_req_query_ds" prompt="现金流类型"/>--
>
<a:datePicker
name=
"due_date_from"
bindTarget=
"csh_payment_req_query_ds"
prompt=
"应付日期从"
/>
<a:datePicker
name=
"due_date_from"
bindTarget=
"csh_payment_req_query_ds"
prompt=
"应付日期从"
/>
<a:datePicker
name=
"due_date_to"
bindTarget=
"csh_payment_req_query_ds"
prompt=
"应付日期到"
/>
<a:datePicker
name=
"due_date_to"
bindTarget=
"csh_payment_req_query_ds"
prompt=
"应付日期到"
/>
<a:comboBox
name=
"vender_name_n"
bindTarget=
"csh_payment_req_query_ds"
prompt=
"厂商"
/>
<a:comboBox
name=
"vender_name_n"
bindTarget=
"csh_payment_req_query_ds"
prompt=
"厂商"
/>
...
...
src/main/webapp/modules/csh/CSH502/csh_payment_req_query.lview
View file @
7f5bf19a
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<a:screen
xmlns:a=
"http://www.leaf-framework.org/application"
>
<a:screen
xmlns:a=
"http://www.leaf-framework.org/application"
>
<a:init-procedure/>
<a:init-procedure/>
<a:view>
<a:view>
<a:screen-include
screen=
"modules/cont/CON500/con_contract_authority_list_validate.lview?document_category=
CONTRACT
&function_code=CSH502"
/>
<a:screen-include
screen=
"modules/cont/CON500/con_contract_authority_list_validate.lview?document_category=
PAYMENT_REQ
&function_code=CSH502"
/>
<a:link
id=
"payment_req_post_link"
url=
"${/request/@context_path}/modules/csh/CSH502/payment_seq_insert_tmp.lsc"
/>
<a:link
id=
"payment_req_post_link"
url=
"${/request/@context_path}/modules/csh/CSH502/payment_seq_insert_tmp.lsc"
/>
<a:link
id=
"payment_req_excel_link"
url=
"${/request/@context_path}/modules/csh/CSH502/payment_seq_excel_sheets.lsc"
/>
<a:link
id=
"payment_req_excel_link"
url=
"${/request/@context_path}/modules/csh/CSH502/payment_seq_excel_sheets.lsc"
/>
<a:link
id=
"payment_req_excel_cib_link"
url=
"${/request/@context_path}/modules/csh/CSH502/payment_seq_excel_sheets_cib.lsc"
/>
<a:link
id=
"payment_req_excel_cib_link"
url=
"${/request/@context_path}/modules/csh/CSH502/payment_seq_excel_sheets_cib.lsc"
/>
...
...
src/main/webapp/modules/zjwfl/ZJWFL1090/zj_sys_notify_template_ln.lview
View file @
7f5bf19a
...
@@ -44,6 +44,8 @@
...
@@ -44,6 +44,8 @@
<a:mapping>
<a:mapping>
<a:map
from=
"employee_name"
to=
"employee_name"
/>
<a:map
from=
"employee_name"
to=
"employee_name"
/>
<a:map
from=
"employee_id"
to=
"employee_id"
/>
<a:map
from=
"employee_id"
to=
"employee_id"
/>
<a:map
from=
"email"
to=
"email"
/>
<a:map
from=
"mobil"
to=
"mobil"
/>
</a:mapping>
</a:mapping>
</a:field>
</a:field>
<a:field
name=
"enabled_flag"
checkedValue=
"Y"
defaultValue=
"Y"
uncheckedValue=
"N"
/>
<a:field
name=
"enabled_flag"
checkedValue=
"Y"
defaultValue=
"Y"
uncheckedValue=
"N"
/>
...
...
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