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
150eee1b
Commit
150eee1b
authored
Dec 12, 2022
by
dingyoujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
ec0db4b9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
79 additions
and
4 deletions
+79
-4
examination.js
src/api/train/examination.js
+75
-0
edit.vue
src/views/basicData/organizationalManagement/edit.vue
+2
-2
index.vue
src/views/basicData/organizationalManagement/index.vue
+2
-2
No files found.
src/api/train/examination.js
0 → 100644
View file @
150eee1b
import
request
from
'common/src/utils/request'
/* 查询 */
export
function
doQuery
(
query
)
{
return
request
({
url
:
'/aqgl/pxgl/pxsj/query'
,
method
:
'post'
,
data
:
query
||
{}
})
}
/* 更新 */
export
function
doUpdate
(
query
)
{
return
request
({
url
:
'/aqgl/pxgl/pxsj/update'
,
method
:
'post'
,
data
:
query
||
{}
})
}
export
function
doAdd
(
query
)
{
return
request
({
url
:
'/aqgl/pxgl/pxsj/add'
,
method
:
'post'
,
data
:
query
||
{}
})
}
export
function
doDelete
(
query
)
{
return
request
({
url
:
'/aqgl/pxgl/pxsj/delete'
,
method
:
'post'
,
data
:
query
||
{}
})
}
/* 查询 */
export
function
doDtlQuery
(
query
)
{
return
request
({
url
:
'/aqgl/pxgl/pxsjmx/query'
,
method
:
'post'
,
data
:
query
||
{}
})
}
/* 更新 */
export
function
doDtlUpdate
(
query
)
{
return
request
({
url
:
'/aqgl/pxgl/pxsjmx/update'
,
method
:
'post'
,
data
:
query
||
{}
})
}
export
function
doDtlAdd
(
query
)
{
return
request
({
url
:
'/aqgl/pxgl/pxsjmx/add'
,
method
:
'post'
,
data
:
query
||
{}
})
}
export
function
doDtlDelete
(
query
)
{
return
request
({
url
:
'/aqgl/pxgl/pxsjmx/delete'
,
method
:
'post'
,
data
:
query
||
{}
})
}
src/views/basicData/organizationalManagement/edit.vue
View file @
150eee1b
...
@@ -16,12 +16,12 @@
...
@@ -16,12 +16,12 @@
</el-row>
</el-row>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"
负责人
"
ref=
"ybfzrid"
prop=
"type"
>
<el-form-item
label=
"
班长
"
ref=
"ybfzrid"
prop=
"type"
>
<personSelector
:label=
"form.username||'暂无'"
@
selected=
'selected'
></personSelector>
<personSelector
:label=
"form.username||'暂无'"
@
selected=
'selected'
></personSelector>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"
预备负责人
"
ref=
"fzrid"
prop=
"type"
>
<el-form-item
label=
"
副班长
"
ref=
"fzrid"
prop=
"type"
>
<personSelector
:label=
"form.ybfzrName||'暂无'"
@
selected=
'ybselected'
></personSelector>
<personSelector
:label=
"form.ybfzrName||'暂无'"
@
selected=
'ybselected'
></personSelector>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
...
src/views/basicData/organizationalManagement/index.vue
View file @
150eee1b
...
@@ -72,12 +72,12 @@
...
@@ -72,12 +72,12 @@
},
},
{
{
prop
:
'username'
,
prop
:
'username'
,
label
:
'
负责人
'
,
label
:
'
班长
'
,
width
:
'120'
width
:
'120'
},
},
{
{
prop
:
'ybfzrName'
,
prop
:
'ybfzrName'
,
label
:
'
预备负责人
'
,
label
:
'
副班长
'
,
width
:
'120'
width
:
'120'
},
},
{
{
...
...
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