From 55fe44c0550708ddeb2e983d93b80bccba643095 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 28 Nov 2025 17:12:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../direct-rotation-apply/index.vue | 6 ++- .../business-examine/lose-apply/index.vue | 6 ++- .../business-examine/receive-apply/index.vue | 6 ++- .../business/businessHandling/directApply.vue | 12 +++--- .../businessHandling/groundDirect.vue | 12 +++--- src/views/business/businessHandling/index.vue | 16 ++++---- .../directApplyRecord.vue | 6 ++- .../business/businessHandlingRecord/index.vue | 6 ++- .../loseHandlingRecord.vue | 6 ++- src/views/business/exitPermit/index.vue | 2 +- src/views/business/handlingOrder/index.vue | 2 +- .../leasePublish/component/homeApply.vue | 2 +- .../component/leaseCostRangeReportHome.vue | 2 +- .../cost/component/lostReportHome.vue | 2 +- .../cost/component/repairReportHome.vue | 2 +- .../cost/component/scrapReportHome.vue | 2 +- .../material/countersign/process/index.vue | 2 +- src/views/material/ma/device/index.vue | 11 +++--- src/views/material/ma/partType/index.vue | 6 +-- .../materialStation/authorize/index.vue | 4 +- src/views/material/part/partAccept/detail.vue | 5 ++- src/views/material/part/partAccept/index.vue | 4 +- .../material/part/partAcceptTwo/detail.vue | 12 +++--- .../material/part/partAcceptTwo/index.vue | 11 +++++- src/views/material/part/partArrived/index.vue | 34 ++++++++++------- .../material/part/partInventory/index.vue | 2 +- .../partLease/component/addToolsApply.vue | 11 ++++++ src/views/material/part/partLease/index.vue | 36 +++++++++++------- .../material/purchase/goodsAccept/index.vue | 2 +- .../purchase/goodsArrived/component/home.vue | 4 +- .../purchase/goodsBind/component/home.vue | 2 +- .../material/purchase/goodsEntry/index.vue | 2 +- .../scrapManage/component/addToolsApply.vue | 2 + .../material/repair/scrapManage/index.vue | 38 ++++++++++++------- src/views/material/report/leaseOutReport.vue | 2 +- src/views/material/report/reportQuery.vue | 4 +- .../stquery/deviceComparisonStatistical.vue | 2 +- .../material/stquery/deviceStatusRecord.vue | 16 ++++---- .../equipment/equipmentRecord/index.vue | 2 +- .../straight/straightTransfer/index.vue | 2 +- .../straight/straightTransferReview/index.vue | 2 +- .../toolsBack/back/component/addReturn.vue | 4 +- .../toolsBack/back/component/home.vue | 10 ++--- .../toolsBack/back/component/queryReturn.vue | 4 +- .../materialsStation/toolsBack/back/index.vue | 1 + .../toolsBack/back/outRecord.vue | 8 ++-- .../apply/component/addToolsApply.vue | 2 +- .../toolsLease/apply/component/homeApply.vue | 18 ++++----- .../apply/component/queryToolsApply.vue | 2 +- .../toolsLease/apply/index.vue | 1 + .../toolsLease/apply/leaseRecord.vue | 6 +-- .../outBound/component/OutCodeDlg.vue | 2 +- .../outBound/component/addToolsApply.vue | 2 +- .../outBound/component/homeApply.vue | 18 ++++----- .../outBound/component/queryToolsApply.vue | 2 +- .../toolsLease/outBound/index.vue | 1 + .../safetyToolEarlyWarning.vue | 1 + 57 files changed, 234 insertions(+), 156 deletions(-) diff --git a/src/views/business-examine/direct-rotation-apply/index.vue b/src/views/business-examine/direct-rotation-apply/index.vue index 20f336f6..0a5ef36c 100644 --- a/src/views/business-examine/direct-rotation-apply/index.vue +++ b/src/views/business-examine/direct-rotation-apply/index.vue @@ -49,7 +49,7 @@ - + - + - + - + @@ -474,7 +474,7 @@ export default { //租赁工程 projectList: [], leaseProjectList: [], - // 物资类型 + // 物资名称 materialTypeOpts: [], // 类型规格 typeModelNameOpts: [], @@ -483,7 +483,7 @@ export default { // 表头 tableColumns: [ { label: '直转数量', prop: 'directNum' }, - { label: '类型名称', prop: 'typeName' }, + { label: '物资名称', prop: 'typeName' }, { label: '规格型号', prop: 'typeModelName' }, { label: '设备编码', prop: 'maCode' }, { label: '计量单位', prop: 'unitName' }, @@ -505,7 +505,7 @@ export default { queryParams: { pageNum: 1, // 当前页码 pageSize: 20, // 每页显示数量 - maId: undefined, // 物资类型 + maId: undefined, // 物资名称 typeId: '', // 类型规格 keyWord: '' }, @@ -995,7 +995,7 @@ export default { this.loading = false } }, - // 获取物资类型 + // 获取物资名称 async getMaTypeOpt() { try { const params = { diff --git a/src/views/business/businessHandling/groundDirect.vue b/src/views/business/businessHandling/groundDirect.vue index 26249401..d7e62bc5 100644 --- a/src/views/business/businessHandling/groundDirect.vue +++ b/src/views/business/businessHandling/groundDirect.vue @@ -185,7 +185,7 @@ - + @@ -381,7 +381,7 @@ export default { //租赁工程 projectList: [], leaseProjectList: [], - // 物资类型 + // 物资名称 materialTypeOpts: [], // 类型规格 typeModelNameOpts: [], @@ -390,7 +390,7 @@ export default { // 表头 tableColumns: [ { label: '直转数量', prop: 'directNum' }, - { label: '类型名称', prop: 'typeName' }, + { label: '物资名称', prop: 'typeName' }, { label: '规格型号', prop: 'typeModelName' }, { label: '设备编码', prop: 'maCode' }, { label: '计量单位', prop: 'unitName' }, @@ -412,7 +412,7 @@ export default { queryParams: { pageNum: 1, // 当前页码 pageSize: 20, // 每页显示数量 - maId: undefined, // 物资类型 + maId: undefined, // 物资名称 typeId: '', // 类型规格 keyWord: '' }, @@ -698,7 +698,7 @@ export default { this.loading = false } }, - // 获取物资类型 + // 获取物资名称 async getMaTypeOpt() { try { const params = { diff --git a/src/views/business/businessHandling/index.vue b/src/views/business/businessHandling/index.vue index 736a68b4..a67e0e7d 100644 --- a/src/views/business/businessHandling/index.vue +++ b/src/views/business/businessHandling/index.vue @@ -292,12 +292,12 @@ - + @@ -75,6 +79,12 @@ export default { goBack() { this.isShowComponent = "Home"; }, + reset() { + this.isShowComponent = "Home" + this.$nextTick(() => { + this.$refs.componentRef.resetQuery() + }) + } }, }; diff --git a/src/views/material/report/leaseOutReport.vue b/src/views/material/report/leaseOutReport.vue index 333c1e52..a0de3d0e 100644 --- a/src/views/material/report/leaseOutReport.vue +++ b/src/views/material/report/leaseOutReport.vue @@ -116,7 +116,7 @@ - + diff --git a/src/views/material/report/reportQuery.vue b/src/views/material/report/reportQuery.vue index e1d7fe54..4dd4d5b7 100644 --- a/src/views/material/report/reportQuery.vue +++ b/src/views/material/report/reportQuery.vue @@ -239,7 +239,7 @@ > - 机具名称 + 物资名称 规格型号 单位 数量 @@ -333,7 +333,7 @@ import QRCode from "qrcodejs2"; import axios from 'axios' import {downloadFile} from "@/utils/download"; export default { - name: "PartAccept", + name: "ReportQuery", dicts: ['part_task_status'], components: { vueEasyPrint }, data() { diff --git a/src/views/material/stquery/deviceComparisonStatistical.vue b/src/views/material/stquery/deviceComparisonStatistical.vue index ef00be4f..8a73d921 100644 --- a/src/views/material/stquery/deviceComparisonStatistical.vue +++ b/src/views/material/stquery/deviceComparisonStatistical.vue @@ -183,7 +183,7 @@ :index="indexContinuation(dialogUseQuery.pageNum, dialogUseQuery.pageSize)" > - + diff --git a/src/views/material/stquery/deviceStatusRecord.vue b/src/views/material/stquery/deviceStatusRecord.vue index 6f09ed3c..33730f04 100644 --- a/src/views/material/stquery/deviceStatusRecord.vue +++ b/src/views/material/stquery/deviceStatusRecord.vue @@ -1,7 +1,7 @@ - + @@ -213,7 +213,7 @@ type="index" :index="indexContinuation(dialogQuery.pageNum, dialogQuery.pageSize)" > - + @@ -237,7 +237,7 @@ import { getLeaseInfoDetailsApi, getLeaseInfoDetailsNoPageListApi, getSecondLeas import { formatTime } from '@/utils/bonus' export default { - name: '', + name: 'LeaseRecord', dicts: [], data() { return { diff --git a/src/views/materialsStation/toolsLease/outBound/component/OutCodeDlg.vue b/src/views/materialsStation/toolsLease/outBound/component/OutCodeDlg.vue index e3163111..8037212e 100644 --- a/src/views/materialsStation/toolsLease/outBound/component/OutCodeDlg.vue +++ b/src/views/materialsStation/toolsLease/outBound/component/OutCodeDlg.vue @@ -27,7 +27,7 @@ > - + diff --git a/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue b/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue index 33899605..fbf9433c 100644 --- a/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue +++ b/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue @@ -179,7 +179,7 @@ - + diff --git a/src/views/materialsStation/toolsLease/outBound/component/homeApply.vue b/src/views/materialsStation/toolsLease/outBound/component/homeApply.vue index 51a5d6d9..584e5e34 100644 --- a/src/views/materialsStation/toolsLease/outBound/component/homeApply.vue +++ b/src/views/materialsStation/toolsLease/outBound/component/homeApply.vue @@ -117,10 +117,10 @@ - + - + @@ -279,7 +279,7 @@ 序号 - 类型名称 + 物资名称 规格型号 计量单位 领料数量 @@ -347,7 +347,7 @@ @@ -355,7 +355,7 @@ 序号 - 类型名称 + 物资名称 规格型号 设备编码 @@ -425,7 +425,7 @@ export default { proName:'',//领料工程 subUnitName:'',//分包单位 teamName:'',//领料班组 - maTypeNames:''//领料工器具类型 + maTypeNames:''//物资名称 }, openPrint: false, open: false, @@ -535,7 +535,7 @@ export default { proName:'',//领料工程 subUnitName:'',//分包单位 teamName:'',//领料班组 - maTypeNames:''//领料工器具类型 + maTypeNames:''//物资名称 } this.$store.commit('clzOutBoubnd/clzOutBoundQueryParams', this.queryParams) this.getImpUnitOptions() diff --git a/src/views/materialsStation/toolsLease/outBound/component/queryToolsApply.vue b/src/views/materialsStation/toolsLease/outBound/component/queryToolsApply.vue index 8f464e22..7a35f823 100644 --- a/src/views/materialsStation/toolsLease/outBound/component/queryToolsApply.vue +++ b/src/views/materialsStation/toolsLease/outBound/component/queryToolsApply.vue @@ -65,7 +65,7 @@ - +