作者 xudada

add:新增电子运单测试页面,根据C6模板增加分单处理。

@@ -190,6 +190,7 @@ import TeleAddr from "./views/nav3/TeleAddr.vue"; @@ -190,6 +190,7 @@ import TeleAddr from "./views/nav3/TeleAddr.vue";
190 import Webdialog from './views/bus/Webdialog.vue' 190 import Webdialog from './views/bus/Webdialog.vue'
191 import C6Way from './views/nav3/C6Way.vue' 191 import C6Way from './views/nav3/C6Way.vue'
192 import DBstatistics from './views/nav3/statistics.vue' 192 import DBstatistics from './views/nav3/statistics.vue'
  193 +import C6WayTest from "./views/nav3/C6WayTest.vue";
193 194
194 //转运申请 195 //转运申请
195 import Transport from './views/nav4/Transport.vue' 196 import Transport from './views/nav4/Transport.vue'
@@ -295,6 +296,7 @@ let routes = [ @@ -295,6 +296,7 @@ let routes = [
295 {path: '/TeleAddr', component: TeleAddr, name: '电报地址'}, 296 {path: '/TeleAddr', component: TeleAddr, name: '电报地址'},
296 {path: '/C6Way', component: C6Way, name: 'C6货运单'}, 297 {path: '/C6Way', component: C6Way, name: 'C6货运单'},
297 {path: '/DBstatistics', component: DBstatistics, name: '结算统计'}, 298 {path: '/DBstatistics', component: DBstatistics, name: '结算统计'},
  299 + {path: '/C6WayTest', component: C6WayTest, name: 'C6货运单测试'},
298 ] 300 ]
299 }, 301 },
300 { 302 {
此 diff 太大无法显示。