|
|
|
@ -203,6 +203,15 @@ export default {
|
|
|
|
|
ediAttnMail: ''
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (data.ctnInputs.length > 0) {
|
|
|
|
|
data.ctnInputs.map((item, index) => {
|
|
|
|
|
delete item.id
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
if (data.hbList.length > 0) {
|
|
|
|
|
delete data.hbList
|
|
|
|
|
}
|
|
|
|
|
debugger
|
|
|
|
|
this.editDetails = data
|
|
|
|
|
this.editIndex = this.sedOrderList.length
|
|
|
|
|
this.sedOrderList.push(data)
|
|
|
|
@ -242,7 +251,6 @@ export default {
|
|
|
|
|
// this.init()
|
|
|
|
|
},
|
|
|
|
|
saveFun() {
|
|
|
|
|
// debugger
|
|
|
|
|
if (this.editDetails.id !== 0 && Number(this.editDetails.id) !== Number(this.$route.query.id)) {
|
|
|
|
|
this.bookingOrderUpdate()
|
|
|
|
|
} else {
|
|
|
|
|