diff --git a/src/views/main/BookingLedger/detail/components/sedOrder.vue b/src/views/main/BookingLedger/detail/components/sedOrder.vue index be4bfa3..173305c 100644 --- a/src/views/main/BookingLedger/detail/components/sedOrder.vue +++ b/src/views/main/BookingLedger/detail/components/sedOrder.vue @@ -4,11 +4,20 @@
-
分提单列表收起
+
+ 分提单列表收起 +
-
+
- 分单{{ sindex+1 }}: {{ sedDetail.hblno || '请填写分单号' }} + 分单{{ sindex + 1 }}: {{ sedDetail.hblno || '请填写分单号' }} (未保存)
添加分单
@@ -17,7 +26,9 @@ - - \ No newline at end of file + diff --git a/src/views/main/BookingLedger/detail/modules/operationArea.vue b/src/views/main/BookingLedger/detail/modules/operationArea.vue index a2a302b..a8e4616 100644 --- a/src/views/main/BookingLedger/detail/modules/operationArea.vue +++ b/src/views/main/BookingLedger/detail/modules/operationArea.vue @@ -848,7 +848,7 @@ export default { return false }, openModel(type) { - debugger + // debugger if (['bookingSpace', 'cutOff', 'initCabin', 'ladingBill', 'vgmlink'].includes(type)) { // 订舱 / 截单 this.modelType = type @@ -883,7 +883,6 @@ export default { } else if (type === 'vgmlink') { this.getVgmLink() } - }, emnuHeader(type) { let title = '' @@ -1334,10 +1333,10 @@ export default { this.$message.success({ content: '下载失败' }) }) }, - onTraceChange (values) { + onTraceChange(values) { console.log(this.traceValue) }, - traceSend () { + traceSend() { if (!this.traceValue) { this.$message.error('请选择订阅内容') return false @@ -1364,13 +1363,13 @@ export default { SendTrace([query]) .then(res => { if (res.success) { - const tip = `${ this.traceValue === '1' ? '起运港' : '目的港'}订阅成功` + const tip = `${this.traceValue === '1' ? '起运港' : '目的港'}订阅成功` this.$message.success(tip) } else { this.$message.success(res.message) } }) - .catch((err) => { + .catch(err => { console.log(err) }) } @@ -1681,10 +1680,10 @@ export default { } } } -.trace-box{ +.trace-box { padding: 20px 0; } -.trace-check{ +.trace-check { margin-left: 10px; }