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
cd364332
Commit
cd364332
authored
May 17, 2024
by
Luochenglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电子档案改造
parent
e61bf133
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
efile_post_stru_json_lov.lview
...pp/modules/efile/EFILE1030/efile_post_stru_json_lov.lview
+6
-1
efile_doc_import.lsc
src/main/webapp/modules/efile/EFILE1040/efile_doc_import.lsc
+8
-0
No files found.
src/main/webapp/modules/efile/EFILE1030/efile_post_stru_json_lov.lview
View file @
cd364332
...
...
@@ -51,8 +51,13 @@
for (var k in obj) {
// if (obj[k] instanceof Object) {
var datasRecord = newMap("record");
var str=obj[k].value;
str=str.replace('中左括号替换','(');
str=str.replace('中右括号替换',')');
str=str.replace('英左括号替换','(');
str=str.replace('英右括号替换',')');
datasRecord.code_value = obj[k].fieldCode;
datasRecord.code_value_name =
obj[k].value
;
datasRecord.code_value_name =
str
;
datas.addChild(datasRecord.getData());
//println(datasRecord.code_value+":"+datasRecord.code_value_name);
//} else {
...
...
src/main/webapp/modules/efile/EFILE1040/efile_doc_import.lsc
View file @
cd364332
...
...
@@ -90,6 +90,10 @@
filelist='[]' ;
//}
}else{
fieldValueList=fieldValueList.replace('中左括号替换','(');
fieldValueList=fieldValueList.replace('中右括号替换',')');
fieldValueList=fieldValueList.replace('英左括号替换','(');
fieldValueList=fieldValueList.replace('英右括号替换',')');
fieldValueList=fieldValueList.substring(17);
fieldValueList=JSON.parse(fieldValueList);
//if(batch_data[i].je_check_flag=='Y'){
...
...
@@ -358,6 +362,10 @@
filelist='[]' ;
// }
}else{
fieldValueList=fieldValueList.replace('中左括号替换','(');
fieldValueList=fieldValueList.replace('中右括号替换',')');
fieldValueList=fieldValueList.replace('英左括号替换','(');
fieldValueList=fieldValueList.replace('英右括号替换',')');
fieldValueList=fieldValueList.substring(17);
fieldValueList=JSON.parse(fieldValueList);
//if(req_date[i].je_check_flag=='Y'){
...
...
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