From d35aae72e689cf9c9faa9b8bcd036384a40079de Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 2 Sep 2025 16:40:56 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9D=90=E6=96=99=E7=AB=99=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../toolsLease/outBound/component/addToolsApply.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue b/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue index 28d21933..337c4d47 100644 --- a/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue +++ b/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue @@ -53,7 +53,6 @@ clearable maxlength="11" style="width: 240px" - @keyup.enter.native="handleQuery" /> @@ -289,6 +288,7 @@ export default { standardConfig: undefined, bmFileInfos: [], proId: undefined, + relPhone: '', }, standardConfigList: [], // 表单参数 @@ -598,6 +598,7 @@ export default { Object.assign(this.maForm, response.data.leaseApplyInfo) this.maForm.projectId = response.data.leaseApplyInfo.proId this.maForm.proId = response.data.leaseApplyInfo.proId + this.maForm.relPhone = response.data.leaseApplyInfo.phone || response.data.leaseApplyInfo.relPhone || '' this.equipmentList = response.data.leaseApplyDetailsList || [] if (this.equipmentList.length > 0) { this.equipmentList.forEach(item => { @@ -697,6 +698,7 @@ export default { }) console.log('projectId', this.projectTemp) this.maForm.taskId = this.taskId + this.maForm.phone = this.maForm.relPhone await this.$modal .confirm('是否确认保存当前页面') .then(function () {}) From 0d9f0a7b7fadbd1c31f6343f9f30af8a71917a63 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 2 Sep 2025 18:23:49 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/businessHandlingRecord/directApplyRecord.vue | 8 +++++--- src/views/business/businessHandlingRecord/index.vue | 8 +++++--- src/views/business/reliefRecord/index.vue | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/views/business/businessHandlingRecord/directApplyRecord.vue b/src/views/business/businessHandlingRecord/directApplyRecord.vue index bb03128e..1a13474b 100644 --- a/src/views/business/businessHandlingRecord/directApplyRecord.vue +++ b/src/views/business/businessHandlingRecord/directApplyRecord.vue @@ -36,7 +36,7 @@ - + 直转申请 @@ -83,7 +83,8 @@