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
bacbf533
Commit
bacbf533
authored
Jan 09, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段,样式等修改
parent
eb127e56
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
55 additions
and
59 deletions
+55
-59
edit.vue
src/views/contingency/contingencyplan/edit.vue
+14
-15
edit.vue
src/views/contingency/contingencystudy/edit.vue
+9
-10
report.vue
src/views/contingency/contingencystudy/report.vue
+5
-5
reportEdit.vue
src/views/contingency/contingencystudy/reportEdit.vue
+27
-29
No files found.
src/views/contingency/contingencyplan/edit.vue
View file @
bacbf533
<
template
>
<RelDialog
:type=
'type'
:editApp=
'editApp'
:app=
'app'
:buttonApp=
'buttonApp'
>
<!-- 填写表单内容,slot=form必写-->
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"
8
0px"
:rules=
"rules"
>
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"
10
0px"
:rules=
"rules"
>
<el-row
:gutter=
"24"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"演练名称"
ref=
"name"
prop=
"name"
>
...
...
@@ -17,9 +17,14 @@
<el-row
:gutter=
"24"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"培训人数"
ref=
"pxrs"
prop=
"pxrs"
>
<el-input
:readonly=
"readonly"
v-model=
"form.pxrs"
></el-input>
<el-input
type=
'number'
:readonly=
"readonly"
v-model=
"form.pxrs"
></el-input>
</el-form-item>
</el-col>
<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-row>
<el-row
:gutter=
"24"
>
<el-col
:span=
"24"
>
...
...
@@ -47,18 +52,14 @@
</el-form-item>
</el-col>
<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
label=
"演练时长
(天)
"
ref=
"ylsc"
prop=
"ylsc"
>
<el-input
type=
"number"
:readonly=
"readonly"
v-model=
"form.ylsc"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"24"
>
<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-row>
<!--
<el-row
:gutter=
"24"
>
</el-row>
-->
<el-row
:gutter=
"24"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"目标完成标准"
ref=
"mbwcbz"
prop=
"mbwcbz"
>
...
...
@@ -80,8 +81,8 @@
</el-row>
<el-row
:gutter=
"24"
>
<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
label=
"估计费用
(元)
"
ref=
"gjfy"
prop=
"gjfy"
>
<el-input
type=
'number'
:readonly=
"readonly"
v-model=
"form.gjfy"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -173,5 +174,3 @@
<
style
scoped
lang=
"scss"
>
</
style
>
src/views/contingency/contingencystudy/edit.vue
View file @
bacbf533
<
template
>
<RelDialog
:type=
'type'
:editApp=
'editApp'
:app=
'app'
:buttonApp=
'buttonApp'
>
<!-- 填写表单内容,slot=form必写-->
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"
8
0px"
:rules=
"rules"
>
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"
10
0px"
:rules=
"rules"
>
<el-row
:gutter=
"24"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"演练名称"
ref=
"name"
prop=
"name"
>
...
...
@@ -20,6 +20,11 @@
<el-input
:readonly=
"readonly"
v-model=
"form.pxrs"
></el-input>
</el-form-item>
</el-col>
<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-row>
<el-row
:gutter=
"24"
>
<el-col
:span=
"24"
>
...
...
@@ -52,13 +57,9 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"24"
>
<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-row>
<!--
<el-row
:gutter=
"24"
>
</el-row>
-->
<el-row
:gutter=
"24"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"目标完成标准"
ref=
"mbwcbz"
prop=
"mbwcbz"
>
...
...
@@ -173,5 +174,3 @@
<
style
scoped
lang=
"scss"
>
</
style
>
src/views/contingency/contingencystudy/report.vue
View file @
bacbf533
...
...
@@ -87,9 +87,9 @@
/* 表格标题对应参数*/
tableTitle
:
[
{
label
:
"演练名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"分公司
ID"
,
prop
:
"gsid
"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练组织单位
ID
"
,
prop
:
"yldwid"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练计划
ID"
,
prop
:
"yljhid
"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"分公司
"
,
prop
:
"gsName
"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练组织单位"
,
prop
:
"yldwid"
,
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
},
...
...
@@ -97,8 +97,8 @@
{
label
:
"演练责任人"
,
prop
:
"ylzrrid"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练时长"
,
prop
:
"ylsc"
,
fieldType
:
"float"
},
{
label
:
"主(协)办单位"
,
prop
:
"zbdwid"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练负责人
ID
"
,
prop
:
"ylfzrid"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"质量负责人
ID
"
,
prop
:
"zlfzrid"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练负责人"
,
prop
:
"ylfzrid"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"质量负责人"
,
prop
:
"zlfzrid"
,
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 @
bacbf533
<
template
>
<RelDialog
:type=
'type'
:editApp=
'editApp'
:app=
'app'
:buttonApp=
'buttonApp'
>
<!-- 填写表单内容,slot=form必写-->
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"
8
0px"
:rules=
"rules"
>
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"
10
0px"
:rules=
"rules"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"
6
"
>
<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-col
:span=
"6"
>
<el-form-item
label=
"分公司ID"
ref=
"gsid"
prop=
"gsid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.gsid"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-form-item
label=
"演练组织单位
ID
"
ref=
"yldwid"
prop=
"yldwid"
>
</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-form-item>
</el-col>
...
...
@@ -25,22 +25,22 @@
<!--
</el-col>
-->
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"培训人数"
ref=
"pxrs"
prop=
"pxrs"
>
<el-input
:readonly=
"readonly"
v-model=
"form.pxrs"
></el-input>
<el-input
type=
"number"
:readonly=
"readonly"
v-model=
"form.pxrs"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"演练目标"
ref=
"ylmb"
prop=
"ylmb"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylmb"
></el-input>
</el-form-item>
</el-col>
<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-col
:span=
"
12
"
>
<el-form-item
label=
"演练时间"
ref=
"ylrq"
prop=
"ylrq"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
v-model=
"form.ylrq"
placeholder=
"选择日期"
>
...
...
@@ -49,48 +49,48 @@
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"演练责任人"
ref=
"ylzrrid"
prop=
"ylzrrid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylzrrid"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-form-item
label=
"演练时长"
ref=
"ylsc"
prop=
"ylsc"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylsc"
></el-input>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"演练时长
(天)
"
ref=
"ylsc"
prop=
"ylsc"
>
<el-input
type=
'number'
:readonly=
"readonly"
v-model=
"form.ylsc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"主(协)办单位"
ref=
"zbdwid"
prop=
"zbdwid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.zbdwid"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-form-item
label=
"演练负责人
ID
"
ref=
"ylfzrid"
prop=
"ylfzrid"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"演练负责人"
ref=
"ylfzrid"
prop=
"ylfzrid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylfzrid"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"
6
"
>
<el-form-item
label=
"质量负责人
ID
"
ref=
"zlfzrid"
prop=
"zlfzrid"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"质量负责人"
ref=
"zlfzrid"
prop=
"zlfzrid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.zlfzrid"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-form-item
label=
"估计费用"
ref=
"gjfy"
prop=
"gjfy"
>
<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-col
:span=
"
6
"
>
<el-col
:span=
"
24
"
>
<el-form-item
label=
"备注"
ref=
"bz"
prop=
"bz"
>
<el-input
:readonly=
"readonly"
v-model=
"form.bz"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<!--
<el-col
:span=
"6"
>
<el-form-item
label=
"系统版本"
ref=
"sysversion"
prop=
"sysversion"
>
<el-input
:readonly=
"readonly"
v-model=
"form.sysversion"
></el-input>
</el-form-item>
</el-col>
</el-col>
-->
</el-row>
</el-form>
</RelDialog>
...
...
@@ -122,7 +122,7 @@
//演练名称
name
:
''
,
//分公司ID
gsid
:
''
,
//
gsid:'',
//演练组织单位ID
yldwid
:
''
,
//演练计划ID
...
...
@@ -160,7 +160,7 @@
//创建人
cjr
:
''
,
//创建时间
cjsj
:
new
Date
().
getTime
(),
//
cjsj:new Date().getTime(),
//系统版本
sysversion
:
''
,
},
...
...
@@ -179,5 +179,3 @@
<
style
scoped
lang=
"scss"
>
</
style
>
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