diff --git a/src/router/generator-routers.js b/src/router/generator-routers.js index 64ca37b..3f1d1df 100644 --- a/src/router/generator-routers.js +++ b/src/router/generator-routers.js @@ -26,7 +26,6 @@ const constantRouterComponents = { // 默认首页 Console: () => import('@/views/system/index/welcome'), BookingDetail: () => import('@/views/main/BookingLedger/detail'), - BookingDetailTest: () => import('@/views/main/BookingLedger/detail/indexTest'), CustomerInformationManagementAdd: () => import('@/views/main/Customer/addForm'), CustomerInformationManagementEdit: () => import('@/views/main/Customer/editForm'), SendCarAdd: () => import('@/views/main/SendCar/addForm'), diff --git a/src/views/main/BookingLedger/detail/index.vue b/src/views/main/BookingLedger/detail/index.vue index 03468ea..41d2184 100644 --- a/src/views/main/BookingLedger/detail/index.vue +++ b/src/views/main/BookingLedger/detail/index.vue @@ -1330,6 +1330,7 @@ export default { this.$set(newBookingList, res.data.id, res.data) this.setBookingList(newBookingList) this.setBookingGridOptions(newBookingGridOptions) + that.$store.commit('SET_SAVENEEDNUMBER', null) that.$router.replace({ name: 'BookingDetail', query: { @@ -1361,6 +1362,7 @@ export default { newBookingGridOptions.data.splice(index, 1, res.data) this.setBookingList(newBookingList) this.setBookingGridOptions(newBookingGridOptions) + that.$store.commit('SET_SAVENEEDNUMBER', res.data.id) } else { that.isCopy = false that.isAdd = false @@ -1377,6 +1379,7 @@ export default { newBookingGridOptions.data.splice(index, 1, res.data) this.setBookingList(newBookingList) this.setBookingGridOptions(newBookingGridOptions) + that.$store.commit('SET_SAVENEEDNUMBER', res.data.id) that.$router.replace({ name: 'BookingDetail', query: { @@ -1388,7 +1391,6 @@ export default { }) } that.setInBookingDetailsSave(false) - that.$store.commit('SET_SAVENEEDNUMBER', res.data.mblno) that.$forceUpdate() } else { that.setInBookingDetailsSave(false) diff --git a/src/views/main/BookingLedger/detail/indexTest.vue b/src/views/main/BookingLedger/detail/indexTest.vue deleted file mode 100644 index 8780a59..0000000 --- a/src/views/main/BookingLedger/detail/indexTest.vue +++ /dev/null @@ -1,1765 +0,0 @@ - - - diff --git a/src/views/main/BookingLedger/detail/modulesTest/basicInfo.vue b/src/views/main/BookingLedger/detail/modulesTest/basicInfo.vue deleted file mode 100644 index 7144f11..0000000 --- a/src/views/main/BookingLedger/detail/modulesTest/basicInfo.vue +++ /dev/null @@ -1,1246 +0,0 @@ - - - - - diff --git a/src/views/main/BookingLedger/detail/modulesTest/billInfo.vue b/src/views/main/BookingLedger/detail/modulesTest/billInfo.vue deleted file mode 100644 index 09d49c6..0000000 --- a/src/views/main/BookingLedger/detail/modulesTest/billInfo.vue +++ /dev/null @@ -1,196 +0,0 @@ - - - - diff --git a/src/views/main/BookingLedger/detail/modulesTest/cargoInfo.vue b/src/views/main/BookingLedger/detail/modulesTest/cargoInfo.vue deleted file mode 100644 index 3bc7e7e..0000000 --- a/src/views/main/BookingLedger/detail/modulesTest/cargoInfo.vue +++ /dev/null @@ -1,868 +0,0 @@ - - - - diff --git a/src/views/main/BookingLedger/detail/modulesTest/ediMore.vue b/src/views/main/BookingLedger/detail/modulesTest/ediMore.vue deleted file mode 100644 index c7aceec..0000000 --- a/src/views/main/BookingLedger/detail/modulesTest/ediMore.vue +++ /dev/null @@ -1,713 +0,0 @@ - - - - diff --git a/src/views/main/BookingLedger/detail/modulesTest/goodsTable.vue b/src/views/main/BookingLedger/detail/modulesTest/goodsTable.vue deleted file mode 100644 index 20f88c4..0000000 --- a/src/views/main/BookingLedger/detail/modulesTest/goodsTable.vue +++ /dev/null @@ -1,1972 +0,0 @@ - - - diff --git a/src/views/main/BookingLedger/detail/modulesTest/mailingInfo.vue b/src/views/main/BookingLedger/detail/modulesTest/mailingInfo.vue deleted file mode 100644 index bc8c604..0000000 --- a/src/views/main/BookingLedger/detail/modulesTest/mailingInfo.vue +++ /dev/null @@ -1,1946 +0,0 @@ - - - diff --git a/src/views/main/BookingLedger/detail/modulesTest/operationArea.vue b/src/views/main/BookingLedger/detail/modulesTest/operationArea.vue deleted file mode 100644 index 1b806a5..0000000 --- a/src/views/main/BookingLedger/detail/modulesTest/operationArea.vue +++ /dev/null @@ -1,1500 +0,0 @@ - - - diff --git a/src/views/main/BookingLedger/detail/modulesTest/preOrder.vue b/src/views/main/BookingLedger/detail/modulesTest/preOrder.vue deleted file mode 100644 index b47319e..0000000 --- a/src/views/main/BookingLedger/detail/modulesTest/preOrder.vue +++ /dev/null @@ -1,3108 +0,0 @@ - - - - diff --git a/src/views/main/BookingLedger/detail/modulesTest/remarksInfo.vue b/src/views/main/BookingLedger/detail/modulesTest/remarksInfo.vue deleted file mode 100644 index c9cd7bd..0000000 --- a/src/views/main/BookingLedger/detail/modulesTest/remarksInfo.vue +++ /dev/null @@ -1,100 +0,0 @@ - - - - diff --git a/src/views/main/BookingLedger/detail/modulesTest/rightContent.vue b/src/views/main/BookingLedger/detail/modulesTest/rightContent.vue deleted file mode 100644 index c9ae398..0000000 --- a/src/views/main/BookingLedger/detail/modulesTest/rightContent.vue +++ /dev/null @@ -1,969 +0,0 @@ - - - diff --git a/src/views/main/BookingLedger/detail/modulesTest/sedOperationArea.vue b/src/views/main/BookingLedger/detail/modulesTest/sedOperationArea.vue deleted file mode 100644 index 24b809d..0000000 --- a/src/views/main/BookingLedger/detail/modulesTest/sedOperationArea.vue +++ /dev/null @@ -1,180 +0,0 @@ - - - diff --git a/src/views/main/BookingLedger/detail/modulesTest/sedOrder.vue b/src/views/main/BookingLedger/detail/modulesTest/sedOrder.vue deleted file mode 100644 index ebc9e38..0000000 --- a/src/views/main/BookingLedger/detail/modulesTest/sedOrder.vue +++ /dev/null @@ -1,818 +0,0 @@ - - - diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue index f0da440..cd589fa 100644 --- a/src/views/main/BookingLedger/list/index.vue +++ b/src/views/main/BookingLedger/list/index.vue @@ -210,7 +210,12 @@
{{ row.ygtETD.substring(0, 10) }}