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
2d0bf87a
Commit
2d0bf87a
authored
May 17, 2021
by
李贺贺
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/大额尾款——报价创建相关问题修复' into develop
parents
08764f3f
1c58e02b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
prj_project_create.lview
src/main/webapp/modules/prj/PRJ500N/prj_project_create.lview
+2
-4
No files found.
src/main/webapp/modules/prj/PRJ500N/prj_project_create.lview
View file @
2d0bf87a
...
...
@@ -30,7 +30,7 @@
<!-- <a:link id="get_special_fields_link_id" model="cont.CON500.con_contract_get_special_fields" modelaction="update"/> -->
<!--<a:link id="get_special_fields_link_id" model="prj.PRJ500.get_new_prj_number" modelaction="update"/>-->
<a:link
id=
"get_special_fields_link_id"
model=
"prj.PRJ500.get_two_prj_number"
modelaction=
"update"
/>
<a:link
id=
"principal_eq_pymt_adj_link_n"
model=
"hls.HLS500N.query_principal_eq_pymt_adj"
modelaction=
"update"
/>
<a:link
id=
"
${/parameter/@layout_code}_
principal_eq_pymt_adj_link_n"
model=
"hls.HLS500N.query_principal_eq_pymt_adj"
modelaction=
"update"
/>
<a:link
id=
"hls_bp_master_billing_link"
model=
"prj.PRJ500N.hls_bp_master_billing"
modelaction=
"query"
/>
<a:link
id=
"${/parameter/@layout_code}${/parameter/@pre_layout}prj500_cdd_downloadFile_id"
url=
"${/request/@context_path}/downloadFile.lview"
/>
...
...
@@ -834,8 +834,6 @@
}
}
}
};
...
...
@@ -965,7 +963,7 @@
if
(record.get('large_balance')
==
'YES')
{
var
project_number =
current_record.get('project_number');
Leaf.request({
url:
$('principal_eq_pymt_adj_link_n').getUrl(),
url:
$('
${/parameter/@layout_code}_
principal_eq_pymt_adj_link_n').getUrl(),
para:
{p_project_number:
project_number},
scope:
this,
success:
function
(res)
{
...
...
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