Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swiftISOEditor
Overview
Overview
Details
Activity
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
swift
swiftISOEditor
Commits
715464d1
Commit
715464d1
authored
Jun 14, 2024
by
pengbao666
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cips优化,修复bug
parent
3d1640d8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
3 deletions
+26
-3
TemplateInfos.vue
editor_vue/src/iso/components/TemplateInfos.vue
+2
-2
indexcips.vue
editor_vue/src/iso/pages/indexcips.vue
+1
-1
cips_111_001_02.js
editor_vue/src/iso/script/MsgJson/cips_111_001_02.js
+11
-0
cips_112_001_02.js
editor_vue/src/iso/script/MsgJson/cips_112_001_02.js
+12
-0
No files found.
editor_vue/src/iso/components/TemplateInfos.vue
View file @
715464d1
...
...
@@ -4,15 +4,15 @@
<el-form-item
label=
"Name"
prop=
"nam"
>
<el-input
v-model=
"form.nam"
clearable
maxlength=
"30"
placeholder=
"Please Enter Template Name"
></el-input>
</el-form-item>
<el-form-item
label=
"
Text
"
prop=
"text"
>
<el-form-item
label=
"
Desc
"
prop=
"text"
>
<el-input
class=
"textarea"
type=
"textarea"
maxlength=
"2000"
:autosize=
"
{minRows: 3, maxRows: 6}" v-model="form.text">
</el-input>
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"closeDialog"
>
Cancel
</el-button>
<el-button
type=
"primary"
@
click=
"saveTemplate"
>
Save
</el-button
>
<el-button
@
click=
"closeDialog"
>
Cancel
</el-button>
</div>
</el-dialog>
</
template
>
...
...
editor_vue/src/iso/pages/indexcips.vue
View file @
715464d1
...
...
@@ -124,7 +124,7 @@
<el-tab-pane
label=
"预览"
name=
"previewTab"
>
<div>
<div
class=
"left"
>
<
h3
class=
"title1"
>
MX Message
</h3
>
<
!--
<h3
class=
"title1"
>
MX Message
</h3>
--
>
<textarea
class=
"textleft"
readonly
v-model=
"message"
></textarea>
</div>
<!--
<div
v-if=
"flag"
class=
"right"
>
...
...
editor_vue/src/iso/script/MsgJson/cips_111_001_02.js
View file @
715464d1
...
...
@@ -21,6 +21,8 @@ tag:"MsgId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"20"
,
//iscips 标识是否属于cips,若属于cips有特定的初始化规则
iscips
:
"1"
,
},
{
path
:
"0.0.1"
,
...
...
@@ -235,6 +237,7 @@ tag:"MmbId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"35"
,
ifaccount
:
"1"
,
//是否需要填行号
},
],
},
...
...
@@ -273,6 +276,9 @@ tag:"MmbId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"35"
,
ifaccount
:
"1"
,
//是否需要填行号
//iscips 标识是否属于cips,若属于cips有特定的初始化规则
iscips
:
"1"
,
},
],
},
...
...
@@ -327,6 +333,7 @@ tag:"MmbId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"35"
,
ifaccount
:
"1"
,
//是否需要填行号
},
],
},
...
...
@@ -381,6 +388,7 @@ tag:"MmbId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"35"
,
ifaccount
:
"1"
,
//是否需要填行号
},
],
},
...
...
@@ -426,6 +434,7 @@ tag:"MmbId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"35"
,
ifaccount
:
"1"
,
//是否需要填行号
},
],
},
...
...
@@ -634,6 +643,7 @@ tag:"MmbId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"35"
,
ifaccount
:
"1"
,
//是否需要填行号
},
],
},
...
...
@@ -734,6 +744,7 @@ tag:"MmbId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"35"
,
ifaccount
:
"1"
,
//是否需要填行号
},
],
},
...
...
editor_vue/src/iso/script/MsgJson/cips_112_001_02.js
View file @
715464d1
...
...
@@ -21,6 +21,8 @@ tag:"MsgId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"35"
,
//iscips 标识是否属于cips,若属于cips有特定的初始化规则
iscips
:
"1"
,
},
{
path
:
"0.0.1"
,
...
...
@@ -203,6 +205,9 @@ tag:"MmbId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"35"
,
ifaccount
:
"1"
,
//是否需要填行号
//iscips 标识是否属于cips,若属于cips有特定的初始化规则
iscips
:
"1"
,
},
],
},
...
...
@@ -257,6 +262,7 @@ tag:"MmbId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"35"
,
ifaccount
:
"1"
,
//是否需要填行号
},
],
},
...
...
@@ -311,6 +317,7 @@ tag:"MmbId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"35"
,
ifaccount
:
"1"
,
//是否需要填行号
},
],
},
...
...
@@ -356,6 +363,7 @@ tag:"MmbId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"35"
,
ifaccount
:
"1"
,
//是否需要填行号
},
],
},
...
...
@@ -401,6 +409,7 @@ tag:"MmbId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"35"
,
ifaccount
:
"1"
,
//是否需要填行号
},
],
},
...
...
@@ -501,6 +510,7 @@ tag:"MmbId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"35"
,
ifaccount
:
"1"
,
//是否需要填行号
},
],
},
...
...
@@ -546,6 +556,7 @@ tag:"MmbId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"35"
,
ifaccount
:
"1"
,
//是否需要填行号
},
],
},
...
...
@@ -591,6 +602,7 @@ tag:"MmbId",
type
:
"TextInput"
,
status
:
"M"
,
maxLength
:
"35"
,
ifaccount
:
"1"
,
//是否需要填行号
},
],
},
...
...
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