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 () {})