diff --git a/src/views/repairTest/repair/dialogTwoForm.vue b/src/views/repairTest/repair/dialogTwoForm.vue
index 2fb4dfe..19dc3c8 100644
--- a/src/views/repairTest/repair/dialogTwoForm.vue
+++ b/src/views/repairTest/repair/dialogTwoForm.vue
@@ -113,7 +113,7 @@
label="配件数量:"
:rules="{
required: false,
- validator: numberIntegerValidator,
+ // validator: numberIntegerValidator,
trigger: 'blur',
}"
>
diff --git a/src/views/repairTest/testExamine/index.vue b/src/views/repairTest/testExamine/index.vue
index a8c16f8..7b54095 100644
--- a/src/views/repairTest/testExamine/index.vue
+++ b/src/views/repairTest/testExamine/index.vue
@@ -450,15 +450,14 @@
type="primary"
icon="el-icon-zoom-in"
@click="repairRecord(scope.row)"
- >维修记录
- 维修记录
+
+
@@ -570,24 +569,30 @@
人为报废
-
+
+
+
+
+
+
-
+ :show-overflow-tooltip="true">
+
+ {{ scope.row.partNum }}
+
+
+
+
+
+
+
+
+
+
-
-
- 不收费
- 收费
-
-
+
+
+
+
+
+
+
+
+
+
+
{})
@@ -1122,6 +1128,7 @@ export default {
this.repairRecordParams.pageNum = 1
this.repairRecordParams.pageSize = 10
this.repairId = row.repairId
+ console.log(this.repairId, 'repairId')
this.getRepairRecordList()
},
getRepairRecordList() {
@@ -1143,8 +1150,12 @@ export default {
partRecord(row) {
this.partRecordParams.pageNum = 1
this.partRecordParams.pageSize = 10
- this.repairId = row.repairId
- this.getPartRecordList()
+
+ // this.repairId = row.repairId
+ // console.log(row, 'row===============')
+ console.log(this.repairId)
+ console.log(111111111111)
+ this.getPartRecordList(row)
},
getPartRecordList() {
let params = {
@@ -1152,6 +1163,7 @@ export default {
pageNum: this.partRecordParams.pageNum,
pageSize: this.partRecordParams.pageSize,
}
+ console.log(params)
getPartRecord(params)
.then((res) => {
this.partRecordList = res.rows
diff --git a/src/views/stquery/deviceStatusRecord.vue b/src/views/stquery/deviceStatusRecord.vue
index 215d870..e7eaa00 100644
--- a/src/views/stquery/deviceStatusRecord.vue
+++ b/src/views/stquery/deviceStatusRecord.vue
@@ -331,7 +331,7 @@ export default {
/** 导出按钮操作 */
handleExport() {
this.download(
- 'material/backRecord/export',
+ 'material/storageStatus/export',
{
...this.queryParams,
},
diff --git a/src/views/warehouseManage/machinery/parts/index.vue b/src/views/warehouseManage/machinery/parts/index.vue
index 7329f87..e89b1c9 100644
--- a/src/views/warehouseManage/machinery/parts/index.vue
+++ b/src/views/warehouseManage/machinery/parts/index.vue
@@ -468,7 +468,7 @@ export default {
},
/** 查询部门列表 */
getList() {
- console.log(this.queryParams)
+ console.log(this.queryParams,"wwwwwww")
// this.loading = true;
listPartType(this.queryParams)
.then((response) => {