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
d5a71fc7
Commit
d5a71fc7
authored
Jan 31, 2024
by
38823
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资产管理费代理店问题修复
parent
7f008b25
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
bp_agent_create.lview
src/main/webapp/modules/hls/HLS303/bp_agent_create.lview
+2
-0
bp_agent_modify.lview
src/main/webapp/modules/hls/HLS303/bp_agent_modify.lview
+2
-0
bp_asset_create.lview
src/main/webapp/modules/hls/HLS303/bp_asset_create.lview
+1
-1
No files found.
src/main/webapp/modules/hls/HLS303/bp_agent_create.lview
View file @
d5a71fc7
...
...
@@ -355,6 +355,8 @@
param['division'] = record.get('division');
param['function_code'] = 'HLS303_ASSET';
param['function_usage'] = 'MODIFY';
param['screen_width'] = '800';
param['screen_height'] = '600';
param['maintain_type'] = 'UPDATE';
param['winid'] = 'open_asset_create_window';
param['url_title'] = '资产管理费明细页面';
...
...
src/main/webapp/modules/hls/HLS303/bp_agent_modify.lview
View file @
d5a71fc7
...
...
@@ -305,6 +305,8 @@
param['division'] = record.get('division');
param['function_code'] = 'HLS303_ASSET';
param['function_usage'] = 'MODIFY';
param['screen_width'] = '800';
param['screen_height'] = '600';
param['maintain_type'] = 'UPDATE';
param['winid'] = 'open_asset_create_window';
param['url_title'] = '资产管理费明细页面';
...
...
src/main/webapp/modules/hls/HLS303/bp_asset_create.lview
View file @
d5a71fc7
...
...
@@ -39,7 +39,7 @@
if(ds_id){
var record = $(ds_id).getAll();
for(var i=0;i<record.length;i++){
if(record[i].get('wfl_status')
!= 'NEW
'){
if(record[i].get('wfl_status')
=='APPROVED' || record[i].get('wfl_status')=='APPROVING
'){
record[i].getField('group_rate').setReadOnly(true);
record[i].getField('internal_rate').setReadOnly(true);
record[i].getField('external_rate').setReadOnly(true);
...
...
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