Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_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
杨硕
template_vue
Commits
2577ea34
Commit
2577ea34
authored
Jul 28, 2023
by
kzy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询完成
parent
cfecbb12
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
13 deletions
+37
-13
check.vue
src/views/equipment/check.vue
+15
-3
checkProcess.vue
src/views/equipment/checkProcess.vue
+15
-4
equipmentAbandonment.vue
src/views/equipment/equipmentAbandonment.vue
+7
-6
No files found.
src/views/equipment/check.vue
View file @
2577ea34
...
...
@@ -22,10 +22,10 @@
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"
位置
"
prop=
"plocation"
>
<el-form-item
label=
"
plocation
"
prop=
"plocation"
>
<el-input
v-model=
"queryParams.plocation"
placeholder=
"请输入
设备位置
"
placeholder=
"请输入
plocation
"
clearable
size=
"small"
style=
"width: 150px"
...
...
@@ -34,6 +34,7 @@
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-refresh"
size=
"small"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
<div
style=
"float: right"
>
<el-form-item>
...
...
@@ -46,6 +47,17 @@
{{
check
}}
</el-button>
</el-form-item>
<!-- 这俩都没写接口以及方法 -->
<el-form-item>
<el-button
style=
"padding: 8px 7px;"
type=
"danger"
:size=
"smallSize"
icon=
"el-icon-minus"
>
结束盘点
{{
check
}}
</el-button>
</el-form-item>
</div>
</el-form>
<div
class=
"placeholder"
/>
...
...
@@ -84,7 +96,7 @@
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"
15
0px"
>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"
8
0px"
>
<
template
slot-scope=
"scope"
>
<el-button
:type=
"typeParent"
:size=
"size"
@
click=
"handleDetail(scope.row)"
>
详情
...
...
src/views/equipment/checkProcess.vue
View file @
2577ea34
...
...
@@ -22,10 +22,10 @@
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"
位置
"
prop=
"plocation"
>
<el-form-item
label=
"
plocation
"
prop=
"plocation"
>
<el-input
v-model=
"queryParams.plocation"
placeholder=
"请输入
设备位置
"
placeholder=
"请输入
plocation
"
clearable
size=
"small"
style=
"width: 150px"
...
...
@@ -34,6 +34,7 @@
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-refresh"
size=
"small"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
<div
style=
"float: right"
>
<el-form-item>
...
...
@@ -46,6 +47,16 @@
{{
check
}}
</el-button>
</el-form-item>
<el-form-item>
<el-button
style=
"padding: 8px 7px;"
type=
"danger"
:size=
"smallSize"
icon=
"el-icon-minus"
>
结束盘点
{{
check
}}
</el-button>
</el-form-item>
</div>
</el-form>
<div
class=
"placeholder"
/>
...
...
@@ -74,7 +85,7 @@
{{
scope
.
row
.
phd
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"
创建
员"
prop=
"createBy"
>
<el-table-column
label=
"
操作
员"
prop=
"createBy"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
createBy
||
'-'
}}
</
template
>
...
...
@@ -84,7 +95,7 @@
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"
15
0px"
>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"
8
0px"
>
<
template
slot-scope=
"scope"
>
<el-button
:type=
"typeParent"
:size=
"size"
@
click=
"handleDetail(scope.row)"
>
详情
...
...
src/views/equipment/equipmentAbandonment.vue
View file @
2577ea34
...
...
@@ -25,7 +25,7 @@
<el-form-item
label=
"位置"
prop=
"plocation"
>
<el-input
v-model=
"queryParams.plocation"
placeholder=
"请输入
设备位置
"
placeholder=
"请输入
plocation
"
clearable
size=
"small"
style=
"width: 150px"
...
...
@@ -34,9 +34,10 @@
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-refresh"
size=
"small"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
<div
style=
"float: right"
>
<el-form-item>
<
!--
<
el-form-item>
<el-button
style=
"padding: 8px 7px;"
:type=
"typePrimary"
...
...
@@ -45,7 +46,7 @@
>
开始盘点
{{
check
}}
</el-button>
</el-form-item>
</el-form-item>
-->
</div>
</el-form>
<div
class=
"placeholder"
/>
...
...
@@ -74,9 +75,9 @@
{{
scope
.
row
.
phd
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"操作员"
prop=
"create
By
"
>
<el-table-column
label=
"操作员"
prop=
"create
Name
"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
create
By
||
'-'
}}
{{
scope
.
row
.
create
Name
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"操作时间"
:show-overflow-tooltip=
"true"
align=
"center"
prop=
"createDate"
>
...
...
@@ -301,7 +302,7 @@ export default {
roleName
:
undefined
,
roleKey
:
undefined
,
flag
:
undefined
,
ptype
:
2
},
// 表单参数
form
:
{
...
...
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