diff --git a/src/views/construction/deviceReceive/index.vue b/src/views/construction/deviceReceive/index.vue
index 2e7754d..3b0bf2d 100644
--- a/src/views/construction/deviceReceive/index.vue
+++ b/src/views/construction/deviceReceive/index.vue
@@ -58,6 +58,16 @@
/>
+
+
+
+
+
{{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }}
-
+
+
+
-
+
-
-
+
+
在用
{{ scope.row.ghTime }}
-
-
-
-
- 归还
-
-
+
+
+
+ {{scope.row.remarks}}
+
+
+
+
+
+
+ 归还
+
+
-
+
@@ -262,7 +296,6 @@
return {
// 遮罩层
loading: true,
-
// 选中数组
ids: [],
// 非单个禁用
@@ -271,6 +304,7 @@
multiple: true,
// 显示搜索条件
showSearch: true,
+ lyList:[{id:'0',name:'在用'},{id:'1',name:'归还'}],
// 总条数
total: 0,
//绑定设备总条数
@@ -293,11 +327,15 @@
queryParams: {
pageNum: 1,
pageSize: 10,
- // sidebandName: undefined,
- // sidebandCode: undefined,
- // projectName: undefined,
- // gtCode: undefined,
- // bindTime: undefined,
+ proName:'',
+ powerName:'',
+ teamName:'',
+ devName:'',
+ devCode:'',
+ devType:'',
+ isLy:'',
+ lyTime:'',
+ ghTime:'',
},
stateList:['在用','未用'],
// 表单参数
@@ -394,7 +432,9 @@
getPowerLists(proId){
getPowerLists({proId:proId}).then(response => {
this.GtList = response.data;
- });
+ this.$set(this.form,'powerId','')
+ // this.form.powerId=''
+ });
},
//添加设备
addDevice() {
@@ -412,7 +452,6 @@
item.devCode=''
}
})
-
},
//聚焦设备列表select时根据类型更新下拉数据
focusDevice(type){
@@ -525,4 +564,9 @@
display: none;
}
}
+ .maxsize {
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ }
\ No newline at end of file