소스 검색

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

yxb
wq 2 년 전
부모
커밋
b4a91e4ade
3개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      pages.json
  2. 3
    0
      subpackage/orders/order-details-new.vue
  3. 4
    0
      utils/utils.ts

+ 3
- 0
pages.json 파일 보기

} }
] ]
} }
<<<<<<< HEAD
// ,{ // ,{
// //其他服务模块 // //其他服务模块
// "root": "subpackage/service", // "root": "subpackage/service",
// } // }
// ] // ]
// } // }
=======
>>>>>>> 4e785fbeaf279bbb097c57a51fc5a7a31f0e4aab
], ],
"tabBar": { "tabBar": {
"color": "#666666", "color": "#666666",

+ 3
- 0
subpackage/orders/order-details-new.vue 파일 보기

//是否有售后信息 //是否有售后信息
const isHaveAfterSaleInfo = () =>{ 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)){ if(isBlank(state.orderInfo.orderInfoExt.returnMode ?state.orderInfo.orderInfoExt.returnMode: null) && isBlank(state.orderInfo.orderInfoExt.exchangeMode ?state.orderInfo.orderInfoExt.exchangeMode: null)){
return false; return false;
} }

+ 4
- 0
utils/utils.ts 파일 보기

} }


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

Loading…
취소
저장