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
f9ae7c8f
Commit
f9ae7c8f
authored
Feb 13, 2023
by
黄自鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
5483a35b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
edit.vue
src/views/daily/duty/edit.vue
+1
-1
index.vue
src/views/daily/duty/index.vue
+4
-2
index.vue
src/views/daily/performanceReport/index.vue
+1
-0
No files found.
src/views/daily/duty/edit.vue
View file @
f9ae7c8f
...
...
@@ -88,7 +88,7 @@
content
:
''
,
//履职人员
ryid
:
''
,
//单据来源
//单据来源
NmaintenanceRiskTask
djly
:
'M'
,
//状态
zt
:
'I'
,
...
...
src/views/daily/duty/index.vue
View file @
f9ae7c8f
...
...
@@ -12,8 +12,8 @@
</el-col>
<el-col
:span=
"4"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
分类
:
</span>
<
el-input
v-model=
'queryParams.lzfl'
></el-inpu
t>
<span
class=
"search-span"
>
任务类型
:
</span>
<
RelSelect
style=
"width: 100%;"
src=
'aqgl/rcgl/lzbg/init/pc'
clearable
:match=
"
{value:'id',label:'name'}" v-model='queryParams.pc' >
</RelSelec
t>
</div>
</el-col>
<el-col
:span=
"4"
class=
"search-col"
>
...
...
@@ -89,6 +89,7 @@
/* 查询参数*/
queryParams
:
{
lzfl
:
''
,
pc
:
''
,
gsid
:
''
,
ksrq
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
,
jsrq
:
new
Date
().
getTime
()
...
...
@@ -98,6 +99,7 @@
{
label
:
"履职分类"
,
prop
:
"flName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"履职内容"
,
prop
:
"content"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"履职人员"
,
prop
:
"ryName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"频次"
,
prop
:
"pc"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"单据来源"
,
prop
:
"lyName"
,
fieldType
:
"ftString"
,
width
:
148
},
{
label
:
"状态"
,
prop
:
"ztName"
,
fieldType
:
"ftString"
,
width
:
88
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
},
...
...
src/views/daily/performanceReport/index.vue
View file @
f9ae7c8f
...
...
@@ -116,6 +116,7 @@
{
label
:
"履职分类"
,
prop
:
"flName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"履职内容"
,
prop
:
"content"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"履职人员"
,
prop
:
"ryName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"频次"
,
prop
:
"pc"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"单据来源"
,
prop
:
"lyName"
,
fieldType
:
"ftString"
,
width
:
148
},
{
label
:
"状态"
,
prop
:
"ztName"
,
fieldType
:
"ftString"
,
width
:
80
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
},
...
...
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