Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
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
李苏
sgaqgl-vue
Commits
d76932cb
Commit
d76932cb
authored
Feb 08, 2023
by
黄自鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
履职任务维护,调整手工维护LZRW_DJLY,LZRW_ZT,LZRW_GSID没有给值。
parent
4f5172a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
edit.vue
src/views/daily/duty/edit.vue
+13
-3
No files found.
src/views/daily/duty/edit.vue
View file @
d76932cb
...
...
@@ -2,6 +2,14 @@
<RelDialog
:type=
'type'
:editApp=
'editApp'
:app=
'app'
:buttonApp=
'buttonApp'
>
<!-- 填写表单内容,slot=form必写-->
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"80px"
:rules=
"rules"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"公司"
ref=
"gsid"
prop=
"gsid"
>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.name"
></el-input>
-->
<RelSelect
:readonly=
"readonly"
filterable
style=
"width: 100%;"
src=
'/jcsj/common/bm/queryGs'
:match=
"
{value:'id',label:'bmmc'}" v-model='form.gsid' >
</RelSelect>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"履职分类"
ref=
"flid"
prop=
"flid"
>
...
...
@@ -26,6 +34,7 @@
</el-form-item>
</el-col>
</el-row>
</el-form>
</RelDialog>
</
template
>
...
...
@@ -51,7 +60,7 @@
if
(
this
.
type
==
'add'
){
this
.
form
.
content
=
''
}
this
.
optionsData
=
res
.
data
.
records
||
[]
}
})
...
...
@@ -70,6 +79,7 @@
/* 当前表单初始值,默认由RelDialog查询indexQuery赋值,copy时不赋值id,初始化时所有query的值都会赋值给form*/
form
:
{
gsid
:
''
,
//ID
id
:
''
,
//履职分类
...
...
@@ -79,9 +89,9 @@
//履职人员
ryid
:
''
,
//单据来源
djly
:
''
,
djly
:
'
M
'
,
//状态
zt
:
''
,
zt
:
'
I
'
,
//附件数
attachcount
:
''
,
//维护人编码
...
...
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