import { | import { | ||||
IntegerToHexString, | IntegerToHexString, | ||||
} from "@/utils/util/fileData.js"; | } from "@/utils/util/fileData.js"; | ||||
import { | |||||
stringToJson | |||||
} from "@/utils/network/encryption.js"; | |||||
import * as IFCODE from "@/utils/network/api.js"; | import * as IFCODE from "@/utils/network/api.js"; | ||||
import { | import { | ||||
issueApply,issueCallback,changeCardObuCommandApply,changeCardObuCommandCallback,changeCardObuView | |||||
changeCardObuCommandApply,changeCardObuCommandCallback,changeCardObuView | |||||
} from "@/utils/network/api"; | } from "@/utils/network/api"; | ||||
import { | import { | ||||
agentId | agentId |
<view><text>订单号:</text><text>{{state.params['orderNo']}}</text></view> | <view><text>订单号:</text><text>{{state.params['orderNo']}}</text></view> | ||||
<view><text>业务类型:</text><text>{{state.params['businessTypeC']}}</text></view> | <view><text>业务类型:</text><text>{{state.params['businessTypeC']}}</text></view> | ||||
<view><text>订单状态:</text><text>{{state.params['orderStatusStr']}}</text></view> | <view><text>订单状态:</text><text>{{state.params['orderStatusStr']}}</text></view> | ||||
<view><text>订单阶段:</text><text>{{state.params['orderStepStr']}}</text></view> | |||||
<view><text>车牌号:</text><text>{{state.params['vehiclePlate']}}</text></view> | <view><text>车牌号:</text><text>{{state.params['vehiclePlate']}}</text></view> | ||||
<view><text>车牌颜色:</text><text>{{getVehiclePlateColorPai(state.params['vehiclePlateColorC'])}}</text></view> | <view><text>车牌颜色:</text><text>{{getVehiclePlateColorPai(state.params['vehiclePlateColorC'])}}</text></view> | ||||
<template v-if="state.paramsdData.orderType=='VEHICLEINFOCHANGE'"> | <template v-if="state.paramsdData.orderType=='VEHICLEINFOCHANGE'"> |
}) | }) | ||||
} else { | } else { | ||||
navTo( | navTo( | ||||
`/subpackage/orders/release-products?orderId=${state.orderId}`, | |||||
`/subpackage/orders/release-products?orderId=${state.orderId}&orderQuery=${state.orderQuery}`, | |||||
); | ); | ||||
} | } | ||||
} | } |
import navBgCar from "./components/nav-bg-car1"; | import navBgCar from "./components/nav-bg-car1"; | ||||
const imgURL = `${fileURL}image/`; | const imgURL = `${fileURL}image/`; | ||||
import {navTo} from "@/utils/utils"; | import {navTo} from "@/utils/utils"; | ||||
const savaHandle = () => { | |||||
console.log("执行点击事件"); | |||||
navTo( | |||||
`/subpackage/orders/choice-product?orderId=${state.orderId}`, | |||||
); | |||||
}; | |||||
const qianyueAction = (val) => { | const qianyueAction = (val) => { | ||||
console.log(val); | console.log(val); | ||||
// #ifdef MP-ALIPAY | // #ifdef MP-ALIPAY | ||||
state.clientFee = option.clientFee; | state.clientFee = option.clientFee; | ||||
state.id = option.id; | state.id = option.id; | ||||
} | } | ||||
console.log("option---",option) | |||||
var data = {}; | var data = {}; | ||||
const options = { | const options = { | ||||
type: 2, | type: 2, |
// 没登录情况 | // 没登录情况 | ||||
if (!hasLogin()) { | if (!hasLogin()) { | ||||
navTo( `/login/login?back=1`) | navTo( `/login/login?back=1`) | ||||
}else{ | |||||
} | } | ||||
}) | }) | ||||
}) | }) | ||||
}else if(state.details['orderStep'] == OrderStatus['已支付/待签约']){ | }else if(state.details['orderStep'] == OrderStatus['已支付/待签约']){ | ||||
// 去签约 | // 去签约 | ||||
navTo(`/subpackage/orders/release-products?orderId=${state.orderId}`); | |||||
navTo(`/subpackage/orders/release-products?orderId=${state.orderId}&orderQuery=1`); | |||||
}else if(state.details['orderStep'] == OrderStatus['待激活']){ | }else if(state.details['orderStep'] == OrderStatus['待激活']){ | ||||
// 待激活 | // 待激活 | ||||
gotoActiveOrder(state.details) | gotoActiveOrder(state.details) | ||||
align-items: center; | align-items: center; | ||||
height: 76rpx; | height: 76rpx; | ||||
text{ | text{ | ||||
width: 22%; | |||||
width:30%; | |||||
} | } | ||||
input{ | input{ | ||||
border:1rpx solid #ccc ; | border:1rpx solid #ccc ; | ||||
margin-left: 20rpx; | |||||
padding: 6rpx 10rpx; | padding: 6rpx 10rpx; | ||||
width: 60%; | width: 60%; | ||||
border-radius: 5rpx; | border-radius: 5rpx; | ||||
margin-top: 30rpx; | margin-top: 30rpx; | ||||
} | } | ||||
::v-deep .uni-select{ | ::v-deep .uni-select{ | ||||
margin-left: 20rpx; | |||||
box-sizing: border-box !important; | box-sizing: border-box !important; | ||||
padding-left: 10rpx !important; | padding-left: 10rpx !important; | ||||
border:1rpx solid #ccc ; | border:1rpx solid #ccc ; | ||||
height: 56rpx; | |||||
height: 60rpx !important; | |||||
} | } | ||||
::v-deep .uni-select__input-text{ | ::v-deep .uni-select__input-text{ | ||||
font-size: 30rpx !important; | font-size: 30rpx !important; |
font-size: 14px; | font-size: 14px; | ||||
border: 1px solid $uni-border-3; | border: 1px solid $uni-border-3; | ||||
box-sizing: border-box; | box-sizing: border-box; | ||||
border-radius: 4px; | |||||
border-radius: 2px; | |||||
padding: 0 5px; | padding: 0 5px; | ||||
padding-left: 10px; | padding-left: 10px; | ||||
position: relative; | position: relative; |