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
2a91ae3d
Commit
2a91ae3d
authored
Feb 03, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.2测试bug
parent
c1571f7d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
1 deletion
+30
-1
edit.vue
src/views/threeViolations/maintainTV/edit.vue
+13
-0
index.vue
src/views/threeViolations/maintainTV/index.vue
+16
-0
index.vue
src/views/train/paperManagement/index.vue
+1
-1
No files found.
src/views/threeViolations/maintainTV/edit.vue
View file @
2a91ae3d
...
...
@@ -11,6 +11,17 @@
</el-row>
-->
<el-row
:gutter=
"20"
>
<!-- 公司,班组-->
<el-col
:span=
"12"
>
<el-form-item
label=
"公司"
ref=
"gsid"
prop=
"gsid"
>
<RelSelect
style=
"width: 100%;"
:readonly=
"readonly"
src=
'jcsj/common/bm/queryGs'
:match=
"
{value:'id',label:'bmmc'}" v-model='form.gsid' >
</RelSelect>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"班组"
ref=
"bmid"
prop=
"bmid"
>
<RelSelect
linkage
:linkParams=
"
{pid:form.gsid}" :readonly="readonly" style="width: 100%;" src='jcsj/common/bm/queryBz' filterable clearable :match="{value:'id',label:'bmmc'}" v-model='form.bmid' >
</RelSelect>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"三违等级"
ref=
"swdj"
prop=
"swdj"
>
<RelSelect
style=
"width: 100%;"
src=
'/aqgl/swgl/swcfbz/init/swdj'
clearable
:match=
"
{value:'id',label:'name'}" v-model='form.swdj' >
</RelSelect>
...
...
@@ -67,6 +78,8 @@
/* 当前表单初始值,默认由RelDialog查询indexQuery赋值,copy时不赋值id,初始化时所有query的值都会赋值给form*/
form
:
{
gsid
:
''
,
bmid
:
''
,
//ID
id
:
''
,
//序号
...
...
src/views/threeViolations/maintainTV/index.vue
View file @
2a91ae3d
...
...
@@ -4,6 +4,20 @@
<!-- 查询条件-->
<div
class=
"search"
v-condition
>
<SearchButton
:app=
'app'
></SearchButton>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
公司:
</span>
<RelSelect
style=
"width: 100%;"
src=
'jcsj/common/bm/queryGs'
:match=
"
{value:'id',label:'bmmc'}" v-model='queryParams.gsid' >
</RelSelect>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
班组:
</span>
<RelSelect
linkage
:linkParams=
"
{pid:queryParams.gsid}" style="width: 100%;" src='jcsj/common/bm/queryBz' filterable clearable :match="{value:'id',label:'bmmc'}" v-model='queryParams.bmid' >
</RelSelect>
</div>
</el-col>
</el-row>
</div>
<!-- 按钮操作-->
<el-row
class=
"tool-bar"
>
...
...
@@ -66,6 +80,8 @@
/* 查询参数*/
queryParams
:
{
wgnr
:
''
,
gsid
:
''
,
bmid
:
''
},
/* 表格标题对应参数*/
tableTitle
:
[
...
...
src/views/train/paperManagement/index.vue
View file @
2a91ae3d
...
...
@@ -93,7 +93,7 @@
url
:
'aqgl/pxgl/pxxm/query'
,
label
:
'name'
,
value
:
'id'
}},
{
label
:
"总分"
,
prop
:
"score"
,
fieldType
:
"float"
,
width
:
192
},
{
label
:
"
总分
"
,
prop
:
"hgfs"
,
fieldType
:
"float"
,
width
:
192
},
{
label
:
"
合格分数
"
,
prop
:
"hgfs"
,
fieldType
:
"float"
,
width
:
192
},
{
label
:
"单选题量"
,
prop
:
"scount"
,
fieldType
:
"int"
,
width
:
192
},
{
label
:
"单选题分值"
,
prop
:
"sscore"
,
fieldType
:
"float"
,
width
:
192
},
{
label
:
"多选题量"
,
prop
:
"mcount"
,
fieldType
:
"int"
,
width
:
192
},
...
...
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