Blame view

config/routers/order3.ts 5.94 KB
cc26d1fc   张志伟   🎉 重新构建项目,解决项目过大的问题
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
  export default [
    {
      path: "/order3/manufactureCollection", //厂家代收款设置
      component: "./order3/ManufactureCollection",
    },
    {
      path: "/order3/buyCarSubsidy/replacementSubsidy", //购车补贴--置换补贴
      component: "./order3/BuyCarSubsidy/ReplacementSubsidy",
    },
    {
      path: "order3/buyCarSubsidy/largeCustomerSubsidy", //大客户购车补贴
      component: "./order3/BuyCarSubsidy/LargeCustomerSubsidy",
    },
    {
      path: "/order3/dailyDiscount", //每日送优惠
      component: "./order3/DailyDiscount",
    },
    {
      path: "/order3/freeOnDelivery", //买车交车即送
      component: "./order3/FreeOnDelivery",
    },
    {
      path: "/order3/buyCarFreeConfiguration", //购车费用配置
      component: "./order3/BuyCarFreeConfiguration",
    },
    {
      path: "/order3/buyCarDepositConfiguration", //购车定金配置
      component: "./order3/BuyCarDepositConfiguration",
    },
    {
      path: "/order3/buyCarSubsidy/additionalSubsidy", //增购补贴
      component: "./order3/BuyCarSubsidy/AdditionalSubsidy",
    },
    {
      path: "/order3/creditCheck", //信贷资料勾选
      component: "./order3/CreditCheck",
    },
    {
      path: "/order3/busInformationCheck", //大客服资料单位勾选
      component: "./order3/BusInformationCheck",
    },
    {
      //赠品池
      path: "/order3/giftPool",
      component: "./order3/GiftPool",
    },
    {
      //特价车管理
      path: "/order3/spcManagement",
      component: "./order3/SpcManagement",
    },
    {
      //零售任务手动调整
      path: "/order3/retailTask",
      component: "./order3/RetailTask",
    },
    {
      //零售任务自动分配
      path: "/order3/RetailManualAdjust",
      component: "./order3/RetailManualAdjust",
    },
    {
      //攻坚车型任务手动分配
      path: "/order3/tacklingCarModels",
      component: "./order3/TacklingCarModels",
    },
    {
      //攻坚车型任务自动分配
      path: "/order3/TacklingManualAdjust",
      component: "./order3/TacklingManualAdjust",
    },
    {
      //攻坚车池
      path: "/order3/vehiclePool",
      component: "./order3/VehiclePool",
    },
    {
      path: "/order3/interviewConfig",
      component: "./order3/InterviewConfig",
    },
    {
      //补贴资料勾选
      path: "/order3/subsidyInfoCheck",
      component: "./order3/SubsidyInfoCheck",
    },
    {
      //金融公司返利配置
      path: "/order3/FinancialRebates",
      component: "./order3/FinancialRebates",
    },
    {
      //合同打印
      path: "/order3/OrderContractPrinting",
      component: "./order3/OrderContractPrinting",
    },
    {
      //零售任务设置
      path: "/order3/OrderRetailSetting",
      component: "./order3/OrderRetailSetting",
    },
    {
      //大客户单位设置
      path: "/order3/largeBusSetting",
      component: "./order3/LargeBusSetting",
    },
    {
      //金融公司贴息设置
      path: "/order3/financialDiscounts",
      component: "./order3/FinancialDiscounts",
    },
    {
      //商家贴息补贴设置
      path: "/order3/merchantDiscountSubsidy",
      component: "./order3/MerchantDiscountSubsidy",
    },
    {
      //最大贴息金额设置
      path: "/order3/maximumDiscount",
      component: "./order3/MaximumDiscount",
    },
    {
      //厂家贴息承担比例
      path: "/order3/manufacturerDiscounts",
      component: "./order3/ManufacturerDiscounts",
    },
    {
      //欠款设置
      path: "/order3/orderSetting/ordeArrears",
      component: "./order3/OrderSetting/OrdeArrears",
    },
    {
      //权限优惠设置
      path: "/order3/orderSetting/orderPermissionDiscount",
      component: "./order3/OrderSetting/OrderPermissionDiscount",
    },
    {
      //锁车设置
      path: "/order3/orderSetting/orderLockSetting",
      component: "./order3/OrderSetting/OrderLockSetting",
    },
    {
      //开票设置
      path: "/order3/orderSetting/orderInvoicingSetting",
      component: "./order3/OrderSetting/OrderInvoicingSetting",
    },
    {
      //大客户单位设置
      path: "/order3/orderSetting/orderMajorClientUnit",
      component: "./order3/OrderSetting/OrderMajorClientUnit",
    },
    {
      //特价车补贴配置
      path: "/order3/orderSetting/specialCarSales",
      component: "./order3/SpecialCarSales",
    },
    {
      //不可面访门店
      path: "/order3/orderSetting/banShop",
      component: "./order3/BanShop",
    },
    {//贷款贴息配置
      path: '/order3/subsidizedInterest',
      component: './order3/SubsidizedInterest'
    },
    {//购车费用配置
      path: '/order3/buyCarCostSetting',
      component: './order3/BuyCarCostSetting'
    },
    {//每日送优惠
      path: '/order3/dailyGivePreferential',
      component: './order3/DailyGivePreferential'
    },
26ef48fa   舒述军   路由文件修改
173
    {//买车即送
cc26d1fc   张志伟   🎉 重新构建项目,解决项目过大的问题
174
175
      path: '/order3/buyCarGift',
      component: './order3/BuyCarGift'
26ef48fa   舒述军   路由文件修改
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
    },
    { // 置换补贴
      path: '/order3/carPurchaseSubsidy/replacementSubsidy',
      component: './order3/CarPurchaseSubsidy/ReplacementSubsidy'
    },
    { // 大客户补贴
      path: '/order3/carPurchaseSubsidy/keyCustomerSubsidy',
      component: './order3/CarPurchaseSubsidy/KeyCustomerSubsidy'
    },
    { // 增购补贴
      path: '/order3/carPurchaseSubsidy/additionalSubsidy',
      component: './order3/CarPurchaseSubsidy/AdditionalPurchaseSubsidy'
    },
    {//保险购买设置
      path: "/order3/orderSetting/orderInsuranceSetting",
      component: "./order3/OrderSetting/InsurancePurchaseSetting",
    },
dabc5ea2   舒述军   交车确认项配置
193
194
195
196
    {//交车确认项配置
      path: "/order3/cofirmCarSetting",
      component: "./order3/ConfirmCarSetting",
    },
70f1ef30   舒述军   邮寄资料配置
197
    {//信贷资料金融公司不邮寄
efff5375   舒述军   路由修改
198
      path: "/order3/orderSetting/financialCreditMail",
70f1ef30   舒述军   邮寄资料配置
199
200
      component: "./order3/FinancialCreditMail",
    },
16e3614b   舒述军   交车视频设置
201
202
203
204
    {//交车视频配置
      path: "/order3/orderSetting/deliveryVideoConfig",
      component: "./order3/OrderSetting/DeliveryVideoConfig",
    },
6e1e695a   舒述军   线索到店零售占比配置
205
206
207
208
      { // 零售线索占比配置
      path: "/order3/retailTaskConfiguration",
      component: "./order3/RetailTaskConfiguration",
    },
4d81c850   舒述军   分期优惠券抵扣设置
209
    { // 附加值任务配置
a66655b2   舒述军   附加值任务配置
210
211
212
      path: "/order3/addValueTaskConfig",
      component: "./order3/AddValueTaskConfig",
    },
4d81c850   舒述军   分期优惠券抵扣设置
213
214
215
216
    {//分期优惠券抵扣设置
      path: "/order3/orderSetting/loanDiscountSetting",
      component: "./order3/OrderSetting/LoanDiscountSetting",
    },
cc26d1fc   张志伟   🎉 重新构建项目,解决项目过大的问题
217
  ];