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
a2fe40c1
Commit
a2fe40c1
authored
Dec 21, 2022
by
zhoumaotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整
parent
e59fec1c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
20 deletions
+18
-20
edit.vue
src/views/contingency/contingencyplan/edit.vue
+9
-9
index.vue
src/views/contingency/contingencyplan/index.vue
+3
-5
edit.vue
src/views/threeViolations/enterTV/edit.vue
+2
-2
index.vue
src/views/threeViolations/enterTV/index.vue
+4
-4
No files found.
src/views/contingency/contingencyplan/edit.vue
View file @
a2fe40c1
...
@@ -14,21 +14,21 @@
...
@@ -14,21 +14,21 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"2
0
"
>
<el-row
:gutter=
"2
4
"
>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"培训人数"
ref=
"pxrs"
prop=
"pxrs"
>
<el-form-item
label=
"培训人数"
ref=
"pxrs"
prop=
"pxrs"
>
<el-input
:readonly=
"readonly"
v-model=
"form.pxrs"
></el-input>
<el-input
:readonly=
"readonly"
v-model=
"form.pxrs"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"2
0
"
>
<el-row
:gutter=
"2
4
"
>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"演练目标"
ref=
"ylmb"
prop=
"ylmb"
>
<el-form-item
label=
"演练目标"
ref=
"ylmb"
prop=
"ylmb"
>
<el-input
type=
'textarea'
:readonly=
"readonly"
v-model=
"form.ylmb"
></el-input>
<el-input
type=
'textarea'
:readonly=
"readonly"
v-model=
"form.ylmb"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"2
0
"
>
<el-row
:gutter=
"2
4
"
>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"演练方式"
ref=
"ylfs"
prop=
"ylfs"
>
<el-form-item
label=
"演练方式"
ref=
"ylfs"
prop=
"ylfs"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylfs"
></el-input>
<el-input
:readonly=
"readonly"
v-model=
"form.ylfs"
></el-input>
...
@@ -36,11 +36,11 @@
...
@@ -36,11 +36,11 @@
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"演练季度"
ref=
"quarter"
prop=
"quarter"
>
<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>
<RelSelect
style=
"width: 100%;"
:readonly=
"readonly"
src=
'aqgl/yjgl/yjyljh/init/quarter'
filterable
clearable
:match=
"
{value:'id',label:'name'}" v-model='form.quarter' >
</RelSelect>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"2
0
"
>
<el-row
:gutter=
"2
4
"
>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"演练责任人"
ref=
"ylzrr"
prop=
"ylzrr"
>
<el-form-item
label=
"演练责任人"
ref=
"ylzrr"
prop=
"ylzrr"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylzrr"
></el-input>
<el-input
:readonly=
"readonly"
v-model=
"form.ylzrr"
></el-input>
...
@@ -52,21 +52,21 @@
...
@@ -52,21 +52,21 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"2
0
"
>
<el-row
:gutter=
"2
4
"
>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"主(协)办单位"
ref=
"zbdw"
prop=
"zbdw"
>
<el-form-item
label=
"主(协)办单位"
ref=
"zbdw"
prop=
"zbdw"
>
<el-input
:readonly=
"readonly"
v-model=
"form.zbdw"
></el-input>
<el-input
:readonly=
"readonly"
v-model=
"form.zbdw"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"2
0
"
>
<el-row
:gutter=
"2
4
"
>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"目标完成标准"
ref=
"mbwcbz"
prop=
"mbwcbz"
>
<el-form-item
label=
"目标完成标准"
ref=
"mbwcbz"
prop=
"mbwcbz"
>
<el-input
type=
'textarea'
:readonly=
"readonly"
v-model=
"form.mbwcbz"
></el-input>
<el-input
type=
'textarea'
:readonly=
"readonly"
v-model=
"form.mbwcbz"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"2
0
"
>
<el-row
:gutter=
"2
4
"
>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"演练负责人"
ref=
"ylfzr"
prop=
"ylfzr"
>
<el-form-item
label=
"演练负责人"
ref=
"ylfzr"
prop=
"ylfzr"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylfzr"
></el-input>
<el-input
:readonly=
"readonly"
v-model=
"form.ylfzr"
></el-input>
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"2
0
"
>
<el-row
:gutter=
"2
4
"
>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"估计费用"
ref=
"gjfy"
prop=
"gjfy"
>
<el-form-item
label=
"估计费用"
ref=
"gjfy"
prop=
"gjfy"
>
<el-input
:readonly=
"readonly"
v-model=
"form.gjfy"
></el-input>
<el-input
:readonly=
"readonly"
v-model=
"form.gjfy"
></el-input>
...
...
src/views/contingency/contingencyplan/index.vue
View file @
a2fe40c1
...
@@ -75,11 +75,9 @@
...
@@ -75,11 +75,9 @@
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
{
label
:
"年度"
,
prop
:
"year"
,
fieldType
:
"int"
},
{
label
:
"年度"
,
prop
:
"year"
,
fieldType
:
"int"
},
{
label
:
"季度"
,
prop
:
"quarter"
,
fieldType
:
"int"
,
transform
:{
//{label: "季度", prop: "quarter", fieldType: "ftString",width:80},
url
:
'/aqgl/yjgl/yjyljh/init/quarter'
,
label
:
'name'
,
value
:
'id'
{
label
:
"季度"
,
prop
:
"quarterName"
,
fieldType
:
"ftString"
,
width
:
80
},
}
{
label
:
"演练名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
180
},
},
{
label
:
"演练名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
160
},
{
label
:
"演练组织单位"
,
prop
:
"zzdw"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"演练组织单位"
,
prop
:
"zzdw"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"培训人数"
,
prop
:
"pxrs"
,
fieldType
:
"int"
},
{
label
:
"培训人数"
,
prop
:
"pxrs"
,
fieldType
:
"int"
},
{
label
:
"演练目标"
,
prop
:
"ylmb"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"演练目标"
,
prop
:
"ylmb"
,
fieldType
:
"ftString"
,
width
:
180
},
...
...
src/views/threeViolations/enterTV/edit.vue
View file @
a2fe40c1
...
@@ -31,11 +31,11 @@
...
@@ -31,11 +31,11 @@
</el-row>
</el-row>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<
!--
<
el-col
:span=
"12"
>
<el-form-item
label=
"所在部门"
ref=
"bmid"
prop=
"bmid"
>
<el-form-item
label=
"所在部门"
ref=
"bmid"
prop=
"bmid"
>
<RelSelect
hasValue
:optionsData=
'optionsData'
style=
"width: 100%;"
:params=
"
{}" src='/kzzx/bm/query' clearable :match="{value:'id',label:'bmmc'}" v-model='form.bmid' >
</RelSelect>
<RelSelect
hasValue
:optionsData=
'optionsData'
style=
"width: 100%;"
:params=
"
{}" src='/kzzx/bm/query' clearable :match="{value:'id',label:'bmmc'}" v-model='form.bmid' >
</RelSelect>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
-->
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"违章日期"
ref=
"wzrq"
prop=
"wzrq"
>
<el-form-item
label=
"违章日期"
ref=
"wzrq"
prop=
"wzrq"
>
<el-date-picker
value-format=
"timestamp"
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
<el-date-picker
value-format=
"timestamp"
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
...
...
src/views/threeViolations/enterTV/index.vue
View file @
a2fe40c1
...
@@ -78,10 +78,10 @@
...
@@ -78,10 +78,10 @@
tableTitle
:
[
tableTitle
:
[
//{label: "状态", prop: "ztName", fieldType: "ftString",width:90},
//{label: "状态", prop: "ztName", fieldType: "ftString",width:90},
{
label
:
"工号"
,
prop
:
"wzrcode"
,
fieldType
:
"ftString"
,
width
:
120
},
{
label
:
"工号"
,
prop
:
"wzrcode"
,
fieldType
:
"ftString"
,
width
:
120
},
{
label
:
"姓名"
,
prop
:
"wzr"
,
fieldType
:
"ftString"
,
width
:
1
6
0
},
{
label
:
"姓名"
,
prop
:
"wzr"
,
fieldType
:
"ftString"
,
width
:
1
4
0
},
{
label
:
"所在部门"
,
prop
:
"bmName"
,
fieldType
:
"ftString"
,
width
:
160
},
//
{label: "所在部门", prop: "bmName", fieldType: "ftString",width:160},
{
label
:
"所在公司"
,
prop
:
"gsName"
,
fieldType
:
"ftString"
,
width
:
1
6
0
},
{
label
:
"所在公司"
,
prop
:
"gsName"
,
fieldType
:
"ftString"
,
width
:
1
4
0
},
{
label
:
"所在班组"
,
prop
:
"bzName"
,
fieldType
:
"ftString"
,
width
:
1
6
0
},
{
label
:
"所在班组"
,
prop
:
"bzName"
,
fieldType
:
"ftString"
,
width
:
1
4
0
},
{
label
:
"联系手机"
,
prop
:
"phone"
,
fieldType
:
"ftString"
,
width
:
120
},
{
label
:
"联系手机"
,
prop
:
"phone"
,
fieldType
:
"ftString"
,
width
:
120
},
{
label
:
"违章日期"
,
prop
:
"wzrq"
,
fieldType
:
"ftDate"
},
{
label
:
"违章日期"
,
prop
:
"wzrq"
,
fieldType
:
"ftDate"
},
{
label
:
"违章行为"
,
prop
:
"wzxw"
,
fieldType
:
"ftString"
,
width
:
280
},
{
label
:
"违章行为"
,
prop
:
"wzxw"
,
fieldType
:
"ftString"
,
width
:
280
},
...
...
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