diff --git a/src/views/main/BookingLedger/detail/index.vue b/src/views/main/BookingLedger/detail/index.vue index 88bd380..0e55173 100644 --- a/src/views/main/BookingLedger/detail/index.vue +++ b/src/views/main/BookingLedger/detail/index.vue @@ -858,6 +858,7 @@ export default { } else if (typeArr2.includes(field[1]) || typeArr4.includes(field[1])) { label = this.emnuDefaultLabel(field[1]) } + console.log('新增走着??????', label, item.code) initDetail.bookingEDIExt[label] = item.code bookingEDIExt[label] = item.code this.bookingDetails.bookingEDIExt[label] = diff --git a/src/views/main/BookingLedger/detail/modules/goodsTable.vue b/src/views/main/BookingLedger/detail/modules/goodsTable.vue index 1e09a60..2c9d577 100644 --- a/src/views/main/BookingLedger/detail/modules/goodsTable.vue +++ b/src/views/main/BookingLedger/detail/modules/goodsTable.vue @@ -369,7 +369,7 @@ export default { }} > {this.packageList.map((item, index) => { - return {item.name} + return {item.code} })} ) diff --git a/src/views/main/BookingLedger/detail/modules/operationArea.vue b/src/views/main/BookingLedger/detail/modules/operationArea.vue index b58c987..947d1ac 100644 --- a/src/views/main/BookingLedger/detail/modules/operationArea.vue +++ b/src/views/main/BookingLedger/detail/modules/operationArea.vue @@ -187,7 +187,7 @@ - + - + - + + + + + + - + - + - + + + + + + - +