材料站优化

This commit is contained in:
bb_pan 2025-09-02 16:40:56 +08:00
parent 137cad2b0b
commit d35aae72e6
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,6 @@
clearable
maxlength="11"
style="width: 240px"
@keyup.enter.native="handleQuery"
/>
</el-form-item>
@ -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 () {})