瀏覽代碼

2023年7月19日14:18:23

yxb
wq 1 年之前
父節點
當前提交
29f69eb2b1
共有 3 個文件被更改,包括 0 次插入11 次删除
  1. 0
    3
      pages.json
  2. 0
    4
      subpackage/orders/order-details-new.vue
  3. 0
    4
      utils/utils.ts

+ 0
- 3
pages.json 查看文件

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

+ 0
- 4
subpackage/orders/order-details-new.vue 查看文件

@@ -478,10 +478,6 @@
//是否有售后信息
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;
}

+ 0
- 4
utils/utils.ts 查看文件

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

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

Loading…
取消
儲存