|
|
@ -696,6 +696,12 @@ export default {
|
|
|
|
// 自定义必填项验证 - end
|
|
|
|
// 自定义必填项验证 - end
|
|
|
|
const data = JSON.parse(JSON.stringify(this.editDetails))
|
|
|
|
const data = JSON.parse(JSON.stringify(this.editDetails))
|
|
|
|
delete data.isNoSave
|
|
|
|
delete data.isNoSave
|
|
|
|
|
|
|
|
if (this.$route.query.isCopy) {
|
|
|
|
|
|
|
|
delete data.bookingno
|
|
|
|
|
|
|
|
data.ctnInputs.map((item, index) => {
|
|
|
|
|
|
|
|
delete item.id
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
data.parentId = this.$route.query.id
|
|
|
|
data.parentId = this.$route.query.id
|
|
|
|
if (this.editDetails.id !== 0 && Number(this.editDetails.id) !== Number(this.$route.query.id)) {
|
|
|
|
if (this.editDetails.id !== 0 && Number(this.editDetails.id) !== Number(this.$route.query.id)) {
|
|
|
|
// this.bookingOrderUpdate()
|
|
|
|
// this.bookingOrderUpdate()
|
|
|
|