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
c1792312
Commit
c1792312
authored
Nov 09, 2022
by
dingyoujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
019d680b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
6 deletions
+20
-6
edit.vue
src/views/riskPrecontrol/maintenanceRiskTask/edit.vue
+1
-1
index.vue
src/views/riskPrecontrol/maintenanceRiskTask/index.vue
+2
-2
edit.vue
src/views/riskPrecontrol/maintenanceRiskTask/main/edit.vue
+1
-1
index.vue
src/views/riskPrecontrol/maintenanceRiskTask/main/index.vue
+1
-1
index.vue
src/views/riskPrecontrol/screeningCriteria/index.vue
+15
-1
No files found.
src/views/riskPrecontrol/maintenanceRiskTask/edit.vue
View file @
c1792312
...
...
@@ -20,7 +20,7 @@
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"下达
日期
"
ref=
"xdrq"
prop=
"xdrq"
>
<el-form-item
label=
"下达
时间
"
ref=
"xdrq"
prop=
"xdrq"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
v-model=
"form.xdrq"
placeholder=
"选择日期"
>
</el-date-picker>
...
...
src/views/riskPrecontrol/maintenanceRiskTask/index.vue
View file @
c1792312
...
...
@@ -122,8 +122,8 @@
// {label: "ID", prop: "id", fieldType: "ftString",width:192},
// {label: "单据来源", prop: "djly", fieldType: "ftString",width:60},
// {label: "风险排查标准编码", prop: "fxbzid", fieldType: "ftString",width:192},
{
label
:
"状态"
,
prop
:
"zt"
,
fieldType
:
"ftString"
,
width
:
50
},
{
label
:
"下达
日期
"
,
prop
:
"xdrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"状态"
,
prop
:
"zt
Name
"
,
fieldType
:
"ftString"
,
width
:
50
},
{
label
:
"下达
时间
"
,
prop
:
"xdrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"截止日期"
,
prop
:
"jzrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"实际检查时间"
,
prop
:
"sjjcsj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"检查岗位"
,
prop
:
"gwid"
,
fieldType
:
"ftString"
,
width
:
192
},
...
...
src/views/riskPrecontrol/maintenanceRiskTask/main/edit.vue
View file @
c1792312
...
...
@@ -21,7 +21,7 @@
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"下达
日期
"
ref=
"xdrq"
prop=
"xdrq"
>
<el-form-item
label=
"下达
时间
"
ref=
"xdrq"
prop=
"xdrq"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
v-model=
"form.xdrq"
placeholder=
"选择日期"
>
</el-date-picker>
...
...
src/views/riskPrecontrol/maintenanceRiskTask/main/index.vue
View file @
c1792312
...
...
@@ -78,7 +78,7 @@
{
label
:
"单据来源"
,
prop
:
"djly"
,
fieldType
:
"ftString"
,
width
:
60
},
{
label
:
"风险排查标准编码"
,
prop
:
"fxbzid"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"状态"
,
prop
:
"zt"
,
fieldType
:
"ftString"
,
width
:
6
},
{
label
:
"下达
日期
"
,
prop
:
"xdrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"下达
时间
"
,
prop
:
"xdrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"截止日期"
,
prop
:
"jzrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"实际检查时间"
,
prop
:
"sjjcsj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"检查岗位"
,
prop
:
"gwid"
,
fieldType
:
"ftString"
,
width
:
192
},
...
...
src/views/riskPrecontrol/screeningCriteria/index.vue
View file @
c1792312
...
...
@@ -31,6 +31,7 @@
<FieldButton
:app=
'app'
></FieldButton>
<ExcelButton
:app=
'app'
></ExcelButton>
<!-- 额外按钮-->
<el-button
size=
'mini'
@
click
.
native=
"autoGen()"
type=
"primary"
>
生成作业
</el-button>
<!-- 表头设置 -->
<!-- 权限-->
...
...
@@ -74,7 +75,8 @@
doQueryJcnr
,
doAddJcnr
,
doUpdateJcnr
,
doDeleteJcnr
doDeleteJcnr
,
doAutoGen
}
from
"@/api/riskPrecontrol/screeningCriteria.js"
;
/* edit页面*/
import
Edit
from
'./edit'
...
...
@@ -162,6 +164,18 @@
init
()
{
},
autoGen
()
{
if
(
this
.
app
.
selectOne
||
this
.
app
.
clickOne
)
{
doAutoGen
(
this
.
singleItem
).
then
(
res
=>
{
if
(
res
.
success
){
this
.
$success
(
'生成作业成功!'
)
}
})
}
else
{
this
.
$warning
(
'请选中标准进行操作!'
);
}
},
/* 重写点击事件*/
getRow
:
function
(
e
)
{
this
.
rowItem
=
e
...
...
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