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
b423df57
Commit
b423df57
authored
Sep 22, 2023
by
18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签约首页排除变更合同及签约前变更新增校验
parent
9a0b1904
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
contract_print_entrance_g_contract_result_queryfields.js
.../contract_print_entrance_g_contract_result_queryfields.js
+1
-1
hls_con_contract_et_create_entrance.lview
...les/cont/CON733/hls_con_contract_et_create_entrance.lview
+9
-0
No files found.
src/main/webapp/WEB-INF/server-script/layoutconfig/contract_print_entrance_g_contract_result_queryfields.js
View file @
b423df57
...
...
@@ -6,7 +6,7 @@ var add_datafilters = [
},
{
name
:
'contract_status'
,
expression
:
"t1.contract_status not in ('CLOSED','CANCEL')"
expression
:
"t1.contract_status not in ('CLOSED','CANCEL'
,'PENDING'
)"
},
{
name
:
'sign_contract_status'
,
...
...
src/main/webapp/modules/cont/CON733/hls_con_contract_et_create_entrance.lview
View file @
b423df57
...
...
@@ -128,6 +128,15 @@
// Leaf.showErrorMessage('${l:PROMPT}', '当前合同暂不能进行此项变更!');
// return;
//}
if (record.get('business_type') == 'LEASEBACK'
&&
record.get('bp_class') == 'NP'
&&
record.get('division') != 70
&&
record.get('division') != 92
&&
ccr_document_type == 'CCR_BEFORE_SIGN') {
Leaf.showMessage('${l:PROMPT}', '此类业务尚未开放电子签约功能,不能发起签约前变更');
return;
}
if (record.get('division') == 91
&&
record.get('business_type') == 'LEASEBACK'
&&
ccr_document_type == 'CCR_BEFORE_SIGN') {
Leaf.showMessage('${l:PROMPT}', '此类业务尚未开放电子签约功能,不能发起签约前变更');
return;
}
Leaf.showConfirm('特别注意', '
<span
style=
"color: #ff0000; "
>
该操作将导致合同在变更期间无法进行后续操作,请谨慎操作!!!如果需要取消变更,请一定点击取消变更按钮!!!
</span>
', function () {
var contract = record.get('contract_id');
...
...
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