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
f9dbe96b
Commit
f9dbe96b
authored
Jan 11, 2023
by
黄自鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
ccf1c2c1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
2 deletions
+17
-2
duty.js
src/api/daily/duty.js
+9
-0
edit.vue
src/views/daily/maintenanceDuty/edit.vue
+6
-1
index.vue
src/views/daily/performanceReport/index.vue
+2
-1
No files found.
src/api/daily/duty.js
View file @
f9dbe96b
...
...
@@ -8,6 +8,15 @@ method: 'post',
data
:
query
||
{}
})
}
export
function
doQueryOwn
(
query
)
{
return
request
({
url
:
'/aqgl/rcgl/lzrw/queryOwn'
,
method
:
'post'
,
data
:
query
||
{}
})
}
/* 更新 */
export
function
doUpdate
(
query
)
{
return
request
({
...
...
src/views/daily/maintenanceDuty/edit.vue
View file @
f9dbe96b
...
...
@@ -17,10 +17,15 @@
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<
!--
<
el-col
:span=
"24"
>
<el-form-item
label=
"岗位"
ref=
"gwid"
prop=
"gwid"
>
<RelSelect
style=
"width: 100%;"
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=
"gwid"
prop=
"gwid"
>
<RelSelect
style=
"width: 100%;"
linkage
:linkParams=
"
{gsid:form.gsid}" clearable :readonly="readonly" src='/aqgl/jcsj/scgw/query' :match="{value:'id',label:'name'}" v-model='form.gwid' >
</RelSelect>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
...
...
src/views/daily/performanceReport/index.vue
View file @
f9dbe96b
...
...
@@ -69,6 +69,7 @@
/* 引入需要的接口*/
import
{
doQuery
,
doQueryOwn
,
doAdd
,
doUpdate
,
doDelete
...
...
@@ -126,7 +127,7 @@
console
.
log
(
val
,
'val'
)
},
/* 基础查询*/
query
:
doQuery
,
query
:
doQuery
Own
,
/* 基础增*/
apiAdd
:
doAdd
,
/* 基础更新*/
...
...
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