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
764c8546
Commit
764c8546
authored
Sep 19, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
649581b9
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
34 deletions
+30
-34
edit.vue
src/views/contingency/contingencystudy/edit.vue
+2
-12
index.vue
src/views/contingency/contingencystudy/index.vue
+11
-10
report.vue
src/views/contingency/contingencystudy/report.vue
+12
-2
reportEdit.vue
src/views/contingency/contingencystudy/reportEdit.vue
+5
-10
No files found.
src/views/contingency/contingencystudy/edit.vue
View file @
764c8546
...
...
@@ -87,19 +87,9 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"24"
>
<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=
"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-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>
...
...
src/views/contingency/contingencystudy/index.vue
View file @
764c8546
...
...
@@ -142,16 +142,7 @@
prop
:
"pxrs"
,
fieldType
:
"int"
},
{
label
:
"演练等级"
,
prop
:
"yldj"
,
width
:
180
,
transform
:
{
url
:
'aqgl/yjgl/yjyljh/init/yldj'
,
label
:
'name'
,
value
:
'id'
}
},
{
label
:
"演练目标"
,
prop
:
"ylmb"
,
...
...
@@ -189,6 +180,16 @@
},
// {label: "演练负责人", prop: "ylfzr", fieldType: "ftString",width:180},
// {label: "质量负责人", prop: "zlfzr", fieldType: "ftString",width:180},
{
label
:
"演练等级"
,
prop
:
"yldj"
,
width
:
180
,
transform
:
{
url
:
'aqgl/yjgl/yjyljh/init/yldj'
,
label
:
'name'
,
value
:
'id'
}
},
{
label
:
"估计费用"
,
prop
:
"gjfy"
,
...
...
src/views/contingency/contingencystudy/report.vue
View file @
764c8546
...
...
@@ -97,8 +97,18 @@
{
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: "ylfzrName", fieldType: "ftString",width:192},
// {label: "质量负责人", prop: "zlfzrName", fieldType: "ftString",width:192},
{
label
:
"演练等级"
,
prop
:
"yldj"
,
width
:
180
,
transform
:
{
url
:
'aqgl/yjgl/yjyljh/init/yldj'
,
label
:
'name'
,
value
:
'id'
}
},
{
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 @
764c8546
...
...
@@ -78,18 +78,12 @@
<el-input
:readonly=
"readonly"
v-model=
"form.zbdwid"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"演练负责人"
ref=
"ylfzrid"
prop=
"ylfzrid"
>
<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"
>
<personSelector
:label=
"form.zlfzrName||'暂无'"
@
selected=
'zlfzrSelected'
></personSelector>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.zlfzrid"
></el-input>
-->
<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"
>
...
...
@@ -133,6 +127,7 @@
/* 当前表单初始值,默认由RelDialog查询indexQuery赋值,copy时不赋值id,初始化时所有query的值都会赋值给form*/
form
:
{
yldj
:
''
,
//ID
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