材料站优化
This commit is contained in:
parent
137cad2b0b
commit
d35aae72e6
|
|
@ -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 () {})
|
||||
|
|
|
|||
Loading…
Reference in New Issue