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
00f15a68
Commit
00f15a68
authored
Feb 13, 2023
by
黄自鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整,增加批次查询
parent
f9ae7c8f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
edit.vue
src/views/daily/duty/edit.vue
+8
-0
index.vue
src/views/daily/duty/index.vue
+1
-0
index.vue
src/views/daily/queryPerformanceReport/index.vue
+1
-0
No files found.
src/views/daily/duty/edit.vue
View file @
00f15a68
...
...
@@ -27,6 +27,13 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"频次"
ref=
"pc"
prop=
"pc"
>
<RelSelect
style=
"width: 100%;"
clearable
:readonly=
"readonly"
src=
'aqgl/rcgl/lzbz/init/rwlx'
:match=
"
{value:'id',label:'name'}" v-model='form.pc' >
</RelSelect>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"履职人员"
ref=
"ryid"
prop=
"ryid"
>
...
...
@@ -92,6 +99,7 @@
djly
:
'M'
,
//状态
zt
:
'I'
,
pc
:
''
,
//附件数
attachcount
:
''
,
//维护人编码
...
...
src/views/daily/duty/index.vue
View file @
00f15a68
...
...
@@ -100,6 +100,7 @@
{
label
:
"履职内容"
,
prop
:
"content"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"履职人员"
,
prop
:
"ryName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"频次"
,
prop
:
"pc"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"公司"
,
prop
:
"gsName"
,
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/queryPerformanceReport/index.vue
View file @
00f15a68
...
...
@@ -112,6 +112,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
:
"lzrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"履职信息"
,
prop
:
"lzxx"
,
fieldType
:
"ftString"
},
{
label
:
"单据来源"
,
prop
:
"lyName"
,
fieldType
:
"ftString"
,
width
:
148
},
...
...
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