@@ -646,18 +656,18 @@
ref="formLeft"
:model="formLeft"
:rules="rulesLeft"
- label-width="120px"
+ label-width="80px"
>
-
+
@@ -679,50 +689,43 @@
:show-count="true"
:expand-on-click-node="false"
placeholder="请选择配件型号"
- style="width: 265px"
+ style="width: 200px;"
/>
-
+
-
+
+
+
-
+
-
+
@@ -773,7 +776,7 @@
placeholder="物资厂家"
clearable
filterable
- style="width: 265px"
+ style="width: 260px"
>
-
-
+
+
-
+
@@ -823,7 +826,7 @@
-
+
-
+
-
+
@@ -901,7 +904,7 @@
placeholder="损坏原因"
clearable
filterable
- style="width: 250px"
+ style="width: 240px"
>
@@ -2104,6 +2107,8 @@ export default {
}
}
.dialog-content {
+ height: 600px;
+ overflow-y: auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
@@ -2113,11 +2118,11 @@ export default {
.middle,
.right {
flex: 1;
- padding: 10px;
+ padding: 10px 0;
}
.divider {
- width: 1px;
+ width: 2px;
background-color: #dcdfe6;
height: 100%;
margin: 0 10px;
diff --git a/src/views/material/stquery/deviceInBound.vue b/src/views/material/stquery/deviceInBound.vue
index 21d334e5..9e96e0c1 100644
--- a/src/views/material/stquery/deviceInBound.vue
+++ b/src/views/material/stquery/deviceInBound.vue
@@ -26,7 +26,7 @@
placeholder="请输入物资名称"
clearable :maxlength="20"
style="width: 220px"
- />
+ />
-
+
+
@@ -157,10 +158,10 @@ export default {
async getList() {
this.loading = true
const params = {
- unitId: this.queryParams.unitId,
- proId: this.queryParams.proId,
keyWord: this.queryParams.keyWord,
inputType: this.queryParams.inputType,
+ typeName: this.queryParams.typeName,
+ typeModelName: this.queryParams.typeModelName,
startTime: this.queryParams.time && this.queryParams.time[0],
endTime: this.queryParams.time && this.queryParams.time[1],
pageSize: this.queryParams.pageSize,
diff --git a/src/views/material/stquery/deviceOutBound.vue b/src/views/material/stquery/deviceOutBound.vue
index ca5c15d0..0d0078e3 100644
--- a/src/views/material/stquery/deviceOutBound.vue
+++ b/src/views/material/stquery/deviceOutBound.vue
@@ -185,7 +185,8 @@ export default {
time: null,
keyWord: null,
typeName: null, //物资名称
- typeModelName: null //
+ typeModelName: null, //
+ outStyle:null
},
}
},
@@ -240,6 +241,8 @@ export default {
proId: this.queryParams.proId,
keyWord: this.queryParams.keyWord,
outStyle: this.queryParams.outStyle,
+ typeName: this.queryParams.typeName,
+ typeModelName: this.queryParams.typeModelName,
startTime: this.queryParams.time && this.queryParams.time[0],
endTime: this.queryParams.time && this.queryParams.time[1],
pageSize: this.queryParams.pageSize,
@@ -271,6 +274,8 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.queryParams.time=[]
+ this.unitId=[]
+ this.projectId=[]
this.resetForm('queryForm')
this.handleQuery()
},
diff --git a/src/views/material/stquery/deviceUsingHistory.vue b/src/views/material/stquery/deviceUsingHistory.vue
index f28386d7..35cc71a6 100644
--- a/src/views/material/stquery/deviceUsingHistory.vue
+++ b/src/views/material/stquery/deviceUsingHistory.vue
@@ -246,6 +246,8 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.queryParams.time=[]
+ this.unitId=[]
+ this.projectId=[]
this.resetForm('queryForm')
this.handleQuery()
},
diff --git a/src/views/material/stquery/deviceUsingRecord.vue b/src/views/material/stquery/deviceUsingRecord.vue
index a2ba9f1e..3a0e77f2 100644
--- a/src/views/material/stquery/deviceUsingRecord.vue
+++ b/src/views/material/stquery/deviceUsingRecord.vue
@@ -297,6 +297,8 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.queryParams.time=[]
+ this.unitId=[]
+ this.projectId=[]
this.resetForm('queryForm')
this.handleQuery()
},