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
3f048e7a
Commit
3f048e7a
authored
May 27, 2024
by
18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新建代理店-云南铁拳报单页面字段显隐同北京心诚
parent
e0f75a5a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
3 deletions
+37
-3
prj_project_create.lview
src/main/webapp/modules/prj/PRJ500N/prj_project_create.lview
+13
-3
prj_project_maintain.lview
...ain/webapp/modules/prj/PRJ501N/prj_project_maintain.lview
+12
-0
prj_project_maintain_wfl_new.lview
...pp/modules/prj/PRJ501N/prj_project_maintain_wfl_new.lview
+12
-0
No files found.
src/main/webapp/modules/prj/PRJ500N/prj_project_create.lview
View file @
3f048e7a
...
@@ -537,7 +537,7 @@
...
@@ -537,7 +537,7 @@
}
}
if (bp_tenant_detail_r
&&
ds.id == prj_project_ds_id) {
if (bp_tenant_detail_r
&&
ds.id == prj_project_ds_id) {
for (var key in bp_tenant_detail_r.data) {
for (var key in bp_tenant_detail_r.data) {
if(division!='70'
&&
division!='92'){
if(division!='70'
&&
division!='92'){
//非铁甲排除铁甲必填
//非铁甲排除铁甲必填
if (key != 'bp_detail_id'
&&
key != 'score_name'
&&
key != 'bp_age'
&&
key != 'project_id'
&&
key != 'contract_id'
&&
key != 'third_party_credibility'
&&
key != 'third_party_credibility_n'
&&
key != 'third_guar_score'
&&
key != 'tj_score' ) {
if (key != 'bp_detail_id'
&&
key != 'score_name'
&&
key != 'bp_age'
&&
key != 'project_id'
&&
key != 'contract_id'
&&
key != 'third_party_credibility'
&&
key != 'third_party_credibility_n'
&&
key != 'third_guar_score'
&&
key != 'tj_score' ) {
if(!bp_tenant_detail_r.get(key)){
if(!bp_tenant_detail_r.get(key)){
...
@@ -550,7 +550,6 @@
...
@@ -550,7 +550,6 @@
}
}
}else if(division == '92'){
}else if(division == '92'){
if (key != 'bp_detail_id'
&&
key != 'score_name'
&&
key != 'bp_age'
&&
key != 'contract_id'
&&
key != 'project_id'
&&
key != 'third_party_credibility'
&&
key != 'third_party_credibility_n'
&&
key != 'third_guar_score'
&&
key != 'tj_score') {
if (key != 'bp_detail_id'
&&
key != 'score_name'
&&
key != 'bp_age'
&&
key != 'contract_id'
&&
key != 'project_id'
&&
key != 'third_party_credibility'
&&
key != 'third_party_credibility_n'
&&
key != 'third_guar_score'
&&
key != 'tj_score') {
//if (!bp_tenant_detail_r.get(key)) {
if (typeof bp_tenant_detail_r.get(key) == "null" || typeof bp_tenant_detail_r.get(key) == "undefined" || bp_tenant_detail_r.get(key) === "") {
if (typeof bp_tenant_detail_r.get(key) == "null" || typeof bp_tenant_detail_r.get(key) == "undefined" || bp_tenant_detail_r.get(key) === "") {
Leaf.showInfoMessage("提示", "承租人评分信息区域的所有字段,除\"第三方担保附件得分\"外,其他都为必输字段,请填写!");
Leaf.showInfoMessage("提示", "承租人评分信息区域的所有字段,除\"第三方担保附件得分\"外,其他都为必输字段,请填写!");
bp_rate_flag = false;
bp_rate_flag = false;
...
@@ -560,6 +559,17 @@
...
@@ -560,6 +559,17 @@
}
}
}
}
}else{
}else{
if('${/parameter/@division_detail}'=='03'){
if (key != 'bp_detail_id'
&&
key != 'score_name'
&&
key != 'bp_age'
&&
key != 'contract_id'
&&
key != 'project_id'
&&
key != 'third_party_credibility'
&&
key != 'third_party_credibility_n'
&&
key != 'third_guar_score'
&&
key != 'tj_score') {
if (typeof bp_tenant_detail_r.get(key) == "null" || typeof bp_tenant_detail_r.get(key) == "undefined" || bp_tenant_detail_r.get(key) === "") {
Leaf.showInfoMessage("提示", "承租人评分信息区域的所有字段,除\"第三方担保附件得分\"外,其他都为必输字段,请填写!");
bp_rate_flag = false;
break;
}else{
bp_rate_flag = true;
}
}
}else{
if (key != 'bp_detail_id'
&&
key != 'score_name'
&&
key != 'bp_age'
&&
key != 'project_id'
&&
key != 'contract_id'
&&
key != 'third_party_credibility'
&&
key != 'third_party_credibility_n'
&&
key != 'third_guar_score' ) {
if (key != 'bp_detail_id'
&&
key != 'score_name'
&&
key != 'bp_age'
&&
key != 'project_id'
&&
key != 'contract_id'
&&
key != 'third_party_credibility'
&&
key != 'third_party_credibility_n'
&&
key != 'third_guar_score' ) {
if(!bp_tenant_detail_r.get(key)){
if(!bp_tenant_detail_r.get(key)){
Leaf.showInfoMessage("提示","承租人评分信息区域的所有字段,除\"第三方担保附件分数\"外,其他都为必输字段,请填写!");
Leaf.showInfoMessage("提示","承租人评分信息区域的所有字段,除\"第三方担保附件分数\"外,其他都为必输字段,请填写!");
...
@@ -569,6 +579,7 @@
...
@@ -569,6 +579,7 @@
bp_rate_flag = true;
bp_rate_flag = true;
}
}
}
}
}
}
}
}
}
...
@@ -1017,7 +1028,6 @@
...
@@ -1017,7 +1028,6 @@
//add
by
wangwei
非铁甲业务隐藏铁甲评分
//add
by
wangwei
非铁甲业务隐藏铁甲评分
var
bp_tenant_rate_detail_ds_id =
get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'],
'bp_tenant_rate_detail');
var
bp_tenant_rate_detail_ds_id =
get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'],
'bp_tenant_rate_detail');
if
(
bp_tenant_rate_detail_ds_id =
=
ds.id
&&
bp_tenant_rate_detail_ds_id)
{
if
(
bp_tenant_rate_detail_ds_id =
=
ds.id
&&
bp_tenant_rate_detail_ds_id)
{
debugger;
if
(division
!=
'70'
&&
division
!=
'')
{
if
(division
!=
'70'
&&
division
!=
'')
{
if(document.getElementById('${/parameter/@layout_code}_F_TENANT_SCORE_INFO_BP_TENANT_RATE_DETAIL_TJ_SCORE')){
if(document.getElementById('${/parameter/@layout_code}_F_TENANT_SCORE_INFO_BP_TENANT_RATE_DETAIL_TJ_SCORE')){
document.getElementById('${/parameter/@layout_code}_F_TENANT_SCORE_INFO_BP_TENANT_RATE_DETAIL_TJ_SCORE_prompt')
.style.display =
'none'
;
document.getElementById('${/parameter/@layout_code}_F_TENANT_SCORE_INFO_BP_TENANT_RATE_DETAIL_TJ_SCORE_prompt')
.style.display =
'none'
;
...
...
src/main/webapp/modules/prj/PRJ501N/prj_project_maintain.lview
View file @
3f048e7a
...
@@ -2051,6 +2051,17 @@
...
@@ -2051,6 +2051,17 @@
}
}
}
}
}else{
}else{
if('${/parameter/@division_detail}'=='03'){
if
(key
!=
'bp_detail_id'
&&
key
!=
'score_name'
&&
key
!=
'bp_age'&&
key
!=
'contract_id'
&&
key
!=
'project_id'
&&
key
!=
'third_party_credibility'
&&
key
!=
'third_party_credibility_n'&&
key
!=
'third_guar_score'&&key
!=
'tj_score')
{
if
(typeof
bp_tenant_detail_r.get(key)
==
"null"
||
typeof
bp_tenant_detail_r.get(key)
==
"undefined"
||
bp_tenant_detail_r.get(key)
===
"")
{
Leaf.showInfoMessage("提示",
"承租人评分信息区域的所有字段,除\"第三方担保附件得分\"外,其他都为必输字段,请填写!");
bp_rate_flag =
false;
break;
}else{
bp_rate_flag =
true;
}
}
}else{
if
(key
!=
'bp_detail_id'
&&
key
!=
'score_name'
&&
key
!=
'bp_age'&&
key
!=
'contract_id'
&&
key
!=
'project_id'
&&
key
!=
'third_party_credibility'
&&
key
!=
'third_party_credibility_n'&&
key
!=
'third_guar_score')
{
if
(key
!=
'bp_detail_id'
&&
key
!=
'score_name'
&&
key
!=
'bp_age'&&
key
!=
'contract_id'
&&
key
!=
'project_id'
&&
key
!=
'third_party_credibility'
&&
key
!=
'third_party_credibility_n'&&
key
!=
'third_guar_score')
{
//if
(!bp_tenant_detail_r.get(key))
{
//if
(!bp_tenant_detail_r.get(key))
{
if
(typeof
bp_tenant_detail_r.get(key)
==
"null"
||
typeof
bp_tenant_detail_r.get(key)
==
"undefined"
||
bp_tenant_detail_r.get(key)
===
"")
{
if
(typeof
bp_tenant_detail_r.get(key)
==
"null"
||
typeof
bp_tenant_detail_r.get(key)
==
"undefined"
||
bp_tenant_detail_r.get(key)
===
"")
{
...
@@ -2062,6 +2073,7 @@
...
@@ -2062,6 +2073,7 @@
}
}
}
}
}
}
}
}
}
}
}
...
...
src/main/webapp/modules/prj/PRJ501N/prj_project_maintain_wfl_new.lview
View file @
3f048e7a
...
@@ -400,6 +400,17 @@
...
@@ -400,6 +400,17 @@
}
}
}
}
} else{
} else{
if('${/parameter/@division_detail}'=='03'){
if (key != 'bp_detail_id' && key != 'score_name' && key != 'bp_age'&& key != 'contract_id' && key != 'project_id' && key != 'third_party_credibility' && key != 'third_party_credibility_n'&& key != 'third_guar_score'&&key != 'tj_score') {
if (typeof bp_tenant_detail_r.get(key) == "null" || typeof bp_tenant_detail_r.get(key) == "undefined" || bp_tenant_detail_r.get(key) === "") {
Leaf.showInfoMessage("提示", "承租人评分信息区域的所有字段,除\"第三方担保附件得分\"外,其他都为必输字段,请填写!");
bp_rate_flag = false;
break;
}else{
bp_rate_flag = true;
}
}
}else{
if (key != 'bp_detail_id' && key != 'score_name' && key != 'bp_age' && key != 'project_id'&& key != 'third_party_credibility' && key != 'third_party_credibility_n'&& key != 'contract_id'&& key != 'third_guar_score') {
if (key != 'bp_detail_id' && key != 'score_name' && key != 'bp_age' && key != 'project_id'&& key != 'third_party_credibility' && key != 'third_party_credibility_n'&& key != 'contract_id'&& key != 'third_guar_score') {
//if(!bp_tenant_detail_r.get(key)){
//if(!bp_tenant_detail_r.get(key)){
if (typeof bp_tenant_detail_r.get(key)== "null"||typeof bp_tenant_detail_r.get(key)== "undefined"|| bp_tenant_detail_r.get(key)== "") {
if (typeof bp_tenant_detail_r.get(key)== "null"||typeof bp_tenant_detail_r.get(key)== "undefined"|| bp_tenant_detail_r.get(key)== "") {
...
@@ -411,6 +422,7 @@
...
@@ -411,6 +422,7 @@
}
}
}
}
}
}
}
}
}
}
}
...
...
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