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
88bbdf30
Commit
88bbdf30
authored
Jan 25, 2024
by
38823
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资产管理代理店优化
parent
90119130
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
bp_agent_create.lview
src/main/webapp/modules/hls/HLS303/bp_agent_create.lview
+1
-0
bp_agent_modify.lview
src/main/webapp/modules/hls/HLS303/bp_agent_modify.lview
+1
-0
bp_asset_create.lview
src/main/webapp/modules/hls/HLS303/bp_asset_create.lview
+1
-0
No files found.
src/main/webapp/modules/hls/HLS303/bp_agent_create.lview
View file @
88bbdf30
...
@@ -352,6 +352,7 @@
...
@@ -352,6 +352,7 @@
var param = {};
var param = {};
param['bp_id'] = record.get('bp_id');
param['bp_id'] = record.get('bp_id');
param['agent_division_id'] = record.get('agent_division_id');
param['agent_division_id'] = record.get('agent_division_id');
param['division'] = record.get('division');
param['function_code'] = 'HLS303_ASSET';
param['function_code'] = 'HLS303_ASSET';
param['function_usage'] = 'MODIFY';
param['function_usage'] = 'MODIFY';
param['maintain_type'] = 'UPDATE';
param['maintain_type'] = 'UPDATE';
...
...
src/main/webapp/modules/hls/HLS303/bp_agent_modify.lview
View file @
88bbdf30
...
@@ -302,6 +302,7 @@
...
@@ -302,6 +302,7 @@
var param = {};
var param = {};
param['bp_id'] = record.get('bp_id');
param['bp_id'] = record.get('bp_id');
param['agent_division_id'] = record.get('agent_division_id');
param['agent_division_id'] = record.get('agent_division_id');
param['division'] = record.get('division');
param['function_code'] = 'HLS303_ASSET';
param['function_code'] = 'HLS303_ASSET';
param['function_usage'] = 'MODIFY';
param['function_usage'] = 'MODIFY';
param['maintain_type'] = 'UPDATE';
param['maintain_type'] = 'UPDATE';
...
...
src/main/webapp/modules/hls/HLS303/bp_asset_create.lview
View file @
88bbdf30
...
@@ -56,6 +56,7 @@
...
@@ -56,6 +56,7 @@
line_records[i].set('wfl_status_n','新建');
line_records[i].set('wfl_status_n','新建');
line_records[i].set('bp_id','${/parameter/@bp_id}');
line_records[i].set('bp_id','${/parameter/@bp_id}');
line_records[i].set('agent_division_id','${/parameter/@agent_division_id}');
line_records[i].set('agent_division_id','${/parameter/@agent_division_id}');
line_records[i].set('division','${/parameter/@division}');
}
}
}
}
};
};
...
...
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