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
ea8aa707
Commit
ea8aa707
authored
May 10, 2024
by
王炜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
机号校验to李哲
parent
e61bf133
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
0 deletions
+55
-0
prj501n_wfl_machine_number_detail.lview
...dules/prj/PRJ501N/prj501n_wfl_machine_number_detail.lview
+35
-0
prj_project_maintain_wfl_new.lview
...pp/modules/prj/PRJ501N/prj_project_maintain_wfl_new.lview
+20
-0
No files found.
src/main/webapp/modules/prj/PRJ501N/prj501n_wfl_machine_number_detail.lview
0 → 100644
View file @
ea8aa707
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Author: wangwei5743
$Date: 2024-5-10 上午09:03:15
$Revision: 1.0
$Purpose: 机号比对展示明细页面
-->
<a:screen
xmlns:a=
"http://www.leaf-framework.org/application"
customizationEnabled=
"true"
trace=
"true"
>
<a:init-procedure/>
<a:view>
<script
type=
"text/javascript"
>
<![CDATA[
]]>
</script>
<a:dataSets>
<a:dataSet
id=
"label_ds"
autoCreate=
"true"
>
<a:fields>
<!--<a:field name="label1" defaultValue="注意:"/>-->
<a:field
name=
"label2"
defaultValue=
"1.当前页面仅机号存在重复风险会弹出,二次租赁情况下不弹出"
/>
<a:field
name=
"label3"
defaultValue=
"2.如弹出该窗口以为该机号存在重复性风险,请核查机号重复实际情况"
/>
<a:field
name=
"label4"
defaultValue=
"3.一但点击确认并正常审批流程代表您已完成风险核对"
/>
<a:field
name=
"label5"
defaultValue=
"仔细阅读上述事项,并检查确认无误。请谨慎审批通过该笔单据!"
/>
</a:fields>
</a:dataSet>
</a:dataSets>
<a:fieldSet
style=
"margin-left:10px;margin-top:10px;font-weight:bold;"
title=
"机号重复性检验提示"
width=
"400"
>
<!--<a:label name="label1" bindTarget="label_ds" width="380"/>-->
<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:fieldSet>
</a:view>
</a:screen>
src/main/webapp/modules/prj/PRJ501N/prj_project_maintain_wfl_new.lview
View file @
ea8aa707
...
...
@@ -62,6 +62,7 @@
model=
"prj.PRJ505.prj_project_create_contract"
modelaction=
"execute"
/>
<a:link
id=
"prj_approval_link_id"
model=
"prj.PRJ501N.project_approval"
modelaction=
"update"
/>
<a:link
id=
"check_machine_number_id"
model=
"prj.PRJ501N.project_approval"
modelaction=
"query"
/>
<a:link
id=
"prj501n_wfl_machine_number_detail_link_id"
url=
"${/request/@context_path}/modules/prj/PRJ501N/prj501n_wfl_machine_number_detail.lview"
/>
<!--<link href="${/request/@context_path}/css/lightbox.css" rel="stylesheet" type="text/css"/>
<script src="${/request/@context_path}/javascripts/lightbox.js" type="text/javascript"/>-->
...
...
@@ -846,6 +847,25 @@
Leaf.onReady(function
()
{
//机号弹窗校验
debugger;
if('${/parameter/@check_machine_number_flag}'=='Y'){
var
url_l =
$('prj501n_wfl_machine_number_detail_link_id').getUrl();
var
machine_number_win =
new
Leaf.Window({
id:
'prj501n_wfl_machine_number_detail_win',
url:
url_l,
params:
{
'winid':
'prj501n_wfl_machine_number_detail_win',
'session_id':
'${/session/@session_id}'
},
title:
'机号重复性风险提示',
width:
430,
height:
390
});
}
var
bp_ds_id =
get_dsid_by_tabcode_basetable(window['${/parameter/@layout_code}_layoutDataSetList'],
'T_HISTORY_INGO',
'hls_bp_master');
var
url =
'${/request/@context_path}/autocrud/prj.PRJ501N.prj_project_history_display/query?project_id=${/parameter/@project_id}&bp_id=${/parameter/@bp_id}'
;
$(bp_ds_id).setQueryUrl(url);
...
...
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