Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
81b749c9
Commit
81b749c9
authored
5 years ago
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流程增加排序
parent
56e126d4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
addFinancialProcess.vue
src/components/FinancialModule/addFinancialProcess.vue
+6
-0
No files found.
src/components/FinancialModule/addFinancialProcess.vue
View file @
81b749c9
...
...
@@ -379,6 +379,9 @@
<el-checkbox
:value=
"4"
:label=
"4"
:key=
"4"
>
{{
$t
(
'fnc.zjinchi'
)
}}
</el-checkbox>
</el-checkbox-group>
</el-form-item>
<el-form-item
label=
"排序"
>
<el-input
v-model=
"addMsg.Sort"
class=
"w250"
maxlength=
"60"
></el-input>
</el-form-item>
<el-form-item
:label=
"$t('fnc.mbmiaoshu')"
>
<el-input
v-model=
"addMsg.DescribeInfo"
class=
"w450"
maxlength=
"100"
></el-input>
</el-form-item>
...
...
@@ -553,6 +556,7 @@ export default {
Id
:
0
,
Name
:
''
,
DescribeInfo
:
''
,
Sort
:
'0'
,
TemplateType
:
'8'
,
TempLateClass
:
''
,
FinancialInstitutions
:[],
...
...
@@ -830,6 +834,7 @@ export default {
this
.
addMsg
.
Id
=
data
.
Id
;
this
.
addMsg
.
Name
=
data
.
Name
;
this
.
addMsg
.
DescribeInfo
=
data
.
DescribeInfo
;
this
.
addMsg
.
Sort
=
data
.
Sort
;
this
.
addMsg
.
TempLateClass
=
data
.
TempLateClass
;
this
.
addMsg
.
IsUploadPic
=
data
.
IsUploadPic
;
this
.
addMsg
.
IsShow
=
data
.
IsShow
;
...
...
@@ -997,6 +1002,7 @@ export default {
Id
:
this
.
addMsg
.
Id
,
Name
:
this
.
addMsg
.
Name
,
DescribeInfo
:
this
.
addMsg
.
DescribeInfo
,
Sort
:
this
.
addMsg
.
Sort
,
TemplateType
:
this
.
addMsg
.
TemplateType
,
TempLateClass
:
this
.
radio
,
FinancialInstitutions
:[],
...
...
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