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
ff1dd171
Commit
ff1dd171
authored
Nov 09, 2019
by
25484
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix]租赁物及其他修改
parent
47bcb847
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
181 additions
and
117 deletions
+181
-117
con_contract_finish_for_query.lwm
...INF/classes/cont/CON560/con_contract_finish_for_query.lwm
+2
-1
hls_lease_item_gps_list_tmp.lwm
...B-INF/classes/hls/HLS204N/hls_lease_item_gps_list_tmp.lwm
+62
-59
hls_lease_item_gps_excel_import.lview
...modules/hls/HLS204N/hls_lease_item_gps_excel_import.lview
+91
-37
hls_lease_item_gps_import.lview
...ebapp/modules/hls/HLS204N/hls_lease_item_gps_import.lview
+17
-12
hls_lease_item_gps_modify_entrance.lview
...ules/hls/HLS204N/hls_lease_item_gps_modify_entrance.lview
+5
-4
bp_agent_entrance.lview
src/main/webapp/modules/hls/HLS303/bp_agent_entrance.lview
+4
-4
No files found.
src/main/webapp/WEB-INF/classes/cont/CON560/con_contract_finish_for_query.lwm
View file @
ff1dd171
...
...
@@ -54,7 +54,8 @@
<bm:query-field
field=
"contract_number"
queryExpression=
"contract_number like upper('%'||${@contract_number}||'%')"
/>
<bm:query-field
field=
"owner_user_id"
queryOperator=
"="
/>
<bm:query-field
field=
"bp_id_tenant"
queryOperator=
"="
/>
<bm:query-field
field=
"lease_organization"
queryOperator=
"="
/>
<!-- <bm:query-field field="lease_organization" queryOperator="="/>-->
<bm:query-field
field=
"contract_status"
queryOperator=
"="
/>
<bm:query-field
field=
"bp_id_agent_desc"
queryExpression=
"bp_id_agent_desc like upper('%'||${@bp_id_agent_desc}||'%')"
/>
</bm:query-fields>
<bm:data-filters>
...
...
src/main/webapp/WEB-INF/classes/hls/HLS204N/hls_lease_item_gps_list_tmp.lwm
View file @
ff1dd171
...
...
@@ -4,72 +4,75 @@
<bm:operations>
<bm:operation
name=
"query"
>
<bm:query-sql>
<![CDATA[
SELECT t1.*
FROM (SELECT li.line_id,
li.error_message,
li.status,
li.header_id,
li.line_number,
hd.created_by,
li.source_table,
li.attribute_1,
li.attribute_2,
li.attribute_3,
li.attribute_4,
SELECT t1.*
FROM (SELECT li.line_id,
li.error_message,
li.status,
li.header_id,
li.line_number,
hd.created_by,
li.source_table,
li.attribute_1,
(select cc.contract_name
from con_contract cc
where cc.contract_number = li.attribute_1) contract_name,
li.attribute_2,
li.attribute_3,
li.attribute_4,
li.attribute_5,
li.attribute_6,
li.attribute_7,
li.attribute_8,
li.attribute_9,
li.attribute_10,
li.attribute_11,
li.attribute_12,
li.attribute_13,
li.attribute_14,
li.attribute_15,
li.attribute_16,
li.attribute_17,
li.attribute_18,
li.attribute_19,
li.attribute_20,
li.attribute_21,
li.attribute_22,
li.attribute_23,
li.attribute_24,
li.attribute_25,
li.attribute_26
FROM fnd_interface_headers hd,
fnd_interface_lines li
WHERE hd.header_id = li.header_id
AND hd.template_code = 'CSH_TRX_BANK'
AND li.line_number >
0
AND HD.CREATED_BY = ${/session/@user_id}
) t1
#WHERE_CLAUSE#
order by t1.line_number
]]>
</bm:query-sql>
(select cc.lease_start_date
from con_contract cc
where cc.contract_number = li.attribute_1) lease_start_date,
li.attribute_6,
li.attribute_7,
trim(to_char(round(li.attribute_8,1),'999999999999990.99')) attribute_8,
trim(to_char(round(li.attribute_8 /
to_char(last_day(sysdate), 'dd'),
1),
'999999999999990.99')) average_hour,
li.attribute_9,
li.attribute_10,
li.attribute_11,
li.attribute_12
FROM fnd_interface_headers hd, fnd_interface_lines li
WHERE hd.header_id = li.header_id
AND hd.template_code = 'HLS_LEASE_ITEM_GPS_IMPORT'
AND li.line_number >
0
AND li.source_table = 'GPS'
AND HD.CREATED_BY = ${/session/@user_id}
AND hd.header_id=${/parameter/@header_id}) t1
order by t1.line_number
]]>
</bm:query-sql>
</bm:operation>
<bm:operation
name=
"update"
>
<bm:update-sql>
<![CDATA[
begin
hls_lease_item_gps_import_pkg.gps_import_check(p_header_id =>
${/model/header/record/@header_id},
p_user_id => ${/session/@user_id});
end;
]]>
</bm:update-sql>
begin
hls_lease_item_gps_import_pkg.gps_import_check(p_header_id =>
${@header_id},
p_user_id => ${/session/@user_id});
end;
]]>
</bm:update-sql>
</bm:operation>
<bm:operation
name=
"insert"
>
<bm:update-sql>
<![CDATA[
begin
hls_lease_item_gps_import_pkg.gps_import(
p_header_id =>
${/parameter/@header_id},
p_user_id =>${/session/@user_id}
);
end;
]]>
</bm:update-sql>
BEGIN
hls_lease_item_gps_import_pkg.gps_import(
p_contract_number =>
${@contract_number},
p_machine_model => ${@machine_model},
p_machine_number => ${@machine_number},
p_interval_date => ${@interval_date},
p_working_hours_latest=> ${@working_hours_latest},
p_working_hours_new_m => ${@working_hours_new_m},
p_working_hours_ave_m => ${@working_hours_ave_m},
p_machine_location => ${@machine_location},
p_note => ${@note},
p_attention => ${@attention},
p_machine_number_full=> ${@machine_number_full},
p_user_id => ${/session/@user_id});
END;
]]>
</bm:update-sql>
</bm:operation>
</bm:operations>
<bm:query-fields>
<bm:query-field
name=
"header_id"
queryExpression=
"t1.header_id=${@header_id}"
/>
</bm:query-fields>
</bm:model>
src/main/webapp/modules/hls/HLS204N/hls_lease_item_gps_excel_import.lview
View file @
ff1dd171
This diff is collapsed.
Click to expand it.
src/main/webapp/modules/hls/HLS204N/hls_lease_item_gps_import.lview
View file @
ff1dd171
<?xml version="1.0" encoding="UTF-8"?>
<a:screen
xmlns:a=
"http://www.leaf-framework.org/application"
customizationEnabled=
"true"
trace=
"true"
>
<a:init-procedure/>
<a:view>
<script
type=
"text/javascript"
>
<![CDATA[
function saveClick() {
if (document.getElementById('importFile').value) {
var fileName = document.getElementById('importFile').value;
var fileType = fileName.substr(fileName.lastIndexOf("."));
...
...
@@ -19,13 +16,14 @@
}
}
}
var _input_window;
function doSubmit() {
function doSubmit() {
debugger;
_input_window = new $L.Window({
title: '${l:HLS.IMPORT}',
width: 1
05
0,
height:
5
00
width: 1
10
0,
height:
4
00
});
new Ext.Template('<iframe id ="_input_window" name="_input_window" border="0" frameborder="0" height="100%" width="100%" style="border:none;padding:0px;margin:0px;">
</iframe>
').insertFirst(_input_window.body.dom, {}, true);
var form = document.getElementById('importForm');
...
...
@@ -33,15 +31,17 @@
form.action = url;
form.submit();
$('${/parameter/@winid}').close();
_input_window.on('close', function() {
_input_window.on('close', function () {
// $('${/parameter/@parent_ds_id}').setQueryParameter('batch_id','${/parameter/@batch_id}');
$('${/parameter/@parent_ds_id}').query();
});
}
]]>
</script>
<a:dataSets>
<a:dataSet
id=
"label_ds"
autoCreate=
"true"
>
<a:fields>
<!--<a:field name="label1" defaultValue="注意:"/>-->
<a:field
name=
"label2"
defaultValue=
"${l:STRICT_IMPORTED_TEMPLATE_DATA}"
/>
<a:field
name=
"label3"
defaultValue=
"${l:PRODUCT_MASTER_DATA_IMPORT}"
/>
<a:field
name=
"label4"
defaultValue=
"${l:IMPORTER_ONLY_SUPPORTS}"
/>
...
...
@@ -55,15 +55,20 @@
<a:label
name=
"label2"
bindTarget=
"label_ds"
style=
"margin-left:10px;"
width=
"380"
/>
<a:label
name=
"label3"
bindTarget=
"label_ds"
style=
"margin-left:10px;"
width=
"380"
/>
<a:label
name=
"label4"
bindTarget=
"label_ds"
style=
"margin-left:10px;"
width=
"380"
/>
<a:label
name=
"label5"
bindTarget=
"label_ds"
style=
"color:#055A78;font-weight:bold;margin-left:10px;"
width=
"380"
/>
<a:label
name=
"label6"
bindTarget=
"label_ds"
style=
"color:#055A78;font-weight:bold;margin-left:10px;"
width=
"380"
/>
<a:label
name=
"label5"
bindTarget=
"label_ds"
style=
"color:#055A78;font-weight:bold;margin-left:10px;"
width=
"380"
/>
<a:label
name=
"label6"
bindTarget=
"label_ds"
style=
"color:#055A78;font-weight:bold;margin-left:10px;"
width=
"380"
/>
</a:fieldSet>
<a:fieldSet
style=
"margin-left:10px;margin-top:10px;"
title=
"TMPLT_IMPORT_FILE"
width=
"400"
>
<form
name=
"upload"
id=
"importForm"
action=
"modules/prj/PRJ501N/prj_lease_item_trans_upload.lview?session_id=${/parameter/@session_id}&project_id=${/parameter/@project_id}&parent_ds_id=${/parameter/@parent_ds_id}&type=${/parameter/@type}&_csrf=${/session/@_csrf.token}"
enctype=
"multipart/form-data"
method=
"post"
target=
"_input_window"
>
<form
name=
"upload"
id=
"importForm"
action=
"modules/hls/HLS204N/hls_lease_item_gps_excel_import.lview?session_id=${/parameter/@session_id}&project_id=${/parameter/@project_id}&parent_ds_id=${/parameter/@parent_ds_id}&type=${/parameter/@type}&_csrf=${/session/@_csrf.token}"
enctype=
"multipart/form-data"
method=
"post"
target=
"_input_window"
>
<label
style=
"margin-left:10px;margin-top:10px;font-size:13px"
>
<![CDATA[${l:PLEASE_SELECT_A_FILE}]]>
</label>
<input
name=
"CONTENT"
id=
"importFile"
style=
"font-size:15px"
type=
"file"
/>
<!-- <input onclick="downloadFile()" style="margin-left:10px;margin-top:10px;width:60px;height:23px" type="button" value="模板下载"/> -->
<input
onclick=
"saveClick()"
style=
"margin-left:25px;margin-top:10px;width:60px;height:23px"
type=
"button"
value=
"${l:TMPLT_IMPORT}"
/>
<input
onclick=
"saveClick()"
style=
"margin-left:25px;margin-top:10px;width:60px;height:23px"
type=
"button"
value=
"${l:TMPLT_IMPORT}"
/>
</form>
</a:fieldSet>
</a:view>
...
...
src/main/webapp/modules/hls/HLS204N/hls_lease_item_gps_modify_entrance.lview
View file @
ff1dd171
...
...
@@ -12,22 +12,23 @@
<a:link
id=
"hls_lease_item_gps_import_link"
url=
"${/request/@context_path}/modules/hls/HLS204N/hls_lease_item_gps_import.lview"
/>
<script>
<![CDATA[
//导入按钮
window['${/parameter/@layout_code}_user_button1_layout_dynamic_click'] = function () {
window['${/parameter/@layout_code}_user_button1_layout_dynamic_click'] = function () {
debugger;
var url_l = $('hls_lease_item_gps_import_link').getUrl();
var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'con_contract_lease_item');
var win = new Leaf.Window({
id: 'hls_lease_item_gps_import_link_win',
url: url_l,
params: {
'winid': 'hls_lease_item_gps_import_link_win',
'session_id': '${/session/@session_id}',
'parent_ds_id':
'hls_lease_item_gps_modify_entrance_result_ds'
'parent_ds_id':
ds_id
},
title: '导入',
width: 4
3
0,
width: 4
2
0,
height: 390
});
win.on('close', function () {
$(
'hls_lease_item_gps_modify_entrance_result_ds'
).query();
$(
ds_id
).query();
});
}
...
...
src/main/webapp/modules/hls/HLS303/bp_agent_entrance.lview
View file @
ff1dd171
...
...
@@ -207,8 +207,8 @@
<a:lov
name=
"bp_code"
bindTarget=
"bp_agent_query_ds"
prompt=
"代理商编码"
/>
<a:textField
name=
"bp_name"
bindTarget=
"bp_agent_query_ds"
prompt=
"代理商名称"
/>
<a:textField
name=
"extra_nam"
bindTarget=
"bp_agent_query_ds"
prompt=
"代理商简称"
/>
<a:textField
name=
"re_kunnr"
bindTarget=
"bp_agent_query_ds"
prompt=
"SAP客户编码"
/
>
<a:textField
name=
"re_lifnr"
bindTarget=
"bp_agent_query_ds"
prompt=
"SAP供应商编码"
/
>
<!-- <a:textField name="re_kunnr" bindTarget="bp_agent_query_ds" prompt="SAP客户编码"/>--
>
<!-- <a:textField name="re_lifnr" bindTarget="bp_agent_query_ds" prompt="SAP供应商编码"/>--
>
<!-- <a:comboBox name="bp_category_n" bindTarget="bp_agent_query_ds" prompt="商业伙伴类型"/>
<a:comboBox name="agent_type_n" bindTarget="bp_agent_query_ds" prompt="代理商类型"/>
<a:comboBox name="agent_instance_status_n" bindTarget="bp_agent_query_ds" prompt="工作流状态"/>-->
...
...
@@ -233,8 +233,8 @@
<!-- <a:column name="enterprise_certification" align="center" prompt="企业认证"-->
<!-- renderer="enterprise_certification_render" width="80"/>-->
<!-- <a:column name="certification_status" align="center" prompt="认证状态" width="80"/>-->
<a:column
name=
"re_kunnr"
align=
"center"
prompt=
"SAP客户编码"
width=
"100"
/
>
<a:column
name=
"re_lifnr"
align=
"center"
prompt=
"SAP供应商编码"
width=
"100"
/
>
<!-- <a:column name="re_kunnr" align="center" prompt="SAP客户编码" width="100"/>--
>
<!-- <a:column name="re_lifnr" align="center" prompt="SAP供应商编码" width="100"/>--
>
<!--<a:column name="bp_class_n" align="center" prompt="商业伙伴类型" width="120"/>
<a:column name="bp_category_n" align="center" prompt="商业伙伴类别" width="150"/>
<a:column name="agent_type_n" align="center" prompt="代理商类型" width="150"/>
...
...
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