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
97e4ffca
Commit
97e4ffca
authored
Feb 21, 2020
by
Darming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix]评分-排除第三方信用度
parent
c6d6ef11
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
67 additions
and
68 deletions
+67
-68
prj_project_create.lview
src/main/webapp/modules/prj/PRJ500N/prj_project_create.lview
+1
-1
prj_project_maintain.lview
...ain/webapp/modules/prj/PRJ501N/prj_project_maintain.lview
+66
-67
No files found.
src/main/webapp/modules/prj/PRJ500N/prj_project_create.lview
View file @
97e4ffca
...
...
@@ -324,7 +324,7 @@
if (bp_tenant_detail_r && ds.id == prj_project_ds_id) {
for (var key in bp_tenant_detail_r.data) {
if (key != 'bp_detail_id' && key != 'score_name' && key != 'bp_age' &&
key != 'project_id
') {
if (key != 'bp_detail_id' && key != 'score_name' && key != 'bp_age' &&
key != 'project_id' && key != 'third_party_credibility' && key != 'third_party_credibility_n
') {
if(!bp_tenant_detail_r.get(key)){
Leaf.showInfoMessage("提示","承租人评分信息区域的所有字段,除\"第三方信用度\"外,其他都为必输字段,请填写!");
bp_rate_flag = false;
...
...
src/main/webapp/modules/prj/PRJ501N/prj_project_maintain.lview
View file @
97e4ffca
This diff is collapsed.
Click to expand it.
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