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
0e0c3cad
Commit
0e0c3cad
authored
Jan 10, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
id=>Name input=>select
parent
5d44ec17
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
11 deletions
+26
-11
report.vue
src/views/contingency/contingencystudy/report.vue
+6
-6
reportEdit.vue
src/views/contingency/contingencystudy/reportEdit.vue
+20
-5
No files found.
src/views/contingency/contingencystudy/report.vue
View file @
0e0c3cad
...
...
@@ -88,17 +88,17 @@
tableTitle
:
[
{
label
:
"演练名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"分公司"
,
prop
:
"gsName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练组织单位"
,
prop
:
"yldw
id
"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练计划"
,
prop
:
"yljhName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练组织单位"
,
prop
:
"yldw
Name
"
,
fieldType
:
"ftString"
,
width
:
192
},
//
{label: "演练计划", prop: "yljhName", fieldType: "ftString",width:192},
{
label
:
"培训人数"
,
prop
:
"pxrs"
,
fieldType
:
"int"
},
{
label
:
"演练目标"
,
prop
:
"ylmb"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"演练方式"
,
prop
:
"ylfs"
,
fieldType
:
"ftString"
,
width
:
60
},
{
label
:
"演练方式"
,
prop
:
"ylfs"
,
fieldType
:
"ftString"
,
width
:
1
60
},
{
label
:
"演练时间"
,
prop
:
"ylrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"演练责任人"
,
prop
:
"ylzrr
id
"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练责任人"
,
prop
:
"ylzrr
Name
"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练时长"
,
prop
:
"ylsc"
,
fieldType
:
"float"
},
{
label
:
"主(协)办单位"
,
prop
:
"zbdwid"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练负责人"
,
prop
:
"ylfzr
id
"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"质量负责人"
,
prop
:
"zlfzr
id
"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练负责人"
,
prop
:
"ylfzr
Name
"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"质量负责人"
,
prop
:
"zlfzr
Name
"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"估计费用"
,
prop
:
"gjfy"
,
fieldType
:
"float"
},
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
},
...
...
src/views/contingency/contingencystudy/reportEdit.vue
View file @
0e0c3cad
...
...
@@ -15,9 +15,12 @@
</el-col>
-->
<el-col
:span=
"12"
>
<el-form-item
label=
"演练组织单位"
ref=
"yldwid"
prop=
"yldwid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.yldwid"
></el-input>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.yldwid"
></el-input>
-->
<RelSelect
style=
"width: 100%;"
src=
'jcsj/common/bm/queryGs'
filterable
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='form.yldwid' >
</RelSelect>
</el-form-item>
</el-col>
<!--
<el-col
:span=
"6"
>
-->
<!--
<el-form-item
label=
"演练计划ID"
ref=
"yljhid"
prop=
"yljhid"
>
-->
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.yljhid"
></el-input>
-->
...
...
@@ -51,7 +54,8 @@
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"演练责任人"
ref=
"ylzrrid"
prop=
"ylzrrid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylzrrid"
></el-input>
<personSelector
:label=
"form.ylzrrName||'暂无'"
@
selected=
'ylzrrSelected'
></personSelector>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.ylzrrid"
></el-input>
-->
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
...
...
@@ -66,19 +70,21 @@
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"演练负责人"
ref=
"ylfzrid"
prop=
"ylfzrid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylfzrid"
></el-input>
<personSelector
:label=
"form.ylfzrName||'暂无'"
@
selected=
'ylfzrSelected'
></personSelector>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.ylfzrid"
></el-input>
-->
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"质量负责人"
ref=
"zlfzrid"
prop=
"zlfzrid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.zlfzrid"
></el-input>
<personSelector
:label=
"form.zlfzrName||'暂无'"
@
selected=
'zlfzrSelected'
></personSelector>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.zlfzrid"
></el-input>
-->
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"估计费用(元)"
ref=
"gjfy"
prop=
"gjfy"
>
<el-input
:readonly=
"readonly"
v-model=
"form.gjfy"
></el-input>
<el-input
type=
'number'
:readonly=
"readonly"
v-model=
"form.gjfy"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
...
...
@@ -171,6 +177,15 @@
}
},
methods
:
{
ylzrrSelected
(
row
){
this
.
form
.
ylzrrid
=
row
.
id
},
ylfzrSelected
(
row
){
this
.
form
.
ylfzrid
=
row
.
id
},
zlfzrSelected
(
row
){
this
.
form
.
zlfzrid
=
row
.
id
}
}
}
...
...
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