Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
binhai-company
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
binhai-jiaoguan
binhai-company
Commits
cb30c063
Commit
cb30c063
authored
Nov 22, 2023
by
mzx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
7bea83dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
index.vue
src/views/informationReport/affiliatedVehicles/index.vue
+1
-1
index.vue
src/views/informationReport/personnelTraining/index.vue
+1
-1
index.vue
src/views/informationReport/theBus/index.vue
+9
-1
No files found.
src/views/informationReport/affiliatedVehicles/index.vue
View file @
cb30c063
...
...
@@ -50,7 +50,7 @@
/>
</el-select>
</el-form-item>
<el-form-item
label=
"车辆证件状态"
prop=
"carStatus"
>
<el-form-item
label=
"车辆证件状态"
prop=
"car
Cert
Status"
>
<el-select
v-model=
"queryParams.carCertStatus"
clearable
placeholder=
"请选择车辆状态类型"
>
<el-option
v-for=
"dict in dict.type.bhxq_car_status"
...
...
src/views/informationReport/personnelTraining/index.vue
View file @
cb30c063
...
...
@@ -351,7 +351,7 @@ export default {
/** 删除按钮操作 */
handleDelete
(
row
)
{
// const ids = row.id || this.ids
this
.
$modal
.
confirm
(
'是否确认删除人员
培训编号为"'
+
row
.
enterpriseId
+
'"的数据项?'
).
then
(
function
()
{
this
.
$modal
.
confirm
(
'是否确认删除人员
名称为"'
+
row
.
name
+
'"的数据项?'
).
then
(
function
()
{
return
delTrain
(
row
.
id
)
}
).
then
(()
=>
{
this
.
getList
()
...
...
src/views/informationReport/theBus/index.vue
View file @
cb30c063
...
...
@@ -139,7 +139,8 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"线路长度"
prop=
"busLineLength"
>
<el-input
v-model=
"form.busLineLength"
onkeyup=
"value=value.replace(/[^\d]/g, '')"
:disabled=
"disabledon"
placeholder=
"请输入线路长度"
/>
<!-- <el-input v-model="form.busLineLength" onkeyup="value=value.replace(/[^\d]/g, '')" :disabled="disabledon" placeholder="请输入线路长度" />-->
<el-input
class=
"delInput"
v-model=
"form.busLineLength"
type=
"number"
placeholder=
"请输入线路长度"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -758,5 +759,12 @@ export default {
line-height
:
24px
;
}
/
deep
/
.delInput
input
::-webkit-outer-spin-button
,
/
deep
/
.delInput
input
::-webkit-inner-spin-button
{
-webkit-appearance
:
none
!important
;
}
/
deep
/
.delInput
input
[
type
=
"number"
]
{
-moz-appearance
:
textfield
;
}
</
style
>
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