You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1759 lines
46 KiB

1 year ago
import Layout from '@/page/index/index.vue';
// import Store from '@/store/';
2 years ago
export default [
{
1 year ago
path: '/wel',
component: Layout,
redirect: '/wel/index',
children: [
{
path: 'index',
name: '首页',
meta: {
i18n: 'dashboard',
},
component: () => import(/* webpackChunkName: "views" */ '@/views/wel/index.vue'),
1 year ago
},
{
path: 'dashboard',
name: '控制台',
2 years ago
meta: {
i18n: 'dashboard',
menu: false,
},
1 year ago
component: () => import(/* webpackChunkName: "views" */ '@/views/wel/dashboard.vue'),
},
],
},
{
path: '/distribution',
name: '统计页面',
meta: {
i18n: 'dashboard',
menu: false,
},
redirect: '/distribution/distributionStockArticleFrom',
component: Layout,
children: [
{
path: 'distributionStockArticleFrom',
component: () => import('@/views/distribution/inventory/distributionStockArticleFrom.vue'),
},
],
},
{
path: '/basicdata',
redirect: '/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocationDetails',
component: Layout,
children: [
{
path: 'warehouse/goodsAllocation/BasicdataGoodsAllocationDetails',
name: '详情',
meta: {
i18n: 'dict',
},
query: {},
props: route => ({
name: route.query.name,
info: route.query.info,
}),
component: () =>
import('@/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocationDetails.vue'),
},
],
},
{
path: '/basicdata',
component: Layout,
8 months ago
redirect: '/basicdata/vehicle/basicdataVehicleAddForm',
1 year ago
children: [
{
8 months ago
path: 'vehicle/basicdataVehicleAddForm',
1 year ago
name: '车辆添加',
meta: {
i18n: 'dict',
},
8 months ago
component: () => import('@/views/basicdata/vehicle/basicdataVehicleAddForm.vue'),
1 year ago
},
],
},
{
path: '/test',
component: Layout,
redirect: '/test/index',
children: [
{
path: 'index',
name: '测试页',
meta: {
i18n: 'test',
},
component: () => import(/* webpackChunkName: "views" */ '@/views/util/test.vue'),
},
],
},
{
path: '/dict-horizontal',
component: Layout,
redirect: '/dict-horizontal/index',
children: [
{
path: 'index',
name: '字典管理',
meta: {
i18n: 'dict',
},
component: () =>
import(/* webpackChunkName: "views" */ '@/views/util/demo/dict-horizontal.vue'),
},
],
},
{
path: '/dict-vertical',
component: Layout,
redirect: '/dict-vertical/index',
children: [
{
path: 'index',
name: '字典管理',
meta: {
i18n: 'dict',
},
component: () =>
import(/* webpackChunkName: "views" */ '@/views/util/demo/dict-vertical.vue'),
},
],
},
{
path: '/info',
component: Layout,
redirect: '/info/index',
children: [
{
path: 'index',
name: '个人信息',
meta: {
i18n: 'info',
},
component: () => import(/* webpackChunkName: "views" */ '@/views/system/userinfo.vue'),
},
],
},
{
path: '/work/process/leave',
component: Layout,
redirect: '/work/process/leave/form',
children: [
{
path: 'form/:processDefinitionId',
name: '请假流程',
meta: {
i18n: 'work',
},
component: () =>
import(/* webpackChunkName: "views" */ '@/views/work/process/leave/form.vue'),
},
{
path: 'handle/:taskId/:processInstanceId/:businessId',
name: '处理请假流程',
meta: {
i18n: 'work',
},
component: () =>
import(/* webpackChunkName: "views" */ '@/views/work/process/leave/handle.vue'),
},
{
path: 'detail/:processInstanceId/:businessId',
name: '请假流程详情',
meta: {
i18n: 'work',
},
component: () =>
import(/* webpackChunkName: "views" */ '@/views/work/process/leave/detail.vue'),
},
],
},
{
path: '/distribution/artery',
component: Layout,
redirect: '/distribution/artery/zeroAdditionalRecording',
children: [
{
path: '/distribution/artery/zeroAdditionalRecording',
1 year ago
name: '零担补录',
meta: {
i18n: 'data',
},
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/distribution/artery/zeroAdditionalRecording.vue'
1 year ago
),
},
{
path: 'AddVehicleStowage',
name: '新增配载',
meta: {
i18n: 'data',
keepAlive: true,
1 year ago
},
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/distribution/artery/AddVehicleStowage.vue'
1 year ago
),
},
{
path: 'truckLoadingDetails',
name: '装车明细',
meta: {
i18n: 'data',
},
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/distribution/artery/truckLoadingDetails.vue'
1 year ago
),
},
{
path: 'addTripartiteTransfer',
name: '新增中转',
meta: {
i18n: 'data',
8 months ago
keepAlive: true,
1 year ago
},
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/distribution/artery/addTripartiteTransfer.vue'
1 year ago
),
},
{
path: 'TripartiteTransferDetails',
name: '中转详情',
meta: {
i18n: 'data',
},
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/distribution/artery/TripartiteTransferDetails.vue'
),
},
{
path: 'VehicleStowageDetails',
name: '配载详情',
meta: {
i18n: 'data',
},
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/distribution/artery/VehicleStowageDetails.vue'
),
},
{
path: 'directGoMarket',
name: '配置直发商家',
meta: {
i18n: 'data',
},
component: () =>
import(/* webpackChunkName: "views" */ '@/views/distribution/artery/directGoMarket.vue'),
},
{
path: 'directGoMarketDetails',
name: '签收详情',
meta: {
i18n: 'data',
},
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/distribution/artery/directGoMarketDetails.vue'
1 year ago
),
},
{
path: 'handleLoadingDestination',
name: '配置装车目的地',
meta: {
i18n: 'data',
},
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/distribution/artery/handleLoadingDestination.vue'
),
},
1 year ago
],
},
11 months ago
{
path: '/finance',
component: Layout,
children: [
{
path: 'TransactionInformation',
name: '异动信息',
meta: {
i18n: 'data',
},
component: () =>
import(/* webpackChunkName: "views" */ '@/views/finance/TransactionInformation.vue'),
},
{
path: 'SettlementInformation',
name: '结算信息',
meta: {
i18n: 'data',
},
component: () =>
import(/* webpackChunkName: "views" */ '@/views/finance/SettlementInformation.vue'),
},
{
path: 'SettlementTransactionInformation',
name: '结算异常信息',
meta: {
i18n: 'data',
},
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/finance/SettlementTransactionInformation.vue'
),
},
11 months ago
],
},
1 year ago
// {
// path: '/basic/pdarecords/basicPdarecords',
// name:'pda维修记录',
// meta:{
// i18n:'work'
// },
// component: () => import(/* webpackChunkName: "views" */ '@/views/basic/pdarecords/basicPdarecords.vue'),
// },
{
path: '/basic/pdarecords/basicPdarecords',
component: Layout,
key: 'fullPath',
redirect: '/basic/pdarecords',
children: [
2 years ago
{
path: '/basic/pdarecords/basicPdarecords',
1 year ago
name: 'pad编辑',
meta: {
data: 'data',
},
component: () =>
import(/* webpackChunkName: "views" */ '@/views/basic/pdarecords/basicPdarecords.vue'),
},
],
},
{
path: '/distribution/inventory',
component: Layout,
// key: 'fullPath',
redirect: '/distribution/inventory/arteryDistrilbutionBillLadingList',
children: [
{
path: '/distribution/inventory/addArteryDistrilbutionBillLadingList',
name: '新增干线提货',
1 year ago
meta: {
data: 'data',
keepAlive: true,
1 year ago
},
component: () =>
import('@/views/distribution/inventory/addArteryDistrilbutionBillLadingList.vue'),
1 year ago
},
{
path: '/distribution/inventory/arteryDistrilbutionBillLadingListDetails',
name: '干线提货管理详情',
meta: {
data: 'data',
},
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/distribution/inventory/arteryDistrilbutionBillLadingListDetails.vue'
1 year ago
),
},
{
path: '/distribution/inventory/BookingNote',
name: '货物托运单',
meta: {
data: 'data',
},
component: () =>
import(/* webpackChunkName: "views" */ '@/views/distribution/inventory/BookingNote.vue'),
},
{
path: 'CreateOrder',
1 year ago
name: '创建订单',
meta: {
data: 'data',
keepAlive: true,
1 year ago
},
component: () =>
import(/* webpackChunkName: "views" */ '@/views/distribution/inventory/CreateOrder.vue'),
},
{
path: 'delivery/orderLogs',
name: '订单日志',
meta: {
data: 'data',
},
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/distribution/inventory/delivery/orderLogs.vue'
),
},
// {
// path: '/basicdata/driverArtery/bas',
// name: '司机信息1',
// meta: {
// data: 'data',
// },
// component: () =>
// import(/* webpackChunkName: "views" */ '@/views/basicdata/driverArtery/basicdataDriverArtery.vue'),
// },
{
path: '/basicdata/driverArtery/basicdataDriverArteryAdd',
name: '司机信息新增',
meta: {
data: 'data',
keepAlive: true,
},
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/basicdata/driverArtery/basicdataDriverArteryAdd.vue'
),
},
{
path: '/basicdata/driverArtery/basicdataDriverArteryView',
name: '司机信息查看',
meta: {
data: 'data',
},
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/basicdata/driverArtery/basicdataDriverArteryView.vue'
),
},
1 year ago
],
},
{
path: '/waybill',
component: Layout,
key: 'fullPath',
redirect: '/waybill/orderPackageListDetails',
children: [
// 包明细
{
path: 'orderPackageListDetails',
name: '包明细',
1 year ago
meta: {
data: 'data',
keepAlive: true,
},
component: () => import('@/views/waybill/orderPackageListDetails.vue'),
},
{
path: 'EditCustomerInfo/:ids/:info',
name: '客户信息修改',
meta: {
i18n: 'dict',
keepAlive: true,
},
component: () => import('@/views/waybill/EditCustomerInfo.vue'),
},
1 year ago
{
path: 'ComparativeStatement',
name: '对比报表',
meta: {
data: 'data',
},
component: () => import('@/views/waybill/ComparativeStatement.vue'),
},
{
path: 'orderDetails',
name: '查看订单',
meta: {
data: 'data',
},
component: () => import('@/views/waybill/orderDetails.vue'),
},
1 year ago
],
},
{
path: '/basic/pdarecords/basicPdarecordslist',
component: Layout,
key: 'fullPath',
redirect: '/basic/pdarecords',
children: [
2 years ago
{
path: '/basic/pdarecords/basicPdarecordslist',
1 year ago
name: '维修总记录',
meta: {
data: 'data',
},
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/basic/pdarecords/basicPdarecordslist.vue'
1 year ago
),
2 years ago
},
1 year ago
],
},
{
path: '/basic/delinenode/basicDelineNode',
component: Layout,
redirect: '/basic/delinenode',
children: [
2 years ago
{
path: '/basic/delinenode/basicDelineNode',
1 year ago
name: '提货线路节点',
meta: {
data: 'data',
},
component: () => import('@/views/basic/delinenode/basicDelineNode.vue'),
2 years ago
},
1 year ago
],
},
{
path: '/factory/snm/staorderPackages',
component: Layout,
redirect: '/factory/snm',
children: [
{
path: '/factory/snm/staorderPackages',
1 year ago
name: '运单包件信息',
meta: {
data: 'data',
},
component: () => import('@/views/factory/snm/staorderPackages.vue'),
},
1 year ago
],
},
{
path: '/basicdata/brand/basicHistoricalContract',
component: Layout,
redirect: '/brand/basicHistoricalContract',
children: [
{
path: '/basicdata/brand/basicHistoricalContract',
1 year ago
name: '历史记录',
meta: {
i18n: 'dict',
},
props: route => ({ name: route.query.name, id: route.query.id }),
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/basicdata/brand/basicHistoricalContract.vue'
1 year ago
),
},
1 year ago
],
},
{
path: '/basicdata/brand/basicStorageServices',
component: Layout,
redirect: '/brand/basicStorageServices',
children: [
{
path: '/basicdata/brand/basicStorageServices',
1 year ago
name: '服务仓',
meta: {
i18n: 'dict',
},
props: route => ({ name: route.query.name, id: route.query.id, type: route.query.type }),
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/basicdata/brand/basicStorageServices.vue'
1 year ago
),
},
1 year ago
],
},
{
path: '/basicdata/brand/basicdataStoreBrand',
component: Layout,
redirect: '/brand/basicdataStoreBrand',
children: [
{
path: '/basicdata/brand/basicdataStoreBrand',
1 year ago
name: '品牌',
meta: {
i18n: 'dict',
},
props: route => ({ name: route.query.name, id: route.query.id }),
component: () =>
import(/* webpackChunkName: "views" */ '@/views/basicdata/brand/basicdataStoreBrand.vue'),
},
1 year ago
],
},
{
path: '/basicdata/brand/basicZonePriceFrom',
component: Layout,
redirect: '/brand/basicZonePriceFrom',
children: [
2 years ago
{
path: '/basicdata/brand/basicZonePriceFrom',
1 year ago
name: '区域价格新增',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
type: route.query.type,
}),
component: () =>
import(/* webpackChunkName: "views" */ '@/views/basicdata/brand/basicZonePriceFrom.vue'),
},
],
},
{
path: '/basicdata/brand/basicdataFreightFrom',
component: Layout,
redirect: '/brand/basicdataFreightFrom',
children: [
{
path: '/basicdata/brand/basicdataFreightFrom',
1 year ago
name: '基础价格新增',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
type: route.query.type,
}),
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/basicdata/brand/basicdataFreightFrom.vue'
1 year ago
),
1 year ago
},
1 year ago
],
},
{
path: '/basicdata/brand/basicStoreContact',
component: Layout,
redirect: '/brand/basicStoreContact',
children: [
{
path: '/basicdata/brand/basicStoreContact',
1 year ago
name: '联系人',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
type: route.query.type,
}),
component: () =>
import(/* webpackChunkName: "views" */ '@/views/basicdata/brand/basicStoreContact.vue'),
},
],
},
{
path: '/basicdata/brand/basicdataCustomerBase',
component: Layout,
redirect: '/brand/basicdataCustomerBase',
children: [
{
path: '/basicdata/brand/basicdataCustomerBase',
1 year ago
name: '基地',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/basicdata/brand/basicdataCustomerBase.vue'
1 year ago
),
1 year ago
},
1 year ago
],
},
{
path: '/basicdata/brand/basicdataCustomerStore',
component: Layout,
redirect: '/brand/basicdataCustomerStore',
children: [
{
path: '/basicdata/brand/basicdataCustomerStore',
1 year ago
name: '商场',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/basicdata/brand/basicdataCustomerStore.vue'
1 year ago
),
1 year ago
},
1 year ago
],
},
{
path: '/basic/printTemplate/basicPrintTemplateFrom',
component: Layout,
redirect: '/basic/printTemplate',
children: [
{
path: '/basic/printTemplate/basicPrintTemplateFrom',
1 year ago
name: 'name',
meta: {
data: 'data',
},
component: () => import('@/views/basic/printTemplate/basicPrintTemplateFrom.vue'),
},
1 year ago
],
},
{
path: '/basic/pda/basicPdaform',
component: Layout,
redirect: '/basic/pda',
children: [
2 years ago
{
path: '/basic/pda/basicPdaform',
1 year ago
name: 'pad信息',
meta: {},
component: () => import('@/views/basic/pda/basicPdaform.vue'),
},
],
},
// 测试页面
{
path: '/basic/pda/basicPdatt',
component: Layout,
redirect: '/basic/pda',
children: [
1 year ago
{
path: '/basic/pda/basicPdatt',
1 year ago
name: 'pad信息',
meta: {},
component: () => import('@/views/basic/pda/basicPdatt.vue'),
1 year ago
},
1 year ago
],
},
{
path: '/basic/property/basicPropertyform',
component: Layout,
redirect: '/basic/property',
children: [
2 years ago
{
path: '/basic/property/basicPropertyform',
1 year ago
name: '编辑字段',
meta: {
data: 'data',
},
component: () => import('@/views/basic/property/basicPropertyform.vue'),
2 years ago
},
1 year ago
],
},
{
path: '/distribution/reservation/reservationSubmitFrom',
component: Layout,
redirect: '/distribution/reservation/reservationSubmitFrom',
children: [
Squashed commit of the following: commit 859932a264850d576194e4a85decdd2c542ee4fb Author: kilo <wan.ren@foxmail.com> Date: Fri Jun 16 11:18:14 2023 +0800 配送api调整 commit 8f849258241bef3bc65275eb8c6c72f084b0d42d Author: kilo <wan.ren@foxmail.com> Date: Fri Jun 16 11:15:28 2023 +0800 配送api调整 commit bb3434c07a54363a55b1f808554d59a35dff51f2 Author: caoyizhong <1270296080@qq.com> Date: Fri Jun 16 10:56:59 2023 +0800 添加班组 commit e59ea0d301e70c20aa15eb800c66417e57462d47 Merge: ffbd2d0 ccb3fd8 Author: caoyizhong <1270296080@qq.com> Date: Fri Jun 16 09:16:03 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit ffbd2d028f29d5f7dbd2140d235aaa9f3c3a9098 Author: caoyizhong <1270296080@qq.com> Date: Fri Jun 16 09:15:54 2023 +0800 修改备货查询 commit ccb3fd8ad5b5a459ea3188b3f3e417e3668d1290 Author: 0.0 <1092404103.qq.com> Date: Thu Jun 15 20:27:23 2023 +0800 1.调整搜索时间 commit 9ef429246e8b9e9c7d5da01edd441a92bdcd34ab Author: kilo <wan.ren@foxmail.com> Date: Thu Jun 15 19:38:33 2023 +0800 仓库所属部门调整 commit 3d2b759b4ec9fe56205094050addedf626bd9533 Author: caoyizhong <1270296080@qq.com> Date: Thu Jun 15 16:23:00 2023 +0800 修改备货 commit c58aa3a26bc61fae9808270b1763a815d5be6549 Author: kilo <wan.ren@foxmail.com> Date: Thu Jun 15 15:01:55 2023 +0800 备货、预约页面 commit 0aa1c28db68dc5233143a3efe27b20db3a86336b Merge: ca423ac 72e0847 Author: caoyizhong <1270296080@qq.com> Date: Thu Jun 15 10:30:15 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit ca423ac6e649b61a4febd224fd61d3f7103c6d46 Author: caoyizhong <1270296080@qq.com> Date: Thu Jun 15 10:30:09 2023 +0800 添加库存品页面 # Conflicts: # src/option/distribution/distributionStockList.js # src/views/distribution/inventory/distributionStockArticle.vue # src/views/distribution/inventory/distributionStockList.vue # src/views/distribution/signfor/distributionSignfor.vue # vite.config.js
2 years ago
{
path: '/distribution/reservation/reservationSubmitFrom',
1 year ago
name: '转预约单',
component: () => import('@/views/distribution/reservation/reservationSubmitFrom.vue'),
},
1 year ago
],
},
{
path: '/distribution/reservation',
1 year ago
component: Layout,
redirect: '/distribution/reservation/reservationAddFrom',
meta: {
keepAlive: true,
},
1 year ago
children: [
{
path: '/distribution/reservation/reservationAddFrom',
1 year ago
name: '新增预约单',
component: () => import('@/views/distribution/reservation/reservationAddFrom.vue'),
meta: {
keepAlive: true,
},
},
1 year ago
],
},
{
path: '/distribution/reservation/atlas',
component: Layout,
redirect: '/distribution/reservation/atlas',
children: [
{
path: '/distribution/reservation/atlas',
1 year ago
name: '市配地图展示',
id: 'id',
component: () => import('@/views/distribution/reservation/atlas.vue'),
},
1 year ago
],
},
{
path: '/distribution/reservation/atlas1',
component: Layout,
redirect: '/distribution/reservation/atlas1',
children: [
{
path: '/distribution/reservation/atlas1',
1 year ago
name: '配送地图展示',
id: 'id',
component: () => import('@/views/distribution/reservation/atlas1.vue'),
},
1 year ago
],
},
{
path: '/distribution/reservation/reservationDetails',
component: Layout,
redirect: '/distribution/reservation/reservationDetails',
children: [
Squashed commit of the following: commit 90291a00b04155608041d88f7b7b8d88b55bb318 Merge: be19329 ee582b8 Author: caoyizhong <1270296080@qq.com> Date: Mon Jul 24 09:45:25 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit be1932929cf12e3e061d49c663381af50cea1dfa Author: caoyizhong <1270296080@qq.com> Date: Mon Jul 24 09:45:19 2023 +0800 修改备货详情分页 commit ee582b870f1382e394f43a745fcff62a8f9c907d Author: kilo <wan.ren@foxmail.com> Date: Mon Jul 24 09:37:21 2023 +0800 商配订单编辑按钮功能 commit 69e78881de7d88bf71f5eed0e2448ed00e326295 Author: caoyizhong <1270296080@qq.com> Date: Sat Jul 22 18:18:28 2023 +0800 修改备货查询页面 commit 1f88807491dc926b7ba2bceb31b597625d589c82 Author: ‘chaoosc’ <‘chaoosc@gmail.com’> Date: Sat Jul 22 16:38:46 2023 +0800 完成对客户仓库的绑定 commit 5115291ed0f71450c509b26f932d271e3807a64f Author: ‘chaoosc’ <‘chaoosc@gmail.com’> Date: Sat Jul 22 15:48:57 2023 +0800 修改服务仓绑定 commit 2e91cd33f73690aabe1d7ded6f0034df67f4f119 Author: pref_mail@163.com <123456> Date: Sat Jul 22 14:27:45 2023 +0800 增加未客户指定服务仓库 commit 27bad3bf5e511e724290b8713c8419ff45ad3547 Author: caoyizhong <1270296080@qq.com> Date: Sat Jul 22 10:47:18 2023 +0800 修改备货页面 commit 90216258bfe6cac9216b656b9f6650003e445c42 Author: zhenghaoyu <zhenghaoyu@superbgrace.com> Date: Fri Jul 21 08:57:04 2023 +0800 修改客户列表bug commit b47b37d5a5057fa4e7ba691ca71194b7d28f7235 Merge: a36232b 64a011b Author: caoyizhong <1270296080@qq.com> Date: Thu Jul 20 20:35:14 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit a36232b89bec58b13c05dcec0f218b5efbc0783d Author: caoyizhong <1270296080@qq.com> Date: Thu Jul 20 20:35:08 2023 +0800 修改添加备货页面 commit 64a011b966b85a494a1b385d316e8f7c26560cec Author: kilo <wan.ren@foxmail.com> Date: Thu Jul 20 19:00:42 2023 +0800 托盘、货位增加老系统数据维护 commit d2cec50b73fc4a2254fba1ec32efe6f76137622b Merge: 886221c cd7883d Author: kilo <wan.ren@foxmail.com> Date: Thu Jul 20 18:59:38 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit cd7883da6994a9b89bfd807deb6ad49e301588f6 Author: 0.0 <1092404103.qq.com> Date: Thu Jul 20 18:15:04 2023 +0800 1.库存品详情 commit 886221c46b13b7a8f291c85842d1c60c44dab0c4 Merge: 8869a82 c3a675b Author: kilo <wan.ren@foxmail.com> Date: Thu Jul 20 17:33:21 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit c3a675b9f61fc672a2e0bcec4ea2f2ea07a0b15b Author: zhenghaoyu <zhenghaoyu@superbgrace.com> Date: Thu Jul 20 09:55:37 2023 +0800 在库运单功能模块提交 commit 67f50c40e1d93f6521fb2e2ac7ecfaa6047edb53 Author: 0.0 <1092404103.qq.com> Date: Thu Jul 20 08:58:19 2023 +0800 1.文员签收时间 commit 8869a82210e04b460d73b9e5d15c3aa4b73ed8d5 Author: kilo <wan.ren@foxmail.com> Date: Wed Jul 19 19:00:24 2023 +0800 预约查看页面 commit b51ac6154176b6eb11dfc31400434066fbe7f85d Merge: cdbe2c9 2db4ddc Author: 0.0 <1092404103.qq.com> Date: Wed Jul 19 18:13:32 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit cdbe2c90ad65a6d8356a70140c278fad40adb943 Author: 0.0 <1092404103.qq.com> Date: Wed Jul 19 18:13:28 2023 +0800 1.原型修改 commit 2db4ddcc230b99d1ba1385e3384f08c6fb147062 Author: caoyizhong <1270296080@qq.com> Date: Wed Jul 19 18:09:19 2023 +0800 修改库存品查看页面 commit 95d1eef069ff23f7038a027c2cfdf3b02996ca72 Author: caoyizhong <1270296080@qq.com> Date: Wed Jul 19 11:02:20 2023 +0800 修改库存品页面 # Conflicts: # vite.config.js
2 years ago
{
path: '/distribution/reservation/reservationDetails',
1 year ago
name: '预约单详情',
id: 'id',
component: () => import('@/views/distribution/reservation/reservationDetails.vue'),
},
],
},
// {
// path: '/distribution/deliverylist/distributionDeliveryList',
// component: Layout,
// redirect: '/distribution/deliverylist/distributionDeliveryList',
// children: [
// {
// path: '/distribution/deliverylist/distributionDeliveryList',
// id:'id',
// name:'name',
// component: () => import('@/views/distribution/deliverylist/distributionDeliveryList.vue'),
// },
// ],
// },
{
path: '/distribution/turndelivery/deliveryMarket',
component: Layout,
redirect: '/distribution/turndelivery/deliveryMarket',
children: [
{
path: '/distribution/turndelivery/deliveryMarket',
1 year ago
name: 'name',
id: 'id',
component: () => import('@/views/distribution/turndelivery/deliveryMarket.vue'),
},
],
},
// {
// path: '/distribution/turndelivery/deliveryMarket',
// component: Layout,
// redirect: '/distribution/turndelivery/deliveryMarket',
// children: [
// {
// path: '/distribution/turndelivery/deliveryMarket',
// name: 'name',
// deliveryId:'id',
// component: () => import('@/views/distribution/turndelivery/deliveryMarket.vue'),
// },
// ],
// },
{
path: '/distribution/turndelivery',
1 year ago
component: Layout,
redirect: '/distribution/turndelivery/deliveryDiscuss',
children: [
{
path: '/distribution/turndelivery/deliveryDiscuss',
1 year ago
name: '商配计划',
meta: {
keepAlive: true,
},
component: () => import('@/views/distribution/turndelivery/deliveryDiscuss.vue'),
},
1 year ago
],
},
// {
// path: '/distribution/turndelivery/deliveryDiscusscopy',
// component: Layout,
// redirect: '/distribution/turndelivery/deliveryDiscusscopy',
// children: [
// {
// path: '/distribution/turndelivery/deliveryDiscusscopy',
// name: '商配计划测试',
// component: () => import('@/views/distribution/turndelivery/deliveryDiscuss.vue'),
// },
// ],
// },
1 year ago
{
path: '/warehouse/warehouseRetentionRecord/warehouseRetentionDetails',
component: Layout,
redirect: '/warehouse/warehouseRetentionRecord/warehouseRetentionDetails',
children: [
{
path: '/warehouse/warehouseRetentionRecord/warehouseRetentionDetails',
1 year ago
name: '滞留明细' + 'name',
component: () =>
import('@/views/warehouse/warehouseRetentionRecord/warehouseRetentionDetails.vue'),
},
1 year ago
],
},
{
path: '/basic/property/basicrecordslist',
component: Layout,
key: 'fullPath',
redirect: '/basic/property',
children: [
{
path: '/basic/property/basicrecordslist',
1 year ago
name: '维修总记录',
meta: {
data: 'data',
},
component: () =>
import(/* webpackChunkName: "views" */ '@/views/basic/property/basicrecordslist.vue'),
},
1 year ago
],
},
{
path: '/basic/material/basicTripartiteMaterial',
component: Layout,
redirect: '/basic/material',
children: [
Squashed commit of the following: commit bb7cdb8d1e6c95cbc9150cec2d3634a4e1554180 Merge: fab70c4 cbb2a85 Author: big-y <804609860@qq.com> Date: Fri Aug 11 09:35:00 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev # Conflicts: # src/views/distribution/inventory/distributionStockArticleDetails.vue commit cbb2a855b0ad8d211a0f6cd644ef1b0925ca19b7 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 22:14:50 2023 +0800 修改订单详细字段 commit 7b99fabb027b28d8f307b79ef71bf8c9b08d1566 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 21:36:15 2023 +0800 修改订单查询条件 commit 3d9a02978df8e0115cbead4d5b58171985a39791 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 20:41:59 2023 +0800 修改客户信息编辑编码校验 commit d8aa2f2c1d693721c4412cf238dbff106c5a1e7e Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 19:39:39 2023 +0800 修改客户服务仓添加 commit fab70c4b27fbbe5e77133ca5902b75ec65a3d8c7 Author: big-y <804609860@qq.com> Date: Thu Aug 10 19:11:23 2023 +0800 标签渲染 commit ae4f8315959741b7db778804919b24825bb42f0d Author: big-y <804609860@qq.com> Date: Thu Aug 10 18:49:31 2023 +0800 标签渲染 commit 9cca1d753a662e4c7dcaa57573e81668c0d55624 Merge: 9aa102a b2e7078 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 17:30:00 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit 9aa102af6dcb6a45cc6263641ef4b83fa46e0ed6 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 17:29:35 2023 +0800 修改班组添加操作 commit 5cbd76720706977e143a8419fd1af3e7f2fc8d1c Author: big-y <804609860@qq.com> Date: Thu Aug 10 16:19:29 2023 +0800 标签渲染 commit b2e7078fbe3297fffaa54926e533f809f2ac6546 Merge: 553e8d3 37356e4 Author: pref_mail@163.com <123456> Date: Thu Aug 10 14:33:28 2023 +0800 Merge branch 'dev' of http://47.108.105.48:3000/java_project/logpm_page into dev commit 553e8d3c4e0f7474c8d6e5f8a667a504ec6eab60 Author: pref_mail@163.com <123456> Date: Thu Aug 10 14:32:55 2023 +0800 没有修改二维码包间生成 commit 37356e4d770abad99969e7fd25b5f27d8a6f3517 Author: 0.0 <1092404103.qq.com> Date: Thu Aug 10 09:08:11 2023 +0800 1.隐藏按钮 commit 1272b45ea75a3c1a1ffa7411a55972dade77e8df Author: kilo <wan.ren@foxmail.com> Date: Wed Aug 9 21:56:21 2023 +0800 订单新增调整 commit e3c6e255ffbda3ff7d823b9014855ac1419b607e Author: 0.0 <1092404103.qq.com> Date: Wed Aug 9 21:40:34 2023 +0800 1.物料导出导入,托盘报损 commit b598c7054284296ec7ebe5fd73ef19b324dd18aa Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 21:02:55 2023 +0800 修改批量补充物料 commit 47ab0850727b0581c9a427f8a5bc9f03769cfcc7 Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 15:56:56 2023 +0800 添加订单字段 commit 921ea4ffd0d7689f517a3c7da529500352681053 Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 14:02:16 2023 +0800 添加三方物料 commit d78b8a9da4bbba55cd44afac088abd2fc1d5c6ea Merge: 1b1efea 454ce4c Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 11:30:36 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit 1b1efea6a5327ee0375fe5596c4dddb803a48f1a Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 11:30:31 2023 +0800 修改文字提醒
2 years ago
{
path: '/basic/material/basicTripartiteMaterial',
1 year ago
name: '三方物料',
meta: {
data: 'data',
},
component: () =>
import(
/* webpackChunkName: "views" */ '@/views/basic/material/basicTripartiteMaterial.vue'
1 year ago
),
Squashed commit of the following: commit bb7cdb8d1e6c95cbc9150cec2d3634a4e1554180 Merge: fab70c4 cbb2a85 Author: big-y <804609860@qq.com> Date: Fri Aug 11 09:35:00 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev # Conflicts: # src/views/distribution/inventory/distributionStockArticleDetails.vue commit cbb2a855b0ad8d211a0f6cd644ef1b0925ca19b7 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 22:14:50 2023 +0800 修改订单详细字段 commit 7b99fabb027b28d8f307b79ef71bf8c9b08d1566 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 21:36:15 2023 +0800 修改订单查询条件 commit 3d9a02978df8e0115cbead4d5b58171985a39791 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 20:41:59 2023 +0800 修改客户信息编辑编码校验 commit d8aa2f2c1d693721c4412cf238dbff106c5a1e7e Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 19:39:39 2023 +0800 修改客户服务仓添加 commit fab70c4b27fbbe5e77133ca5902b75ec65a3d8c7 Author: big-y <804609860@qq.com> Date: Thu Aug 10 19:11:23 2023 +0800 标签渲染 commit ae4f8315959741b7db778804919b24825bb42f0d Author: big-y <804609860@qq.com> Date: Thu Aug 10 18:49:31 2023 +0800 标签渲染 commit 9cca1d753a662e4c7dcaa57573e81668c0d55624 Merge: 9aa102a b2e7078 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 17:30:00 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit 9aa102af6dcb6a45cc6263641ef4b83fa46e0ed6 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 17:29:35 2023 +0800 修改班组添加操作 commit 5cbd76720706977e143a8419fd1af3e7f2fc8d1c Author: big-y <804609860@qq.com> Date: Thu Aug 10 16:19:29 2023 +0800 标签渲染 commit b2e7078fbe3297fffaa54926e533f809f2ac6546 Merge: 553e8d3 37356e4 Author: pref_mail@163.com <123456> Date: Thu Aug 10 14:33:28 2023 +0800 Merge branch 'dev' of http://47.108.105.48:3000/java_project/logpm_page into dev commit 553e8d3c4e0f7474c8d6e5f8a667a504ec6eab60 Author: pref_mail@163.com <123456> Date: Thu Aug 10 14:32:55 2023 +0800 没有修改二维码包间生成 commit 37356e4d770abad99969e7fd25b5f27d8a6f3517 Author: 0.0 <1092404103.qq.com> Date: Thu Aug 10 09:08:11 2023 +0800 1.隐藏按钮 commit 1272b45ea75a3c1a1ffa7411a55972dade77e8df Author: kilo <wan.ren@foxmail.com> Date: Wed Aug 9 21:56:21 2023 +0800 订单新增调整 commit e3c6e255ffbda3ff7d823b9014855ac1419b607e Author: 0.0 <1092404103.qq.com> Date: Wed Aug 9 21:40:34 2023 +0800 1.物料导出导入,托盘报损 commit b598c7054284296ec7ebe5fd73ef19b324dd18aa Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 21:02:55 2023 +0800 修改批量补充物料 commit 47ab0850727b0581c9a427f8a5bc9f03769cfcc7 Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 15:56:56 2023 +0800 添加订单字段 commit 921ea4ffd0d7689f517a3c7da529500352681053 Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 14:02:16 2023 +0800 添加三方物料 commit d78b8a9da4bbba55cd44afac088abd2fc1d5c6ea Merge: 1b1efea 454ce4c Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 11:30:36 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit 1b1efea6a5327ee0375fe5596c4dddb803a48f1a Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 11:30:31 2023 +0800 修改文字提醒
2 years ago
},
1 year ago
],
},
{
path: '/distribution/inventory',
1 year ago
component: Layout,
redirect: '/distribution/inventory',
children: [
2 years ago
{
path: '/distribution/inventory/distrilbutionBillLading',
1 year ago
name: '创建提货单',
meta: {
i18n: 'dict',
keepAlive: true,
1 year ago
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () => import('@/views/distribution/inventory/distrilbutionBillLading.vue'),
2 years ago
},
1 year ago
],
},
{
path: '/basicdata/brand/basicShopFrom',
component: Layout,
redirect: '/basicdata/brand/basicShopFrom',
children: [
{
path: '/basicdata/brand/basicShopFrom',
1 year ago
name: '创建门店',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () => import('@/views/basicdata/brand/basicShopFrom.vue'),
},
1 year ago
],
},
1 year ago
{
path: '/distribution/deliverylist/distributionDeliveryListedt',
component: Layout,
redirect: '/deliverylist/distributionDeliveryListedt',
children: [
{
path: '/distribution/deliverylist/distributionDeliveryListedt',
1 year ago
name: '配送查看',
meta: {
i18n: 'dict',
keepAlive: true,
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () =>
import('@/views/distribution/deliverylist/distributionDeliveryListedt.vue'),
},
],
},
// {
// path: '/distribution/turndelivery/deliveryDiscuss',
// component: Layout,
// redirect: '/distribution/turndelivery/deliveryDiscuss',
// children: [
// {
// path: '/distribution/turndelivery/deliveryDiscuss',
// name: '配送编辑',
// meta: {
// i18n: 'dict',
// },
// props: route => ({
// name: route.query.name,
// id: route.query.id
// }),
// component: () => import('@/views/turndelivery/deliverylist/deliveryDiscuss.vue'),
// },
// ],
// },
{
path: '/basicdata/brand/basicdataTripartiteMall',
component: Layout,
redirect: '/brand/basicdataTripartiteMall',
children: [
2 years ago
{
path: '/basicdata/brand/basicdataTripartiteMall',
1 year ago
name: '三方商城',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () => import('@/views/basicdata/brand/basicdataTripartiteMall.vue'),
2 years ago
},
1 year ago
],
},
{
path: '/basicdata/brand/basicClientFrom',
component: Layout,
redirect: '/brand/basicClientFrom',
children: [
2 years ago
{
path: '/basicdata/brand/basicClientFrom',
1 year ago
name: '新增',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () => import('@/views/basicdata/brand/basicClientFrom.vue'),
2 years ago
},
1 year ago
],
},
{
path: '/basicdata',
component: Layout,
redirect: '/basicdata/TripartiteMaterial/list',
children: [
{
path: '/basicdata/TripartiteMaterial/list',
name: '三方物料配置',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () => import('@/views/basicdata/TripartiteMaterial/list.vue'),
},
{
path: '/basicdata/ConfigureBillingAndWarehousing/list',
name: '配置开单及入库',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () => import('@/views/basicdata/ConfigureBillingAndWarehousing/list.vue'),
},
],
},
1 year ago
{
path: '/basicdata/brand/basicClientDetail',
component: Layout,
redirect: '/brand/basicClientDetail',
children: [
{
path: '/basicdata/brand/basicClientDetail',
1 year ago
name: '查看详情',
meta: {
i18n: 'dict',
},
component: () => import('@/views/basicdata/brand/basicClientDetail.vue'),
},
1 year ago
],
},
{
path: '/distribution/inventory/distributionStockArticleFrom',
component: Layout,
redirect: '/inventory/distributionStockArticleFrom',
children: [
{
path: '/distribution/inventory/distributionStockArticleFrom',
1 year ago
name: '转库存品',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () => import('@/views/distribution/inventory/distributionStockArticleFrom.vue'),
},
1 year ago
],
},
{
path: '/distribution/inventory/distributionStockArticleDetails',
component: Layout,
redirect: '/inventory/distributionStockArticleDetails',
children: [
{
path: '/distribution/inventory/distributionStockArticleDetails',
1 year ago
name: '查询订单详情',
meta: {
i18n: 'dict',
keepAlive: true,
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () =>
import('@/views/distribution/inventory/distributionStockArticleDetails.vue'),
},
],
},
{
path: '/distribution/inventory/distributionStockListDetails',
component: Layout,
redirect: '/inventory/distributionStockListDetails',
children: [
{
path: '/distribution/inventory/distributionStockListDetails',
1 year ago
name: '查询库存品详情',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () => import('@/views/distribution/inventory/distributionStockListDetails.vue'),
},
1 year ago
],
},
{
path: '/distribution/signfor/distributionSignforedt',
component: Layout,
redirect: '/distribution/distributionSignforedt',
children: [
2 years ago
{
path: '/distribution/signfor/distributionSignforedt',
1 year ago
name: '签收查看',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () => import('@/views/distribution/signfor/distributionSignforedt.vue'),
2 years ago
},
1 year ago
],
},
{
path: '/distribution/signdetail/distributionSigndetaledt',
component: Layout,
redirect: '/distribution/signdetail',
children: [
{
path: '/distribution/signdetail/distributionSigndetaledt',
1 year ago
name: '订单查看',
meta: {
i18n: 'dict',
},
component: () => import('@/views/distribution/signdetail/distributionSigndetaledt.vue'),
},
1 year ago
],
},
{
path: '/distribution/stockup/distributionStockupDetails',
component: Layout,
redirect: '/stockup/distributionStockupDetails',
children: [
Squashed commit of the following: commit 90291a00b04155608041d88f7b7b8d88b55bb318 Merge: be19329 ee582b8 Author: caoyizhong <1270296080@qq.com> Date: Mon Jul 24 09:45:25 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit be1932929cf12e3e061d49c663381af50cea1dfa Author: caoyizhong <1270296080@qq.com> Date: Mon Jul 24 09:45:19 2023 +0800 修改备货详情分页 commit ee582b870f1382e394f43a745fcff62a8f9c907d Author: kilo <wan.ren@foxmail.com> Date: Mon Jul 24 09:37:21 2023 +0800 商配订单编辑按钮功能 commit 69e78881de7d88bf71f5eed0e2448ed00e326295 Author: caoyizhong <1270296080@qq.com> Date: Sat Jul 22 18:18:28 2023 +0800 修改备货查询页面 commit 1f88807491dc926b7ba2bceb31b597625d589c82 Author: ‘chaoosc’ <‘chaoosc@gmail.com’> Date: Sat Jul 22 16:38:46 2023 +0800 完成对客户仓库的绑定 commit 5115291ed0f71450c509b26f932d271e3807a64f Author: ‘chaoosc’ <‘chaoosc@gmail.com’> Date: Sat Jul 22 15:48:57 2023 +0800 修改服务仓绑定 commit 2e91cd33f73690aabe1d7ded6f0034df67f4f119 Author: pref_mail@163.com <123456> Date: Sat Jul 22 14:27:45 2023 +0800 增加未客户指定服务仓库 commit 27bad3bf5e511e724290b8713c8419ff45ad3547 Author: caoyizhong <1270296080@qq.com> Date: Sat Jul 22 10:47:18 2023 +0800 修改备货页面 commit 90216258bfe6cac9216b656b9f6650003e445c42 Author: zhenghaoyu <zhenghaoyu@superbgrace.com> Date: Fri Jul 21 08:57:04 2023 +0800 修改客户列表bug commit b47b37d5a5057fa4e7ba691ca71194b7d28f7235 Merge: a36232b 64a011b Author: caoyizhong <1270296080@qq.com> Date: Thu Jul 20 20:35:14 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit a36232b89bec58b13c05dcec0f218b5efbc0783d Author: caoyizhong <1270296080@qq.com> Date: Thu Jul 20 20:35:08 2023 +0800 修改添加备货页面 commit 64a011b966b85a494a1b385d316e8f7c26560cec Author: kilo <wan.ren@foxmail.com> Date: Thu Jul 20 19:00:42 2023 +0800 托盘、货位增加老系统数据维护 commit d2cec50b73fc4a2254fba1ec32efe6f76137622b Merge: 886221c cd7883d Author: kilo <wan.ren@foxmail.com> Date: Thu Jul 20 18:59:38 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit cd7883da6994a9b89bfd807deb6ad49e301588f6 Author: 0.0 <1092404103.qq.com> Date: Thu Jul 20 18:15:04 2023 +0800 1.库存品详情 commit 886221c46b13b7a8f291c85842d1c60c44dab0c4 Merge: 8869a82 c3a675b Author: kilo <wan.ren@foxmail.com> Date: Thu Jul 20 17:33:21 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit c3a675b9f61fc672a2e0bcec4ea2f2ea07a0b15b Author: zhenghaoyu <zhenghaoyu@superbgrace.com> Date: Thu Jul 20 09:55:37 2023 +0800 在库运单功能模块提交 commit 67f50c40e1d93f6521fb2e2ac7ecfaa6047edb53 Author: 0.0 <1092404103.qq.com> Date: Thu Jul 20 08:58:19 2023 +0800 1.文员签收时间 commit 8869a82210e04b460d73b9e5d15c3aa4b73ed8d5 Author: kilo <wan.ren@foxmail.com> Date: Wed Jul 19 19:00:24 2023 +0800 预约查看页面 commit b51ac6154176b6eb11dfc31400434066fbe7f85d Merge: cdbe2c9 2db4ddc Author: 0.0 <1092404103.qq.com> Date: Wed Jul 19 18:13:32 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit cdbe2c90ad65a6d8356a70140c278fad40adb943 Author: 0.0 <1092404103.qq.com> Date: Wed Jul 19 18:13:28 2023 +0800 1.原型修改 commit 2db4ddcc230b99d1ba1385e3384f08c6fb147062 Author: caoyizhong <1270296080@qq.com> Date: Wed Jul 19 18:09:19 2023 +0800 修改库存品查看页面 commit 95d1eef069ff23f7038a027c2cfdf3b02996ca72 Author: caoyizhong <1270296080@qq.com> Date: Wed Jul 19 11:02:20 2023 +0800 修改库存品页面 # Conflicts: # vite.config.js
2 years ago
{
path: '/distribution/stockup/distributionStockupDetails',
1 year ago
name: '备货明细',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () => import('@/views/distribution/stockup/distributionStockupDetails.vue'),
Squashed commit of the following: commit 90291a00b04155608041d88f7b7b8d88b55bb318 Merge: be19329 ee582b8 Author: caoyizhong <1270296080@qq.com> Date: Mon Jul 24 09:45:25 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit be1932929cf12e3e061d49c663381af50cea1dfa Author: caoyizhong <1270296080@qq.com> Date: Mon Jul 24 09:45:19 2023 +0800 修改备货详情分页 commit ee582b870f1382e394f43a745fcff62a8f9c907d Author: kilo <wan.ren@foxmail.com> Date: Mon Jul 24 09:37:21 2023 +0800 商配订单编辑按钮功能 commit 69e78881de7d88bf71f5eed0e2448ed00e326295 Author: caoyizhong <1270296080@qq.com> Date: Sat Jul 22 18:18:28 2023 +0800 修改备货查询页面 commit 1f88807491dc926b7ba2bceb31b597625d589c82 Author: ‘chaoosc’ <‘chaoosc@gmail.com’> Date: Sat Jul 22 16:38:46 2023 +0800 完成对客户仓库的绑定 commit 5115291ed0f71450c509b26f932d271e3807a64f Author: ‘chaoosc’ <‘chaoosc@gmail.com’> Date: Sat Jul 22 15:48:57 2023 +0800 修改服务仓绑定 commit 2e91cd33f73690aabe1d7ded6f0034df67f4f119 Author: pref_mail@163.com <123456> Date: Sat Jul 22 14:27:45 2023 +0800 增加未客户指定服务仓库 commit 27bad3bf5e511e724290b8713c8419ff45ad3547 Author: caoyizhong <1270296080@qq.com> Date: Sat Jul 22 10:47:18 2023 +0800 修改备货页面 commit 90216258bfe6cac9216b656b9f6650003e445c42 Author: zhenghaoyu <zhenghaoyu@superbgrace.com> Date: Fri Jul 21 08:57:04 2023 +0800 修改客户列表bug commit b47b37d5a5057fa4e7ba691ca71194b7d28f7235 Merge: a36232b 64a011b Author: caoyizhong <1270296080@qq.com> Date: Thu Jul 20 20:35:14 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit a36232b89bec58b13c05dcec0f218b5efbc0783d Author: caoyizhong <1270296080@qq.com> Date: Thu Jul 20 20:35:08 2023 +0800 修改添加备货页面 commit 64a011b966b85a494a1b385d316e8f7c26560cec Author: kilo <wan.ren@foxmail.com> Date: Thu Jul 20 19:00:42 2023 +0800 托盘、货位增加老系统数据维护 commit d2cec50b73fc4a2254fba1ec32efe6f76137622b Merge: 886221c cd7883d Author: kilo <wan.ren@foxmail.com> Date: Thu Jul 20 18:59:38 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit cd7883da6994a9b89bfd807deb6ad49e301588f6 Author: 0.0 <1092404103.qq.com> Date: Thu Jul 20 18:15:04 2023 +0800 1.库存品详情 commit 886221c46b13b7a8f291c85842d1c60c44dab0c4 Merge: 8869a82 c3a675b Author: kilo <wan.ren@foxmail.com> Date: Thu Jul 20 17:33:21 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit c3a675b9f61fc672a2e0bcec4ea2f2ea07a0b15b Author: zhenghaoyu <zhenghaoyu@superbgrace.com> Date: Thu Jul 20 09:55:37 2023 +0800 在库运单功能模块提交 commit 67f50c40e1d93f6521fb2e2ac7ecfaa6047edb53 Author: 0.0 <1092404103.qq.com> Date: Thu Jul 20 08:58:19 2023 +0800 1.文员签收时间 commit 8869a82210e04b460d73b9e5d15c3aa4b73ed8d5 Author: kilo <wan.ren@foxmail.com> Date: Wed Jul 19 19:00:24 2023 +0800 预约查看页面 commit b51ac6154176b6eb11dfc31400434066fbe7f85d Merge: cdbe2c9 2db4ddc Author: 0.0 <1092404103.qq.com> Date: Wed Jul 19 18:13:32 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit cdbe2c90ad65a6d8356a70140c278fad40adb943 Author: 0.0 <1092404103.qq.com> Date: Wed Jul 19 18:13:28 2023 +0800 1.原型修改 commit 2db4ddcc230b99d1ba1385e3384f08c6fb147062 Author: caoyizhong <1270296080@qq.com> Date: Wed Jul 19 18:09:19 2023 +0800 修改库存品查看页面 commit 95d1eef069ff23f7038a027c2cfdf3b02996ca72 Author: caoyizhong <1270296080@qq.com> Date: Wed Jul 19 11:02:20 2023 +0800 修改库存品页面 # Conflicts: # vite.config.js
2 years ago
},
1 year ago
],
},
{
path: '/distribution/stockup/distributionStockupDetailsSelf',
component: Layout,
redirect: '/stockup/distributionStockupDetailsSelf',
children: [
2 years ago
{
path: '/distribution/stockup/distributionStockupDetailsSelf',
1 year ago
name: '自提明细',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () => import('@/views/distribution/stockup/distributionStockupDetailsSelf.vue'),
2 years ago
},
1 year ago
],
},
{
path: '/distribution/inventory/distrilbutionBillLadingView',
component: Layout,
redirect: '/inventory/distrilbutionBillLadingView',
children: [
{
path: '/distribution/inventory/distrilbutionBillLadingView',
1 year ago
name: '查看提货详情',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () => import('@/views/distribution/inventory/distrilbutionBillLadingView.vue'),
},
1 year ago
],
},
1 year ago
1 year ago
{
path: '/basicdata/warehouse/tray/basicdataTrayedt',
component: Layout,
redirect: '/warehouse/tray/basicdataTrayedt',
children: [
Squashed commit of the following: commit bb7cdb8d1e6c95cbc9150cec2d3634a4e1554180 Merge: fab70c4 cbb2a85 Author: big-y <804609860@qq.com> Date: Fri Aug 11 09:35:00 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev # Conflicts: # src/views/distribution/inventory/distributionStockArticleDetails.vue commit cbb2a855b0ad8d211a0f6cd644ef1b0925ca19b7 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 22:14:50 2023 +0800 修改订单详细字段 commit 7b99fabb027b28d8f307b79ef71bf8c9b08d1566 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 21:36:15 2023 +0800 修改订单查询条件 commit 3d9a02978df8e0115cbead4d5b58171985a39791 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 20:41:59 2023 +0800 修改客户信息编辑编码校验 commit d8aa2f2c1d693721c4412cf238dbff106c5a1e7e Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 19:39:39 2023 +0800 修改客户服务仓添加 commit fab70c4b27fbbe5e77133ca5902b75ec65a3d8c7 Author: big-y <804609860@qq.com> Date: Thu Aug 10 19:11:23 2023 +0800 标签渲染 commit ae4f8315959741b7db778804919b24825bb42f0d Author: big-y <804609860@qq.com> Date: Thu Aug 10 18:49:31 2023 +0800 标签渲染 commit 9cca1d753a662e4c7dcaa57573e81668c0d55624 Merge: 9aa102a b2e7078 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 17:30:00 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit 9aa102af6dcb6a45cc6263641ef4b83fa46e0ed6 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 17:29:35 2023 +0800 修改班组添加操作 commit 5cbd76720706977e143a8419fd1af3e7f2fc8d1c Author: big-y <804609860@qq.com> Date: Thu Aug 10 16:19:29 2023 +0800 标签渲染 commit b2e7078fbe3297fffaa54926e533f809f2ac6546 Merge: 553e8d3 37356e4 Author: pref_mail@163.com <123456> Date: Thu Aug 10 14:33:28 2023 +0800 Merge branch 'dev' of http://47.108.105.48:3000/java_project/logpm_page into dev commit 553e8d3c4e0f7474c8d6e5f8a667a504ec6eab60 Author: pref_mail@163.com <123456> Date: Thu Aug 10 14:32:55 2023 +0800 没有修改二维码包间生成 commit 37356e4d770abad99969e7fd25b5f27d8a6f3517 Author: 0.0 <1092404103.qq.com> Date: Thu Aug 10 09:08:11 2023 +0800 1.隐藏按钮 commit 1272b45ea75a3c1a1ffa7411a55972dade77e8df Author: kilo <wan.ren@foxmail.com> Date: Wed Aug 9 21:56:21 2023 +0800 订单新增调整 commit e3c6e255ffbda3ff7d823b9014855ac1419b607e Author: 0.0 <1092404103.qq.com> Date: Wed Aug 9 21:40:34 2023 +0800 1.物料导出导入,托盘报损 commit b598c7054284296ec7ebe5fd73ef19b324dd18aa Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 21:02:55 2023 +0800 修改批量补充物料 commit 47ab0850727b0581c9a427f8a5bc9f03769cfcc7 Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 15:56:56 2023 +0800 添加订单字段 commit 921ea4ffd0d7689f517a3c7da529500352681053 Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 14:02:16 2023 +0800 添加三方物料 commit d78b8a9da4bbba55cd44afac088abd2fc1d5c6ea Merge: 1b1efea 454ce4c Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 11:30:36 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit 1b1efea6a5327ee0375fe5596c4dddb803a48f1a Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 11:30:31 2023 +0800 修改文字提醒
2 years ago
{
path: '/basicdata/warehouse/tray/basicdataTrayedt',
1 year ago
name: '在托货物',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () => import('@/views/basicdata/warehouse/tray/basicdataTrayedt.vue'),
Squashed commit of the following: commit bb7cdb8d1e6c95cbc9150cec2d3634a4e1554180 Merge: fab70c4 cbb2a85 Author: big-y <804609860@qq.com> Date: Fri Aug 11 09:35:00 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev # Conflicts: # src/views/distribution/inventory/distributionStockArticleDetails.vue commit cbb2a855b0ad8d211a0f6cd644ef1b0925ca19b7 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 22:14:50 2023 +0800 修改订单详细字段 commit 7b99fabb027b28d8f307b79ef71bf8c9b08d1566 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 21:36:15 2023 +0800 修改订单查询条件 commit 3d9a02978df8e0115cbead4d5b58171985a39791 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 20:41:59 2023 +0800 修改客户信息编辑编码校验 commit d8aa2f2c1d693721c4412cf238dbff106c5a1e7e Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 19:39:39 2023 +0800 修改客户服务仓添加 commit fab70c4b27fbbe5e77133ca5902b75ec65a3d8c7 Author: big-y <804609860@qq.com> Date: Thu Aug 10 19:11:23 2023 +0800 标签渲染 commit ae4f8315959741b7db778804919b24825bb42f0d Author: big-y <804609860@qq.com> Date: Thu Aug 10 18:49:31 2023 +0800 标签渲染 commit 9cca1d753a662e4c7dcaa57573e81668c0d55624 Merge: 9aa102a b2e7078 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 17:30:00 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit 9aa102af6dcb6a45cc6263641ef4b83fa46e0ed6 Author: caoyizhong <1270296080@qq.com> Date: Thu Aug 10 17:29:35 2023 +0800 修改班组添加操作 commit 5cbd76720706977e143a8419fd1af3e7f2fc8d1c Author: big-y <804609860@qq.com> Date: Thu Aug 10 16:19:29 2023 +0800 标签渲染 commit b2e7078fbe3297fffaa54926e533f809f2ac6546 Merge: 553e8d3 37356e4 Author: pref_mail@163.com <123456> Date: Thu Aug 10 14:33:28 2023 +0800 Merge branch 'dev' of http://47.108.105.48:3000/java_project/logpm_page into dev commit 553e8d3c4e0f7474c8d6e5f8a667a504ec6eab60 Author: pref_mail@163.com <123456> Date: Thu Aug 10 14:32:55 2023 +0800 没有修改二维码包间生成 commit 37356e4d770abad99969e7fd25b5f27d8a6f3517 Author: 0.0 <1092404103.qq.com> Date: Thu Aug 10 09:08:11 2023 +0800 1.隐藏按钮 commit 1272b45ea75a3c1a1ffa7411a55972dade77e8df Author: kilo <wan.ren@foxmail.com> Date: Wed Aug 9 21:56:21 2023 +0800 订单新增调整 commit e3c6e255ffbda3ff7d823b9014855ac1419b607e Author: 0.0 <1092404103.qq.com> Date: Wed Aug 9 21:40:34 2023 +0800 1.物料导出导入,托盘报损 commit b598c7054284296ec7ebe5fd73ef19b324dd18aa Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 21:02:55 2023 +0800 修改批量补充物料 commit 47ab0850727b0581c9a427f8a5bc9f03769cfcc7 Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 15:56:56 2023 +0800 添加订单字段 commit 921ea4ffd0d7689f517a3c7da529500352681053 Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 14:02:16 2023 +0800 添加三方物料 commit d78b8a9da4bbba55cd44afac088abd2fc1d5c6ea Merge: 1b1efea 454ce4c Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 11:30:36 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit 1b1efea6a5327ee0375fe5596c4dddb803a48f1a Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 9 11:30:31 2023 +0800 修改文字提醒
2 years ago
},
1 year ago
],
},
{
path: '/basicdata/warehouse/tray/basicdataTrayhistory',
component: Layout,
redirect: '/warehouse/tray/basicdataTrayhistory',
children: [
2 years ago
{
path: '/basicdata/warehouse/tray/basicdataTrayhistory',
1 year ago
name: '托盘历史记录',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id,
}),
component: () => import('@/views/basicdata/warehouse/tray/basicdataTrayhistory.vue'),
2 years ago
},
1 year ago
],
},
{
path: '/basicdata/brand/basicClientDetail',
component: Layout,
redirect: '/basicdata/brand/basicClientDetail',
children: [
2 years ago
{
path: '/basicdata/brand/basicClientDetail',
1 year ago
name: '客户查看详情',
meta: {
i18n: 'dict',
},
props: route => ({
id: route.query.id,
}),
component: () => import('@/views/basicdata/brand/basicClientDetail.vue'),
2 years ago
},
1 year ago
],
},
{
path: '/basicdata/team/basicdataTeamStaff',
component: Layout,
redirect: '/team/basicdataTeamStaffl',
children: [
Squashed commit of the following: commit 905bffef83461cceb5fc9c2ebac4a3991a1e70d1 Merge: f40f2ec 08b1e3c Author: big-y <804609860@qq.com> Date: Wed Aug 30 15:12:10 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit f40f2ec43ba0999162cfd9e611b3973590dde25a Author: big-y <804609860@qq.com> Date: Wed Aug 30 15:11:51 2023 +0800 产品包配置回显问题已调整完成 commit 08b1e3c3697512f4f56440465a5a450a8dd6074c Merge: bdcb96d 1db8162 Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 30 14:35:59 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit bdcb96d90c0b79220f0f7700f49646b10ab2586c Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 30 14:35:52 2023 +0800 添加全部订单记录 commit 1db8162b7e6640a4aba841b05f60598403c3050f Author: 0.0 <1092404103.qq.com> Date: Wed Aug 30 11:04:35 2023 +0800 1.仓库权限 commit e20a7de5dbfc234999041a47a2a4539a163c1049 Author: pref_mail@163.com <123456> Date: Tue Aug 29 22:30:16 2023 +0800 修复预约 commit ec972fcd59457fe3377d586607eba86dcc6d1ecb Author: kilo <wan.ren@foxmail.com> Date: Tue Aug 29 21:41:01 2023 +0800 页面调整 commit 357d9cebd7e9ceb84362a66868b372085008618f Author: caoyizhong <1270296080@qq.com> Date: Tue Aug 29 17:31:04 2023 +0800 添加订单可空格查询 commit 7d75a1cf641a411515fc058cc52966782c335bff Author: pref_mail@163.com <123456> Date: Tue Aug 29 17:14:26 2023 +0800 修改运单显示字段 commit 21771e869973256019140c434959d9268bd20f5e Author: 0.0 <1092404103.qq.com> Date: Tue Aug 29 17:08:25 2023 +0800 1.禁用 commit d52dccc92791c7c26a25092fe0f0181a6c456cd8 Merge: 42ee206 ea10e1c Author: caoyizhong <1270296080@qq.com> Date: Tue Aug 29 11:15:07 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit 42ee2067e0a24a25d01f404895b7135f9ced5aa2 Author: caoyizhong <1270296080@qq.com> Date: Tue Aug 29 11:14:32 2023 +0800 修改班组人员添加 # Conflicts: # src/views/basicdata/team/basicdataTeamStaff.vue
2 years ago
{
path: '/basicdata/team/basicdataTeamStaff',
1 year ago
name: '班组列表',
meta: {
i18n: 'dict',
},
props: route => ({
id: route.query.id,
}),
component: () => import('@/views/basicdata/team/basicdataTeamStaff.vue'),
Squashed commit of the following: commit 905bffef83461cceb5fc9c2ebac4a3991a1e70d1 Merge: f40f2ec 08b1e3c Author: big-y <804609860@qq.com> Date: Wed Aug 30 15:12:10 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit f40f2ec43ba0999162cfd9e611b3973590dde25a Author: big-y <804609860@qq.com> Date: Wed Aug 30 15:11:51 2023 +0800 产品包配置回显问题已调整完成 commit 08b1e3c3697512f4f56440465a5a450a8dd6074c Merge: bdcb96d 1db8162 Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 30 14:35:59 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit bdcb96d90c0b79220f0f7700f49646b10ab2586c Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 30 14:35:52 2023 +0800 添加全部订单记录 commit 1db8162b7e6640a4aba841b05f60598403c3050f Author: 0.0 <1092404103.qq.com> Date: Wed Aug 30 11:04:35 2023 +0800 1.仓库权限 commit e20a7de5dbfc234999041a47a2a4539a163c1049 Author: pref_mail@163.com <123456> Date: Tue Aug 29 22:30:16 2023 +0800 修复预约 commit ec972fcd59457fe3377d586607eba86dcc6d1ecb Author: kilo <wan.ren@foxmail.com> Date: Tue Aug 29 21:41:01 2023 +0800 页面调整 commit 357d9cebd7e9ceb84362a66868b372085008618f Author: caoyizhong <1270296080@qq.com> Date: Tue Aug 29 17:31:04 2023 +0800 添加订单可空格查询 commit 7d75a1cf641a411515fc058cc52966782c335bff Author: pref_mail@163.com <123456> Date: Tue Aug 29 17:14:26 2023 +0800 修改运单显示字段 commit 21771e869973256019140c434959d9268bd20f5e Author: 0.0 <1092404103.qq.com> Date: Tue Aug 29 17:08:25 2023 +0800 1.禁用 commit d52dccc92791c7c26a25092fe0f0181a6c456cd8 Merge: 42ee206 ea10e1c Author: caoyizhong <1270296080@qq.com> Date: Tue Aug 29 11:15:07 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit 42ee2067e0a24a25d01f404895b7135f9ced5aa2 Author: caoyizhong <1270296080@qq.com> Date: Tue Aug 29 11:14:32 2023 +0800 修改班组人员添加 # Conflicts: # src/views/basicdata/team/basicdataTeamStaff.vue
2 years ago
},
1 year ago
],
},
1 year ago
{
path: '/basicdata/brand/basicClientAccount',
component: Layout,
redirect: '/basicdata/brand/basicClient',
children: [
{
path: '/basicdata/brand/basicClientAccount',
1 year ago
name: '客户账号列表',
meta: {
i18n: 'dict',
},
props: route => ({
id: route.query.id,
}),
component: () => import('@/views/basicdata/brand/basicClientAccount.vue'),
},
1 year ago
],
},
1 year ago
{
path: '/basicdata/warehouse/warehouse/basicdataWarehouse1',
component: Layout,
redirect: '/basicdata/warehouse/warehouse',
children: [
2 years ago
{
path: '/basicdata/warehouse/warehouse/basicdataWarehouse1',
1 year ago
name: '仓库资料管理',
component: () => import('@/views/basicdata/warehouse/warehouse/basicdataWarehouse1.vue'),
2 years ago
},
1 year ago
],
},
8 months ago
1 year ago
{
path: '/distribution/checkInventoryTask/createTaskfrom',
component: Layout,
redirect: '/distribution/checkInventoryTask/createTaskfrom',
children: [
{
path: '/distribution/checkInventoryTask/createTaskfrom',
1 year ago
name: '盘点任务明细',
component: () => import('@/views/distribution/checkInventoryTask/createTaskfrom.vue'),
},
1 year ago
],
},
1 year ago
1 year ago
// 下面的代码为 商场客户端的页面
1 year ago
{
path: '/mail/order/add',
component: Layout,
redirect: '/mail/order/add',
children: [
1 year ago
{
path: '/mail/order/add',
1 year ago
name: '新建商场预约单',
component: () => import('@/views/mail/order/add.vue'),
1 year ago
},
1 year ago
],
},
1 year ago
{
path: '/aftersales/aftersalesWorkOrderAdd',
component: Layout,
redirect: '/aftersales/aftersalesWorkOrderAdd',
children: [
{
1 year ago
meta: {
i18n: 'dict',
keepAlive: true,
1 year ago
},
1 year ago
path: '/aftersales/aftersalesWorkOrderAdd',
1 year ago
name: '工单新增',
11 months ago
component: () => import('@/views/aftersales/aftersalesWorkOrderAdd.vue'),
},
1 year ago
],
},
1 year ago
{
path: '/aftersales/aftersalesWorkOrderInfo',
component: Layout,
redirect: '/aftersales/aftersalesWorkOrderInfo',
children: [
{
1 year ago
meta: {
i18n: 'dict',
keepAlive: false,
1 year ago
},
path: '/aftersales/aftersalesWorkOrderInfo',
1 year ago
name: '工单详情查看',
component: () => import('@/views/aftersales/aftersalesWorkOrderInfo.vue'),
},
1 year ago
],
},
{
11 months ago
path: '/aftersales/aftersalesWorkOrdermodifyTemp',
component: Layout,
11 months ago
redirect: '/aftersales/aftersalesWorkOrdermodifyTemp',
children: [
{
meta: {
i18n: 'dict',
keepAlive: false,
},
11 months ago
path: '/aftersales/aftersalesWorkOrdermodifyTemp',
name: '修改旧页面',
11 months ago
component: () => import('@/views/aftersales/aftersalesWorkOrdermodifyTemp.vue'),
},
],
},
{
path: '/aftersales/aftersalesWorkOrdermodify',
11 months ago
component: Layout,
redirect: '/aftersales/aftersalesWorkOrdermodify',
11 months ago
children: [
{
meta: {
i18n: 'dict',
keepAlive: false,
},
path: '/aftersales/aftersalesWorkOrdermodify',
name: '工单修改',
component: () => import('@/views/aftersales/aftersalesWorkOrdermodify.vue'),
},
],
},
{
path: '/aftersales/aftersalesWorkOrderInfoEnxt',
component: Layout,
redirect: '/aftersales/aftersalesWorkOrderInfoEnxt',
children: [
{
meta: {
i18n: 'dict',
keepAlive: false,
},
path: '/aftersales/aftersalesWorkOrderInfoEnxt',
name: '编辑重构',
component: () => import('@/views/aftersales/aftersalesWorkOrderInfoEnxt.vue'),
},
],
},
1 year ago
{
path: '/aftersales/aftersalesWorkOrderend',
component: Layout,
redirect: '/aftersales/aftersalesWorkOrderend',
children: [
{
1 year ago
meta: {
i18n: 'dict',
keepAlive: false,
1 year ago
},
1 year ago
path: '/aftersales/aftersalesWorkOrderend',
1 year ago
name: '工单完结',
component: () => import('@/views/aftersales/aftersalesWorkOrderend.vue'),
},
1 year ago
],
},
{
path: '/aftersales/WorkorderTimeout',
component: Layout,
redirect: '/aftersales/WorkorderTimeout',
children: [
1 year ago
{
1 year ago
meta: {
i18n: 'dict',
keepAlive: false,
1 year ago
},
1 year ago
path: '/aftersales/WorkorderTimeout',
1 year ago
name: '工单超时罚款',
component: () => import('@/views/aftersales/WorkorderTimeout.vue'),
1 year ago
},
1 year ago
],
},
{
path: '/aftersales/customerService',
component: Layout,
redirect: '/aftersales/customerService',
children: [
1 year ago
{
1 year ago
meta: {
i18n: 'dict',
keepAlive: false,
},
1 year ago
path: '/aftersales/customerService',
1 year ago
name: '客服回复',
component: () => import('@/views/aftersales/customerService.vue'),
1 year ago
},
1 year ago
],
},
{
path: '/aftersales/DataSynchronization',
component: Layout,
redirect: '/aftersales/DataSynchronization',
children: [
{
1 year ago
meta: {
i18n: 'dict',
keepAlive: false,
},
path: '/aftersales/DataSynchronization',
name: '数据同步',
component: () => import('@/views/aftersales/DataSynchronization.vue'),
},
],
},
{
path: '/basicdata/warehouse/warehouse/basicdataWarehouseTemp',
component: Layout,
redirect: '/basicdata/warehouse/warehouse/basicdataWarehouseTemp',
children: [
{
meta: {
i18n: 'dict',
keepAlive: false,
},
path: '/basicdata/warehouse/warehouse/basicdataWarehouseTemp',
name: '仓库信息重构',
8 months ago
component: () => import('@/views/basicdata/warehouse/warehouse/basicdataWarehouse.vue'),
},
],
},
{
path: '/financialsector/Financialse/FinancialWarehousing',
component: Layout,
redirect: '/financialsector/Financialse/FinancialWarehousing',
children: [
{
meta: {
i18n: 'dict',
keepAlive: false,
},
path: '/financialsector/Financialse/FinancialWarehousing',
name: '仓储模板',
component: () => import('@/views/financialsector/Financialse/FinancialWarehousing.vue'),
},
1 year ago
{
meta: {
i18n: 'dict',
keepAlive: false,
},
path: '/financialsector/Financialse/FinancialBill',
name: '新增模板',
component: () => import('@/views/financialsector/Financialse/FinancialBill.vue'),
},
],
},
{
path: '/financialsector/Financialse/FinancialDelivery',
component: Layout,
redirect: '/financialsector/Financialse/FinancialDelivery',
children: [
{
meta: {
i18n: 'dict',
keepAlive: false,
},
path: '/financialsector/Financialse/FinancialDelivery',
name: '配送模板',
component: () => import('@/views/financialsector/Financialse/FinancialDelivery.vue'),
},
],
},
{
path: '/financialsector/FinanceHome',
component: Layout,
redirect: '/financialsector/FinanceHome',
children: [
{
meta: {
i18n: 'dict',
keepAlive: true,
},
path: '/financialsector/FinanceHome',
name: '价格体系模板配置',
component: () => import('@/views/financialsector/FinanceHome.vue'),
},
],
},
{
path: '/financialsector/CustomerBaseprice',
component: Layout,
redirect: '/financialsector/CustomerBaseprice',
children: [
{
meta: {
i18n: 'dict',
keepAlive: true,
},
path: '/financialsector/CustomerBaseprice',
name: '客户基础价格配置',
component: () => import('@/views/financialsector/CustomerBaseprice.vue'),
},
],
},
{
path: '/Pricesystem/PricesyHome',
component: Layout,
redirect: '/Pricesystem/PricesyHome',
children: [
{
meta: {
i18n: 'dict',
keepAlive: true,
},
path: '/Pricesystem/PricesyHome',
name: '价格体系配置',
component: () => import('@/views/Pricesystem/PricesyHome.vue'),
},
],
},
11 months ago
// 工单新增拷贝页面
{
path: '/aftersales/aftersalesWorkOrderAddCopy',
component: Layout,
redirect: '/aftersales/aftersalesWorkOrderAddCopy',
children: [
{
meta: {
i18n: 'dict',
keepAlive: true,
},
path: '/aftersales/aftersalesWorkOrderAddCopy',
name: '工单新增拷贝页面',
component: () => import('@/views/aftersales/aftersalesWorkOrderAddCopy.vue'),
},
],
},
{
path: '/warehouse',
component: Layout,
children: [
// 预入库包件
{
meta: {
i18n: 'dict',
keepAlive: true,
},
path: '/warehouse/prewarehousing/PreStoragePackage',
name: '预入库包件',
component: () => import('@/views/warehouse/prewarehousing/PreStoragePackage.vue'),
},
],
},
{
path: '/warehouse/warehousesignedorder/SignedDetails',
component: Layout,
children: [
// 已签订单详情
{
meta: {
i18n: 'dict',
keepAlive: true,
},
path: '/warehouse/warehousesignedorder/SignedDetails',
name: '已签订单详情',
component: () => import('@/views/warehouse/warehousesignedorder/SignedDetails.vue'),
},
],
8 months ago
},
// 拆单详情
{
path: '/distribution/inventory/delivery/SeparateTheListInfo',
component: Layout,
children: [
{
meta: {
i18n: 'dict',
keepAlive: true,
},
path: '/distribution/inventory/delivery/SeparateTheListInfo',
name: '拆单详情',
component: () => import('@/views/distribution/inventory/delivery/SeparateTheListInfo.vue'),
},
],
},
{
path: '/distribution/signfor/asurcharge',
component: Layout,
redirect: '/distribution/signfor/asurcharge',
children: [
{
meta: {
i18n: 'dict',
keepAlive: true,
},
path: '/distribution/signfor/asurcharge',
name: '附加费编辑',
component: () => import('@/views/distribution/signfor/asurcharge.vue'),
},
],
},
1 year ago
// 盘点重构
{
path: '/distribution/checkInventoryTask/createTaskTemp',
component: Layout,
redirect: '/distribution/checkInventoryTask/createTaskTemp',
children: [
{
meta: {
i18n: 'dict',
keepAlive: true,
},
path: '/distribution/checkInventoryTask/createTaskTemp',
name: '盘点旧版',
component: () => import('@/views/distribution/checkInventoryTask/createTasktemp.vue'),
},
],
},
{
path: '/cost/Deliverycostmanagement/WarehouseTemplateHome',
component: Layout,
redirect: '/cost/Deliverycostmanagement/WarehouseTemplateHome',
children: [
{
meta: {
i18n: 'dict',
keepAlive: true,
},
path: '/cost/Deliverycostmanagement/WarehouseTemplateHome',
name: '新增配送成本计价模板',
component: () => import('@/views/cost/Deliverycostmanagement/WarehouseTemplateHome.vue'),
},
],
},
2 years ago
];