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
5187faac
Commit
5187faac
authored
Jan 09, 2023
by
黄自鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
7f173c8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
6 deletions
+15
-6
byjl.vue
src/views/equipment/sbbymx/byjl.vue
+3
-2
ckxmEdit.vue
src/views/equipment/sbbymx/ckxmEdit.vue
+12
-4
No files found.
src/views/equipment/sbbymx/byjl.vue
View file @
5187faac
...
...
@@ -19,7 +19,7 @@
</el-row>
<!-- 表格-->
<div
class=
"tablePagers"
style=
"height: 380px;"
>
<TablePager
:showPagination=
'false'
@
getData=
'getData'
:ref=
"'TablePager'"
:app=
'this'
:query=
'query'
@
selectItem=
'selectItem'
<TablePager
:showPagination=
'false'
@
getData=
'getData'
:ref=
"'TablePager'"
:app=
'this'
:query=
'query'
@
selectItem=
'selectItem'
@
getRow=
'getRow'
>
</TablePager>
</div>
...
...
@@ -78,7 +78,8 @@ import {
// {label: "设备ID", prop: "sbid", fieldType: "ftString",width:192},
// {label: "保养项目ID", prop: "xmid", fieldType: "ftString",width:192},
{
label
:
"保养人员"
,
prop
:
"byrName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"保养时间"
,
prop
:
"bysj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"保养时间起"
,
prop
:
"bysj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"保养时间终"
,
prop
:
"bysjz"
,
fieldType
:
"ftDateTime"
},
{
label
:
"保养说明"
,
prop
:
"bysm"
,
fieldType
:
"ftString"
,
width
:
300
},
// {label: "附件数", prop: "attachcount", fieldType: "int"},
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
300
},
...
...
src/views/equipment/sbbymx/ckxmEdit.vue
View file @
5187faac
...
...
@@ -3,13 +3,20 @@
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"120px"
:rules=
"rules"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"
24
"
>
<el-form-item
label=
"保养日期"
ref=
"bysj"
prop=
"bysj"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"保养日期
起
"
ref=
"bysj"
prop=
"bysj"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"datetime"
v-model=
"form.bysj"
placeholder=
"选择日期"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"保养日期终"
ref=
"bysjz"
prop=
"bysj"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"datetime"
v-model=
"form.bysjz"
placeholder=
"选择日期"
>
</el-date-picker>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
...
...
@@ -73,10 +80,11 @@ props:['app'],
//序号
//保养项目
xmid
:
''
,
//保养日期
//保养日期
起
bysj
:
new
Date
().
getTime
(),
//保养日期终
bysjz
:
new
Date
().
getTime
(),
//预计下次计划日期
//备注
bz
:
''
,
},
...
...
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