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
2d06add4
Commit
2d06add4
authored
Dec 08, 2022
by
zhoumaotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应急演练计划+v2
parent
d8cb3b7f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
64 deletions
+51
-64
edit.vue
src/views/contingency/contingencyplan/edit.vue
+36
-49
index.vue
src/views/contingency/contingencyplan/index.vue
+15
-15
No files found.
src/views/contingency/contingencyplan/edit.vue
View file @
2d06add4
...
...
@@ -2,103 +2,90 @@
<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=
"2
0
"
>
<el-col
:span=
"
6
"
>
<el-row
:gutter=
"2
4
"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"演练名称"
ref=
"name"
prop=
"name"
>
<el-input
:readonly=
"readonly"
v-model=
"form.name"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-form-item
label=
"演练
组织
单位"
ref=
"zzdw"
prop=
"zzdw"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"演练单位"
ref=
"zzdw"
prop=
"zzdw"
>
<el-input
:readonly=
"readonly"
v-model=
"form.zzdw"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"培训人数"
ref=
"pxrs"
prop=
"pxrs"
>
<el-input
:readonly=
"readonly"
v-model=
"form.pxrs"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"演练目标"
ref=
"ylmb"
prop=
"ylmb"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylmb"
></el-input>
<el-input
type=
'textarea'
:readonly=
"readonly"
v-model=
"form.ylmb"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"演练方式"
ref=
"ylfs"
prop=
"ylfs"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylfs"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"演练时间"
ref=
"lysj"
prop=
"lysj"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
v-model=
"form.lysj"
placeholder=
"选择日期"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"年度"
ref=
"year"
prop=
"year"
>
<el-input
:readonly=
"readonly"
v-model=
"form.year"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"季度"
ref=
"quarter"
prop=
"quarter"
>
<el-input
:readonly=
"readonly"
v-model=
"form.quarter"
></el-input>
<el-col
:span=
"12"
>
<el-form-item
label=
"演练季度"
ref=
"quarter"
prop=
"quarter"
>
<RelSelect
style=
"width: 100%;"
:readonly=
"readonly"
src=
'aqgl/yjgl/yjyljh/init/quarter'
:match=
"
{value:'id',label:'name'}" v-model='form.quarter' >
</RelSelect>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"演练责任人"
ref=
"ylzrr"
prop=
"ylzrr"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylzrr"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"演练时长"
ref=
"ylsc"
prop=
"ylsc"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylsc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"主(协)办单位"
ref=
"zbdw"
prop=
"zbdw"
>
<el-input
:readonly=
"readonly"
v-model=
"form.zbdw"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"目标完成标准"
ref=
"mbwcbz"
prop=
"mbwcbz"
>
<el-input
:readonly=
"readonly"
v-model=
"form.mbwcbz"
></el-input>
<el-input
type=
'textarea'
:readonly=
"readonly"
v-model=
"form.mbwcbz"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"演练负责人"
ref=
"ylfzr"
prop=
"ylfzr"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylfzr"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"质量负责人"
ref=
"zlfzr"
prop=
"zlfzr"
>
<el-input
:readonly=
"readonly"
v-model=
"form.zlfzr"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"估计费用"
ref=
"gjfy"
prop=
"gjfy"
>
<el-input
:readonly=
"readonly"
v-model=
"form.gjfy"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"备注"
ref=
"bz"
prop=
"bz"
>
<el-input
:readonly=
"readonly"
v-model=
"form.bz"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"
6
"
>
<el-form-item
label=
"
系统版本"
ref=
"sysversion"
prop=
"sysversion
"
>
<el-input
:readonly=
"readonly"
v-model=
"form.
sysversion
"
></el-input>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"
估计费用"
ref=
"gjfy"
prop=
"gjfy
"
>
<el-input
:readonly=
"readonly"
v-model=
"form.
gjfy
"
></el-input>
</el-form-item>
</el-col>
</el-row>
</el-form>
</RelDialog>
</
template
>
...
...
src/views/contingency/contingencyplan/index.vue
View file @
2d06add4
...
...
@@ -19,7 +19,7 @@
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<
AttachFileButton
:app=
'app'
></AttachFileButton
>
<
!--
<AttachFileButton
:app=
'app'
></AttachFileButton>
--
>
<FieldButton
:app=
'app'
></FieldButton>
<ExcelButton
:app=
'app'
></ExcelButton>
<!-- 额外按钮-->
...
...
@@ -74,22 +74,22 @@
},
/* 表格标题对应参数*/
tableTitle
:
[
{
label
:
"演练名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"演练组织单位"
,
prop
:
"zzdw"
,
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
:
"lysj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"年度"
,
prop
:
"year"
,
fieldType
:
"int"
},
{
label
:
"季度"
,
prop
:
"quarter"
,
fieldType
:
"int"
},
{
label
:
"演练责任人"
,
prop
:
"ylzrr"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"演练时长"
,
prop
:
"ylsc"
,
fieldType
:
"float"
},
{
label
:
"主(协)办单位"
,
prop
:
"zbdw"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"目标完成标准"
,
prop
:
"mbwcbz"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"演练负责人"
,
prop
:
"ylfzr"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"质量负责人"
,
prop
:
"zlfzr"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"估计费用"
,
prop
:
"gjfy"
,
fieldType
:
"float"
},
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"演练名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
160
},
{
label
:
"演练组织单位"
,
prop
:
"zzdw"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"培训人数"
,
prop
:
"pxrs"
,
fieldType
:
"int"
},
{
label
:
"演练目标"
,
prop
:
"ylmb"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"演练方式"
,
prop
:
"ylfs"
,
fieldType
:
"ftString"
,
width
:
100
},
{
label
:
"演练时间"
,
prop
:
"lysj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"演练责任人"
,
prop
:
"ylzrr"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"演练时长"
,
prop
:
"ylsc"
,
fieldType
:
"int"
},
{
label
:
"主(协)办单位"
,
prop
:
"zbdw"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"目标完成标准"
,
prop
:
"mbwcbz"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"演练负责人"
,
prop
:
"ylfzr"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"质量负责人"
,
prop
:
"zlfzr"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"估计费用"
,
prop
:
"gjfy"
,
fieldType
:
"money"
},
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
},
{
label
:
"维护时间"
,
prop
:
"whsj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"创建人"
,
prop
:
"cjr"
,
fieldType
:
"ftString"
},
...
...
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