diff --git a/src/views/claimAndreturn/picking/apply/component/home1.vue b/src/views/claimAndreturn/picking/apply/component/home1.vue index 19a9c61..741764a 100644 --- a/src/views/claimAndreturn/picking/apply/component/home1.vue +++ b/src/views/claimAndreturn/picking/apply/component/home1.vue @@ -124,7 +124,6 @@ @@ -163,6 +162,7 @@ @@ -230,8 +230,8 @@ {{ scope.row.leaseApplyInfoList[0].companyAuditRemark @@ -239,28 +239,28 @@ {{ scope.row.leaseApplyInfoList[0].deptAuditRemark }} {{ scope.row.leaseApplyInfoList[0].directAuditRemark }} {{ scope.row.leaseApplyInfoList[0].directAuditRemark }} - {{ + {{ scope.row.leaseApplyInfoList[0].directAuditRemark }} @@ -272,7 +272,7 @@ :show-overflow-tooltip="true" > @@ -370,7 +370,7 @@ export default { dictName: undefined, dictType: undefined, status: undefined, - + keyWord: '', time: null, //申请时间 unitId: null, //来往单位id proId: null, //工程id @@ -406,6 +406,7 @@ export default { const res = await getLeaseAuditListAll(params) this.loading = false this.leaseAuditList = res.data.rows + console.log('333333333333333',this.leaseAuditList) this.total = res.data.total }, @@ -467,11 +468,11 @@ export default { this.$emit('addPicking') }, // 多选框选中数据 - handleSelectionChange(selection) { - this.ids = selection.map((item) => item.dictId) - this.single = selection.length != 1 - this.multiple = !selection.length - }, + // handleSelectionChange(selection) { + // this.ids = selection.map((item) => item.dictId) + // this.single = selection.length != 1 + // this.multiple = !selection.length + // }, handleView(row) { // this.$tab.closeOpenPage({ // path: '/claimAndRefund/receiveByCq/receiveApplyAdd', diff --git a/src/views/claimAndreturn/picking/auditing/component/home1.vue b/src/views/claimAndreturn/picking/auditing/component/home1.vue index d9cc33d..07c71b0 100644 --- a/src/views/claimAndreturn/picking/auditing/component/home1.vue +++ b/src/views/claimAndreturn/picking/auditing/component/home1.vue @@ -222,7 +222,7 @@ :show-overflow-tooltip="true" > @@ -594,7 +594,7 @@ export default { status: '0', remark: undefined, } - this.resetForm('form') + this.resetForm('queryForm') }, /** 搜索按钮操作 */ handleQuery() { diff --git a/src/views/stquery/deviceInStoreQuery.vue b/src/views/stquery/deviceInStoreQuery.vue index d8d4c55..d6940fe 100644 --- a/src/views/stquery/deviceInStoreQuery.vue +++ b/src/views/stquery/deviceInStoreQuery.vue @@ -209,7 +209,7 @@ export default { dictName: undefined, dictType: undefined, status: undefined, - + keyWord: '', time: null, //申请时间 unitId: null, //来往单位id proId: null, //工程id @@ -276,8 +276,9 @@ export default { dictType: undefined, status: '0', remark: undefined, + keyWord: undefined, } - this.resetForm('form') + this.resetForm('queryForm') }, /** 搜索按钮操作 */ handleQuery() { diff --git a/src/views/stquery/deviceStatusRecord.vue b/src/views/stquery/deviceStatusRecord.vue index 303d8d0..6f4b514 100644 --- a/src/views/stquery/deviceStatusRecord.vue +++ b/src/views/stquery/deviceStatusRecord.vue @@ -263,7 +263,8 @@ export default { dictName: undefined, dictType: undefined, status: undefined, - + typeName: undefined, + typeModelName: undefined, time: null, //申请时间 unitId: null, //来往单位id proId: null, //工程id @@ -332,7 +333,7 @@ export default { status: '0', remark: undefined, } - this.resetForm('form') + this.resetForm('queryForm') }, /** 搜索按钮操作 */ handleQuery() { diff --git a/src/views/warehouseManage/machinery/personnel/index.vue b/src/views/warehouseManage/machinery/personnel/index.vue index fb85942..900cf2a 100644 --- a/src/views/warehouseManage/machinery/personnel/index.vue +++ b/src/views/warehouseManage/machinery/personnel/index.vue @@ -329,6 +329,7 @@ export default { queryParams: { pageNum: 1, pageSize: 10, + typeName: undefined, userName: undefined, status: undefined, deptId: undefined, @@ -468,7 +469,7 @@ export default { postIds: [], roleIds: [], } - this.resetForm('form') + this.resetForm('queryForm') }, /** 搜索按钮操作 */ handleQuery() {