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
e529bc9b
Commit
e529bc9b
authored
Nov 14, 2019
by
lijingjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] 商业伙伴超链接修改
parent
3e392a34
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
7 deletions
+12
-7
contract_incept_entrance_g_contract_result_queryfields.js
...contract_incept_entrance_g_contract_result_queryfields.js
+6
-1
contract_print_entrance_g_contract_result_queryfields.js
.../contract_print_entrance_g_contract_result_queryfields.js
+2
-2
project_modify_entrance_g_project_result_queryfields.js
...g/project_modify_entrance_g_project_result_queryfields.js
+1
-1
con_re_print_entrance.lview
...in/webapp/modules/cont/CON311/con_re_print_entrance.lview
+1
-1
con_re_print_entrance.lview
...n/webapp/modules/cont/CON3200/con_re_print_entrance.lview
+1
-1
con_contract_modify.lview
...main/webapp/modules/cont/CON505/con_contract_modify.lview
+1
-1
No files found.
src/main/webapp/WEB-INF/server-script/layoutconfig/contract_incept_entrance_g_contract_result_queryfields.js
View file @
e529bc9b
...
...
@@ -2,7 +2,12 @@ var add_datafilters = [
{
name
:
'contract_status'
,
expression
:
"t1.contract_status in ('SIGNING','SIGN','INCEPTING','INCEPT','INCEPT_RETURN')"
expression
:
"t1.contract_status in ('INCEPTING','INCEPT','INCEPT_RETURN','NEW')"
},
{
name
:
'sign_contract_status'
,
expression
:
"t1.sign_contract_status in ('SIGNING','SIGN')"
},
{
name
:
'authority'
,
...
...
src/main/webapp/WEB-INF/server-script/layoutconfig/contract_print_entrance_g_contract_result_queryfields.js
View file @
e529bc9b
...
...
@@ -5,8 +5,8 @@ var add_datafilters = [
expression
:
"t1.document_type = 'CARCON'"
},
{
name
:
'contract_status'
,
expression
:
"t1.
contract_status in ('NEW','SIGNING','SIGNING
','SIGN_RETURN')"
name
:
'
sign_
contract_status'
,
expression
:
"t1.
sign_contract_status in ('NEW','SIGNING','SIGN
','SIGN_RETURN')"
},
{
name
:
'authority'
,
...
...
src/main/webapp/WEB-INF/server-script/layoutconfig/project_modify_entrance_g_project_result_queryfields.js
View file @
e529bc9b
...
...
@@ -65,7 +65,7 @@ var override_queryfields = [
//},
{
name
:
'project_status'
,
queryexpression
:
"
(
t1.project_status in ('NEW','PRE_APPROVING','APPROVED_RETURN')"
queryexpression
:
"t1.project_status in ('NEW','PRE_APPROVING','APPROVED_RETURN')"
}
...
...
src/main/webapp/modules/cont/CON311/con_re_print_entrance.lview
View file @
e529bc9b
...
...
@@ -19,7 +19,7 @@
function open_contract_win(ds_id, record_id) {
var record = $(ds_id).findById(record_id);
var param = record.data;
if(record.get('
contract_status')=='NEW' || record.get('
contract_status')=='SIGN_RETURN'){
if(record.get('
sign_contract_status')=='NEW' || record.get('sign_
contract_status')=='SIGN_RETURN'){
param['function_code'] = 'CON301MM';
param['function_usage'] = 'MODIFY';
}
...
...
src/main/webapp/modules/cont/CON3200/con_re_print_entrance.lview
View file @
e529bc9b
...
...
@@ -18,7 +18,7 @@
function open_contract_win(ds_id, record_id) {
var record = $(ds_id).findById(record_id);
var param = record.data;
if(record.get('contract_status')=='
SIGNING' || record.get('contract_status')=='INCEPT_RETURN'||record.get('contract_status')=='SIG
N'){
if(record.get('contract_status')=='
NEW' || record.get('contract_status')=='INCEPT_RETUR
N'){
param['function_code'] = 'CON3200N';
param['function_usage'] = 'MODIFY';
}
...
...
src/main/webapp/modules/cont/CON505/con_contract_modify.lview
View file @
e529bc9b
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