Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dxgaqgl-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
李苏
dxgaqgl-vue
Commits
768e3b44
Commit
768e3b44
authored
Sep 19, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
764c8546
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
29 deletions
+25
-29
report.vue
src/views/contingency/contingencystudy/report.vue
+14
-14
reportEdit.vue
src/views/contingency/contingencystudy/reportEdit.vue
+11
-15
No files found.
src/views/contingency/contingencystudy/report.vue
View file @
768e3b44
...
...
@@ -91,14 +91,7 @@
{
label
:
"演练组织单位"
,
prop
:
"yldwName"
,
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
:
160
},
{
label
:
"演练时间"
,
prop
:
"ylrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"演练责任人"
,
prop
:
"ylzrrName"
,
fieldType
:
"ftString"
,
width
:
192
},
/*{label: "演练时长", prop: "ylsc", fieldType: "float"},*/
{
label
:
"主(协)办单位"
,
prop
:
"zbdwid"
,
fieldType
:
"ftString"
,
width
:
192
},
// {label: "演练负责人", prop: "ylfzrName", fieldType: "ftString",width:192},
// {label: "质量负责人", prop: "zlfzrName", fieldType: "ftString",width:192},
{
label
:
"演练地点"
,
prop
:
"ylmb"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"演练等级"
,
prop
:
"yldj"
,
...
...
@@ -109,7 +102,14 @@
value
:
'id'
}
},
{
label
:
"估计费用"
,
prop
:
"gjfy"
,
fieldType
:
"float"
},
{
label
:
"演练时间"
,
prop
:
"ylrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"演练责任人"
,
prop
:
"ylzrrName"
,
fieldType
:
"ftString"
,
width
:
192
},
/*{label: "演练时长", prop: "ylsc", fieldType: "float"},*/
{
label
:
"协办单位"
,
prop
:
"zbdwid"
,
fieldType
:
"ftString"
,
width
:
192
},
// {label: "演练负责人", prop: "ylfzrName", fieldType: "ftString",width:192},
// {label: "质量负责人", prop: "zlfzrName", fieldType: "ftString",width:192},
{
label
:
"演练人数"
,
prop
:
"gjfy"
,
width
:
120
},
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
},
{
label
:
"维护时间"
,
prop
:
"whsj"
,
fieldType
:
"ftDateTime"
}
...
...
src/views/contingency/contingencystudy/reportEdit.vue
View file @
768e3b44
...
...
@@ -44,18 +44,18 @@
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"演练
目标
"
ref=
"ylmb"
prop=
"ylmb"
>
<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=
"12"
>
<el-form-item
label=
"演练方式"
ref=
"ylfs"
prop=
"ylfs
"
>
<
el-input
:readonly=
"readonly"
v-model=
"form.ylfs"
></el-inpu
t>
<el-form-item
label=
"演练等级"
ref=
"yldj"
prop=
"yldj
"
>
<
RelSelect
style=
"width: 100%;"
:readonly=
"readonly"
src=
'aqgl/yjgl/yjyljh/init/yldj'
filterable
clearable
:match=
"
{value:'id',label:'name'}" v-model='form.yldj' >
</RelSelec
t>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"演练时间"
ref=
"ylrq"
prop=
"ylrq"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date
time
"
v-model=
"form.ylrq"
placeholder=
"选择日期"
>
</el-date-picker>
</el-form-item>
...
...
@@ -74,21 +74,17 @@
</el-form-item>
</el-col>
-->
<el-col
:span=
"12"
>
<el-form-item
label=
"
主(协)
办单位"
ref=
"zbdwid"
prop=
"zbdwid"
>
<el-form-item
label=
"
协
办单位"
ref=
"zbdwid"
prop=
"zbdwid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.zbdwid"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"演练等级"
ref=
"yldj"
prop=
"yldj"
>
<RelSelect
style=
"width: 100%;"
:readonly=
"readonly"
src=
'aqgl/yjgl/yjyljh/init/yldj'
filterable
clearable
:match=
"
{value:'id',label:'name'}" v-model='form.yldj' >
</RelSelect>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"估计费用(元)"
ref=
"gjfy"
prop=
"gjfy"
>
<el-input
type=
'number'
:readonly=
"readonly"
v-model=
"form.gjfy"
></el-input>
<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=
"24"
>
...
...
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