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
c69c67fc
Commit
c69c67fc
authored
Dec 19, 2022
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改履职报告
parent
4d5b0e2d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
performanceReport.js
src/api/daily/performanceReport.js
+4
-4
index.vue
src/views/daily/performanceReport/index.vue
+1
-1
report.vue
src/views/daily/performanceReport/report.vue
+4
-4
reportEdit.vue
src/views/daily/performanceReport/reportEdit.vue
+3
-3
No files found.
src/api/daily/performanceReport.js
View file @
c69c67fc
...
...
@@ -24,28 +24,28 @@ export function doUpdate(query) {
*/
export
function
doQueryDtl
(
query
)
{
return
request
({
url
:
'
/aqgl/rcgl/lzrwdtl
/query'
,
url
:
'
aqgl/rcgl/lzbg
/query'
,
method
:
'post'
,
data
:
query
||
{}
})
}
export
function
doUpdateDtl
(
query
)
{
return
request
({
url
:
'
/aqgl/rcgl/lzrwdtl
/update'
,
url
:
'
aqgl/rcgl/lzbg
/update'
,
method
:
'post'
,
data
:
query
||
{}
})
}
export
function
doDeleteDtl
(
query
)
{
return
request
({
url
:
'
/aqgl/rcgl/lzrwdtl
/delete'
,
url
:
'
aqgl/rcgl/lzbg
/delete'
,
method
:
'post'
,
data
:
query
||
{}
})
}
export
function
doAddDtl
(
query
)
{
return
request
({
url
:
'
/aqgl/rcgl/lzrwdtl
/add'
,
url
:
'
aqgl/rcgl/lzbg
/add'
,
method
:
'post'
,
data
:
query
||
{}
})
...
...
src/views/daily/performanceReport/index.vue
View file @
c69c67fc
...
...
@@ -118,7 +118,7 @@
methods
:
{
getRow
:
function
(
e
)
{
this
.
rowItem
=
e
this
.
$refs
.
report
.
queryParams
.
m
id
=
e
.
id
this
.
$refs
.
report
.
queryParams
.
rw
id
=
e
.
id
this
.
$refs
.
report
.
$refs
.
TablePager
.
pageQuery
()
},
...
...
src/views/daily/performanceReport/report.vue
View file @
c69c67fc
<
template
>
<div
class=
"min_full"
style=
"height: 72vh;overflow: auto;"
v-show=
'queryParams.
m
id'
>
<div
class=
"min_full"
style=
"height: 72vh;overflow: auto;"
v-show=
'queryParams.
rw
id'
>
<!-- 查询条件-->
<!--
<div
class=
"search"
v-condition
>
<SearchButton
:app=
'app'
></SearchButton>
...
...
@@ -65,7 +65,7 @@
}
from
'common'
export
default
{
mixins
:
[
tableMixin
],
name
:
'aqgl/rcgl
Lzrw
'
,
name
:
'aqgl/rcgl
/lzbg
'
,
/* 初始额外赋值*/
async
mounted
()
{
...
...
@@ -79,10 +79,10 @@
type
:
''
,
DialogTitle
:
''
,
/* 基础url*/
baseUrl
:
'
/aqgl/rcgl/lzrwdtl
'
,
baseUrl
:
'
aqgl/rcgl/lzbg
'
,
/* 查询参数*/
queryParams
:
{
m
id
:
''
rw
id
:
''
},
/* 表格标题对应参数*/
tableTitle
:
[
...
...
src/views/daily/performanceReport/reportEdit.vue
View file @
c69c67fc
...
...
@@ -34,10 +34,10 @@
mixins
:
[
editMixin
],
/* 存放index页面传递的额外参数*/
mounted
()
{
this
.
form
.
mid
=
this
.
app
.
queryParams
.
m
id
this
.
form
.
rwid
=
this
.
app
.
queryParams
.
rw
id
},
/* 组件名称*/
name
:
"rcglLz
rwdtl
Edit"
,
name
:
"rcglLz
bg
Edit"
,
/* 传递props模式一样必填,用于index,button,REdialog之间的组件通信*/
data
()
{
...
...
@@ -53,7 +53,7 @@
//ID
id
:
''
,
//主表ID
m
id
:
''
,
rw
id
:
''
,
//履职信息
lzxx
:
''
,
//履职日期
...
...
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