|
|
|
@ -836,6 +836,7 @@ export default {
|
|
|
|
|
.then(res => {
|
|
|
|
|
const defaultData = JSON.parse(res.data.configJson)
|
|
|
|
|
this.defaultData = defaultData
|
|
|
|
|
console.log(defaultData)
|
|
|
|
|
const Fn = item => {
|
|
|
|
|
const field = item.field.split('.')
|
|
|
|
|
let label = field[1].toLowerCase()
|
|
|
|
@ -917,10 +918,11 @@ export default {
|
|
|
|
|
if (item.Carrier) {
|
|
|
|
|
if (this.bookingDetails.carrierid == item.Carrier) {
|
|
|
|
|
Fn(item)
|
|
|
|
|
} else {
|
|
|
|
|
item.code = ''
|
|
|
|
|
Fn(item)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// else {
|
|
|
|
|
// item.code = ''
|
|
|
|
|
// Fn(item)
|
|
|
|
|
// }
|
|
|
|
|
} else {
|
|
|
|
|
Fn(item)
|
|
|
|
|
}
|
|
|
|
@ -1086,6 +1088,9 @@ export default {
|
|
|
|
|
if (!res.data.bookingEDIExt) {
|
|
|
|
|
res.data.bookingEDIExt = bookingEDIExt
|
|
|
|
|
}
|
|
|
|
|
if (res.data.cargoid == 'R') {
|
|
|
|
|
this.cargoRules['description'][0].required = true
|
|
|
|
|
}
|
|
|
|
|
if (res.data.ctnInputs.length > 0) {
|
|
|
|
|
res.data.ctnInputs.map((item, index) => {
|
|
|
|
|
if (item.weightype === '累加') {
|
|
|
|
|