Browse Source

'2023年7月19日14:11:49'

yxb
wq 2 years ago
parent
commit
b4a91e4ade
3 changed files with 10 additions and 0 deletions
  1. 3
    0
      pages.json
  2. 3
    0
      subpackage/orders/order-details-new.vue
  3. 4
    0
      utils/utils.ts

+ 3
- 0
pages.json View File

@@ -1410,6 +1410,7 @@
}
]
}
<<<<<<< HEAD
// ,{
// //其他服务模块
// "root": "subpackage/service",
@@ -1514,6 +1515,8 @@
// }
// ]
// }
=======
>>>>>>> 4e785fbeaf279bbb097c57a51fc5a7a31f0e4aab
],
"tabBar": {
"color": "#666666",

+ 3
- 0
subpackage/orders/order-details-new.vue View File

@@ -478,7 +478,10 @@
//是否有售后信息
const isHaveAfterSaleInfo = () =>{
<<<<<<< HEAD

=======
>>>>>>> 4e785fbeaf279bbb097c57a51fc5a7a31f0e4aab
if(isBlank(state.orderInfo.orderInfoExt.returnMode ?state.orderInfo.orderInfoExt.returnMode: null) && isBlank(state.orderInfo.orderInfoExt.exchangeMode ?state.orderInfo.orderInfoExt.exchangeMode: null)){
return false;
}

+ 4
- 0
utils/utils.ts View File

@@ -226,7 +226,11 @@ export const getOrderTypeName = (orderType = 'ISSUE') => {
}

//根据车辆类型获取车辆名称
<<<<<<< HEAD
export const getCarTypeName = (carType : any) => {
=======
export const getCarTypeName = (carType: any) => {
>>>>>>> 4e785fbeaf279bbb097c57a51fc5a7a31f0e4aab
switch (carType) {
case 1:
return '客车';

Loading…
Cancel
Save