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
e3d81d3c
Commit
e3d81d3c
authored
Nov 24, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
f4c01ecb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
27 deletions
+24
-27
index.vue
src/views/basicData/organizationalManagement/index.vue
+1
-1
content.vue
src/views/riskPrecontrol/screeningCriteria/content.vue
+9
-20
contentEdit.vue
src/views/riskPrecontrol/screeningCriteria/contentEdit.vue
+13
-5
index.vue
src/views/riskPrecontrol/screeningCriteria/index.vue
+1
-1
No files found.
src/views/basicData/organizationalManagement/index.vue
View file @
e3d81d3c
...
...
@@ -75,7 +75,7 @@
tableTitle
:
[{
prop
:
'bmmc'
,
label
:
'部门名称'
,
width
:
'
12
0'
width
:
'
30
0'
},
{
prop
:
'bmid'
,
...
...
src/views/riskPrecontrol/screeningCriteria/content.vue
View file @
e3d81d3c
...
...
@@ -16,19 +16,6 @@
<div
class=
"tablePagers"
>
<TablePager
@
getData=
'getData'
:ref=
"'TablePager'"
:app=
'app'
:query=
'query'
@
selectItem=
'selectItem'
@
getRow=
'getRow'
>
<template
slot=
"tabCustom"
>
<el-table-column
fixed=
"right"
label=
"分配操作"
width=
"90"
header-align=
"center"
>
<template
slot-scope=
"scope"
v-if=
"scope.row.id"
>
<el-button
v-if=
"scope.row.id"
style=
"text-align: center;color: #13ce66;width: 100%;"
@
click
.
native
.
prevent=
"apiFp(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-s-promotion"
></i>
分配
</el-button>
<!--
<el-switch
@
click
.
native=
"setEnable(scope.row.id)"
:value=
'tybz(scope)'
style=
"width: 80px;justify-content: center;"
active-color=
"#13ce66"
inactive-color=
"#eee"
>
</el-switch>
-->
</
template
>
</el-table-column>
</template>
</TablePager>
</div>
</div>
...
...
@@ -78,12 +65,14 @@
tableTitle
:
[
// {label: "标准ID", prop: "mid", fieldType: "ftString",width:192},
{
label
:
"检查内容"
,
prop
:
"nr"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"检查分值"
,
prop
:
"jcfz"
,
fieldType
:
"float"
},
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
},
{
label
:
"维护时间"
,
prop
:
"whsj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"创建人"
,
prop
:
"cjr"
,
fieldType
:
"ftString"
},
{
label
:
"创建时间"
,
prop
:
"cjsj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"岗位"
,
prop
:
"gwName"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"检查人"
,
prop
:
"jcrName"
,
fieldType
:
"ftString"
,
width
:
300
},
// {label: "检查分值", prop: "jcfz", fieldType: "float"},
// {label: "备注", prop: "bz", fieldType: "ftString",width:300},
// {label: "维护人", prop: "whr", fieldType: "ftString"},
// {label: "维护时间", prop: "whsj", fieldType: "ftDateTime"},
// {label: "创建人", prop: "cjr", fieldType: "ftString"},
// {label: "创建时间", prop: "cjsj", fieldType: "ftDateTime"},
]
}
},
...
...
@@ -99,7 +88,7 @@
let
jcnrid
=
row
.
id
doQueryFpgw
({
jcnrid
:
jcnrid
}).
then
(
res
=>
{
if
(
res
.
success
){
let
gwlist
=
res
.
data
.
records
||
[]
let
newGwlist
=
[]
gwlist
.
forEach
(
e
=>
{
...
...
src/views/riskPrecontrol/screeningCriteria/contentEdit.vue
View file @
e3d81d3c
...
...
@@ -16,20 +16,26 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"岗位"
ref=
"gwid"
prop=
"gwid"
>
<RelSelect
style=
"width: 100%;"
clearable
:readonly=
"readonly"
src=
'/aqgl/jcsj/scgw/query'
:match=
"
{value:'id',label:'name'}" v-model='form.gwid' >
</RelSelect>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"检查
分值"
ref=
"jcfz"
prop=
"jcfz
"
>
<el-input
:readonly=
"readonly"
v-model=
"form.jc
fz
"
></el-input>
<el-form-item
label=
"检查
人"
ref=
"jcr"
prop=
"jcr
"
>
<el-input
:readonly=
"readonly"
v-model=
"form.jc
r
"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<!--
<el-row
:gutter=
"20"
>
<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-row>
</el-row>
-->
<!--
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"系统版本"
ref=
"sysversion"
prop=
"sysversion"
>
...
...
@@ -63,6 +69,8 @@
/* 当前表单初始值,默认由RelDialog查询indexQuery赋值,copy时不赋值id,初始化时所有query的值都会赋值给form*/
form
:
{
gwid
:
''
,
jcr
:
''
,
id
:
''
,
mid
:
''
,
...
...
@@ -90,7 +98,7 @@
},
/* form提交时的规则,具体规则参考官网*/
rules
:
{
}
}
},
...
...
src/views/riskPrecontrol/screeningCriteria/index.vue
View file @
e3d81d3c
...
...
@@ -67,7 +67,7 @@
<!--
<el-tab-pane
label=
"检查周期"
name=
"second"
>
<Cycle
/>
</el-tab-pane>
-->
<el-tab-pane
label=
"检查
内容
"
name=
"third"
>
<el-tab-pane
label=
"检查
任务
"
name=
"third"
>
<Content
ref=
"Content"
/>
</el-tab-pane>
<!--
<el-tab-pane
label=
"责任人"
name=
"fourth"
>
...
...
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