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
93f52f28
Commit
93f52f28
authored
Jan 10, 2023
by
黄自鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
4eb7da53
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
32 additions
and
10 deletions
+32
-10
index.vue
src/views/equipment/archives/index.vue
+8
-1
byxm.vue
src/views/equipment/sbbymx/byxm.vue
+1
-1
ckxm.vue
src/views/equipment/sbbymx/ckxm.vue
+2
-2
ckxmEdit.vue
src/views/equipment/sbbymx/ckxmEdit.vue
+3
-1
index.vue
src/views/equipment/sbbymx/index.vue
+10
-4
index.vue
src/views/equipment/sbbyxm/index.vue
+8
-1
No files found.
src/views/equipment/archives/index.vue
View file @
93f52f28
...
...
@@ -10,6 +10,12 @@
<span
class=
"search-span"
>
设备信息:
</span>
<el-input
v-model=
"queryParams.sbxx"
></el-input>
</div>
</el-col>
<el-col
:span=
"4"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
公司:
</span>
<RelSelect
style=
"width: 100%;"
src=
'jcsj/common/bm/queryGs'
filterable
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='queryParams.gsid' >
</RelSelect>
</div>
</el-col>
<!--
<el-col
:span=
"6"
class=
"search-col"
>
-->
<!--
<div
class=
"search-item"
>
-->
...
...
@@ -91,6 +97,7 @@
sbxx
:
''
,
doc
:
''
,
xtfl
:
"0"
,
gsid
:
""
},
/* 表格标题对应参数*/
tableTitle
:
[
...
...
@@ -110,7 +117,7 @@
{
label
:
"制造日期"
,
prop
:
"ccrq"
,
fieldType
:
"ftDateTime"
},
// {label: "计量单位", prop: "jldw", fieldType: "ftString",width:120},
{
label
:
"启用日期"
,
prop
:
"qyrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"检验日期"
,
prop
:
"scjyrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"检验日期"
,
prop
:
"scjyrq"
,
fiel
N
dType
:
"ftDateTime"
},
{
label
:
"下次检验日期"
,
prop
:
"xcjyrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"检验周期"
,
prop
:
"jyzq"
,
fieldType
:
"ftString"
},
/* {label: "停用日期", prop: "tyrq", fieldType: "ftDateTime"}, */
...
...
src/views/equipment/sbbymx/byxm.vue
View file @
93f52f28
...
...
@@ -83,7 +83,7 @@
/* 表格标题对应参数*/
tableTitle
:
[
{
label
:
"编码"
,
prop
:
"code"
,
fieldType
:
"ftString"
,
width
:
120
},
{
label
:
"名称
111
"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"保养周期-天"
,
prop
:
"byzq"
,
fieldType
:
"int"
,
width
:
252
},
// {label: "公司", prop: "gsName", fieldType: "ftString",width:192},
// {label: "停用标志", prop: "tybz", fieldType: "ftString",width:100},
...
...
src/views/equipment/sbbymx/ckxm.vue
View file @
93f52f28
...
...
@@ -81,9 +81,9 @@
{
label
:
"名称"
,
prop
:
"byxmName"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"保养周期-天"
,
prop
:
"byzq"
,
fieldType
:
"int"
,
width
:
252
},
{
label
:
"上次保养日期"
,
prop
:
"scbyrq"
,
...
this
.
$common
(
'ftDate'
),
width
:
192
},
{
label
:
"上次保养日期"
,
prop
:
"scbyrq"
,
...
this
.
$common
(
'ftDate
Time
'
),
width
:
192
},
{
label
:
"上次保养人"
,
prop
:
"scbyrName"
,
fieldType
:
"ftString"
,
width
:
200
},
{
label
:
"预计下次保养日期"
,
prop
:
"xcbyrq"
,
...
this
.
$common
(
'ftDate'
),
width
:
192
},
{
label
:
"预计下次保养日期"
,
prop
:
"xcbyrq"
,
...
this
.
$common
(
'ftDate
Time
'
),
width
:
192
},
// {label: "公司", prop: "gsName", fieldType: "ftString",width:192},
...
...
src/views/equipment/sbbymx/ckxmEdit.vue
View file @
93f52f28
...
...
@@ -108,6 +108,8 @@ props:['app'],
if
(
res
.
success
){
this
.
$success
(
'反馈成功'
)
this
.
app
.
showDialog
=
false
this
.
app
.
$refs
[
'TablePager'
].
pageQuery
()
}
})
}
...
...
src/views/equipment/sbbymx/index.vue
View file @
93f52f28
...
...
@@ -9,19 +9,19 @@
<div
class=
"search"
v-condition
>
<SearchButton
:app=
'app'
></SearchButton>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"6"
class=
"search-col"
>
<
!--
<
el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
档案编号:
</span>
<el-input
v-model=
"queryParams.dabh"
></el-input>
</div>
</el-col>
</el-col>
-->
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
设备名称:
</span>
<el-input
v-model=
"queryParams.sbxx"
></el-input>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<
!--
<
el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
是否已入档:
</span>
<el-select
v-model=
"queryParams.doc"
placeholder=
"请选择"
>
...
...
@@ -33,7 +33,13 @@
</el-option>
</el-select>
</div>
</el-col>
</el-col>
-->
<!--
<el-col
:span=
"4"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
公司:
</span>
<RelSelect
style=
"width: 100%;"
src=
'jcsj/common/bm/queryGs'
filterable
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='queryParams.gsid' >
</RelSelect>
</div>
</el-col>
-->
</el-row>
</div>
...
...
src/views/equipment/sbbyxm/index.vue
View file @
93f52f28
...
...
@@ -10,6 +10,12 @@
<el-input
v-model=
"queryParams.info"
></el-input>
</div>
</el-col>
<el-col
:span=
"4"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
公司:
</span>
<RelSelect
style=
"width: 100%;"
src=
'jcsj/common/bm/queryGs'
filterable
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='queryParams.gsid' >
</RelSelect>
</div>
</el-col>
</el-row>
</div>
<!-- 按钮操作-->
...
...
@@ -70,7 +76,8 @@
baseUrl
:
'/aqgl/sbgl/sbbyxm'
,
/* 查询参数*/
queryParams
:
{
info
:
''
info
:
''
,
gsid
:
''
},
/* 表格标题对应参数*/
tableTitle
:
[
...
...
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