海运出口详情bug

szh-new
lijingjia 3 months ago
parent e9316a4348
commit 47446b2ac0

@ -240,7 +240,6 @@
const RefediMore = ref(null)
const RefNoteInfo = ref(null)
const mainOrderActiveKey = ref('1-1')
const inPageLoading = ref(false)
const detailsLoadOver = ref(false)
// const cargoRules = ref(rules.cargoRules)
const isLockBooking = ref(false)
@ -308,10 +307,6 @@
}
//
function getDetail() {
if (inPageLoading.value) {
return false
}
inPageLoading.value = true
inChildLoading.value = true
detailsLoadOver.value = false
loading.value = true
@ -331,7 +326,6 @@
loading.value = false
setDeatilsFun(res, false)
appStore.settopDown(false)
inPageLoading.value = false
//
// if (res.data.sourceId) {
// let sourceDetailIdArr: any = []
@ -891,6 +885,7 @@
}
function setDeatilsFun(res, overSet = false) {
let newData = res.data
if (newData.ctnPriceInfo == []) newData.ctnPriceInfo = [{}]
bookingDetails.value = {
...bookingDetails.value,
...newData,

Loading…
Cancel
Save