材料站优化
This commit is contained in:
parent
137cad2b0b
commit
d35aae72e6
|
|
@ -53,7 +53,6 @@
|
||||||
clearable
|
clearable
|
||||||
maxlength="11"
|
maxlength="11"
|
||||||
style="width: 240px"
|
style="width: 240px"
|
||||||
@keyup.enter.native="handleQuery"
|
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
|
|
@ -289,6 +288,7 @@ export default {
|
||||||
standardConfig: undefined,
|
standardConfig: undefined,
|
||||||
bmFileInfos: [],
|
bmFileInfos: [],
|
||||||
proId: undefined,
|
proId: undefined,
|
||||||
|
relPhone: '',
|
||||||
},
|
},
|
||||||
standardConfigList: [],
|
standardConfigList: [],
|
||||||
// 表单参数
|
// 表单参数
|
||||||
|
|
@ -598,6 +598,7 @@ export default {
|
||||||
Object.assign(this.maForm, response.data.leaseApplyInfo)
|
Object.assign(this.maForm, response.data.leaseApplyInfo)
|
||||||
this.maForm.projectId = response.data.leaseApplyInfo.proId
|
this.maForm.projectId = response.data.leaseApplyInfo.proId
|
||||||
this.maForm.proId = 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 || []
|
this.equipmentList = response.data.leaseApplyDetailsList || []
|
||||||
if (this.equipmentList.length > 0) {
|
if (this.equipmentList.length > 0) {
|
||||||
this.equipmentList.forEach(item => {
|
this.equipmentList.forEach(item => {
|
||||||
|
|
@ -697,6 +698,7 @@ export default {
|
||||||
})
|
})
|
||||||
console.log('projectId', this.projectTemp)
|
console.log('projectId', this.projectTemp)
|
||||||
this.maForm.taskId = this.taskId
|
this.maForm.taskId = this.taskId
|
||||||
|
this.maForm.phone = this.maForm.relPhone
|
||||||
await this.$modal
|
await this.$modal
|
||||||
.confirm('是否确认保存当前页面')
|
.confirm('是否确认保存当前页面')
|
||||||
.then(function () {})
|
.then(function () {})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue