123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688 |
- <template>
- <view @click.native="init" class="page">
- <view class="car-header dis a-c">
- <image src="/static/image/car-insure/Group.png" mode="" style="width: 40px;height: 40px;"></image>
- <view class="dis f-c head-name">
- <text>{{licenseno}}</text>
- <view class="name1">
- <text style="margin-right: 10px;">{{insuredname}}</text>
- <text>{{modelcname}}</text>
- </view>
- </view>
- </view>
- <view class="pdd mt-3">
- <view class="sub-orders " v-for="(item,index) in sublist" :key="index">
- <view class="status dis a-c j-s">
- <view v-for="(statusitem, statusindex) in statusList" :key="statusindex" class="dis a-c"
- style="font-weight: bold;" v-if="item.orderstatus == statusitem.value">
- <image :src="statusitem.src" mode="" style="width: 22px;height: 22px;margin-right: 5px;">
- </image>
- <text :style="{color: statusitem.color}">{{statusitem.label}}</text>
- </view>
- <text>¥{{item.sumpremium}}</text>
- </view>
- <view class="orders-centre">
- <text>{{item.inscompany}}</text>
- <text>( {{item.agreementName}} )</text>
- <view class="sum dis f-wrap">
- <view v-if="item.jqpremium">交强险:¥{{item.jqpremium}}</view>
- <view v-if="item.sypremium">商业险:¥{{item.sypremium}}</view>
- <view>车船税:¥{{item.taxamount}}</view>
- <view v-if="item.jypremium">驾意险:¥{{item.jypremium}}</view>
- </view>
- <view v-if="item.auditopinion" class="dis f-c" style="font-size: 12px;">
- <text>审核意见</text>
- <text>{{item.auditopinion}}</text>
- </view>
- </view>
- <view class="orders-below dis j-end a-c">
- <text class="arrivalNavigations" :data-id="item.id" @tap.stop.prevent="Moremethods">更多
- <view class="arrivalNavigation" v-if="item.checked">
- <view class="d4"></view>
- <view class="sideNavigation">
- <view class="sideNavigation-btn">
- <view @click="bjdpreview(item.id)">报价单</view>
- <view v-if="item.orderstatus==2 && ['紫金财险'].includes(item.inscompany)"
- @click="cancelorder(item.id)">撤单</view>
- <view v-if="item.orderstatus==2" @click="revokeCode(item.id)">撤销二维码</view>
- <!-- <view @click="orderTrajectory(item.id)">订单轨迹</view> -->
- </view>
- </view>
- </view>
- </text>
- <u-button
- v-if="item.orderstatus==2 && ['恒邦财险','安盛天平','中国人寿','众安财险','太平财险','紫金财险','永诚财险','国任财险','大家财险','华泰财险','中煤财险','华农财险','渤海财险'].includes(item.inscompany)"
- size="mini" :custom-style="{fontSize:'14px'}" type="error" :plain="true"
- style="margin-right:10px;" @click="queryStatus(item.id,item)">查询缴费状态</u-button>
- <u-button v-if="item.orderstatus==2" size="mini" type="error" style="margin-right:10px;"
- :custom-style="{fontSize:'14px'}" :plain="true"
- @click="Payment(item.id,item.apiType)">二维码</u-button>
- <u-button v-if="(item.orderstatus==4 || item.orderstatus==1) && item.inscompany=='华泰财险'" size="mini"
- :custom-style="{fontSize:'14px'}" type="error" :plain="true" @click="huataiunderwriting(item)"
- style="margin-right:10px;">更新订单</u-button>
- <u-button
- v-if="item.orderstatus==1 && ['中煤财险','永诚财险','国任财险','大家财险','渤海财险','恒邦财险','安盛天平','中国人寿','众安财险','太平财险','华农财险'].includes(item.inscompany)"
- style="margin-right:10px;" size="mini" type="error" :plain="true"
- :custom-style="{fontSize:'14px'}" @click="underwriting(item.id,item.inscompany)">更新订单</u-button>
- <u-button size="mini" type="primary" :custom-style="{fontSize:'14px'}" :plain="true"
- @click="detial(item.id)">查看详情</u-button>
- </view>
- </view>
- </view>
- <o-empty v-if="sublist.length==0" />
- <!-- <u-popup v-model="trajectoryShow" mode="center" border-radius="8" width="80%">
- <u-steps mode="number" :list="numList" :current="2" direction="column" style="padding: 20px;"></u-steps>
- </u-popup> -->
- </view>
- </template>
- <script>
- import store from '@/store';
- import {
- mapState,
- mapMutations
- } from "vuex"
- export default {
- data() {
- return {
- show: true,
- modeClass: 'fade',
- // trajectoryShow: false,
- // trajectoryList: [],
- MoreShow: false,
- moreindex: "",
- companyId: "",
- modelcname: "",
- orderno: "",
- insuredname: "",
- licenseno: "",
- sublist: [],
- numList: [{
- name: '报价中'
- }, {
- name: '待核保'
- },
- {
- name: '核保退回'
- }, {
- name: '已核保待缴费'
- }, {
- name: '已承保'
- },
- ],
- statusList: [{
- label: '报价中',
- value: 0,
- color: "#229805",
- src: "/static/image/car-insure/state1.png"
- },
- {
- label: '待核保',
- value: 1,
- color: "#FF5600",
- src: "/static/image/car-insure/state2.png"
- },
- {
- label: '已核保待缴费',
- value: 2,
- color: "#FF0F00",
- src: "/static/image/car-insure/state3.png"
- },
- {
- label: '已承保',
- value: 3,
- color: "#0052FF",
- src: "/static/image/car-insure/state4.png"
- },
- {
- label: '核保退回',
- value: 4,
- color: "#727272",
- src: "/static/image/car-insure/state5.png"
- }
- ],
- }
- },
- computed: {
- ...mapState(['userInfo', 'quotationType']),
- },
- onLoad(params) {
- let item = JSON.parse(params.orderno);
- this.orderno = item.orderno;
- this.modelcname = item.modelcname;
- this.insuredname = item.insuredname;
- this.licenseno = item.licenseno;
- this.querylist();
- },
- methods: {
- handle(type) {
- this.show = !this.show
- this.modeClass = type
- },
- async querylist() {
- let params = {
- orderNo: this.orderno
- }
- let res = await this.$http.post('/insurance/order/querySuborder', params)
- this.sublist = res.data;
- this.sublist.map(val => {
- val.checked = false;
- return val;
- })
- },
- //更多操作
- Moremethods(e) {
- let id = e.currentTarget.dataset.id;
- let list = this.sublist;
- this.sublist = list.map(val => {
- if (val.id == id) {
- val.checked = !val.checked;
- } else {
- val.checked = false;
- }
- return val;
- })
- },
- //查看详情
- detial(id) {
- uni.navigateTo({
- url: "/pages/carInsure2/quoteDetail?companyId=" + id
- })
- },
- //付款码
- Payment(id, type) {
- console.log(type);
- let pro = this.quotationType.themeCode;
- if (pro == "QD") {
- uni.navigateTo({
- url: "/pages/orders1/paymentCode?companyId=" + id + '&apiType=' + type,
- })
- } else {
- uni.navigateTo({
- url: "/pages/orders1/paymentCode1?companyId=" + id + '&apiType=' + type,
- })
- }
- },
- //报价单
- bjdpreview(id) {
- let pro = this.quotationType.themeCode;
- if (pro == "QD") {
- uni.navigateTo({
- url: "/pages/orders1/quotation?companyId=" + id
- })
- } else {
- uni.navigateTo({
- url: "/pages/orders1/quotation1?companyId=" + id
- })
- }
- },
- //撤销二维码
- async revokeCode(id) {
- let res = await this.$http.post('/order/qrCode/destructionQrCode?areaCompanyId=' + id)
- if (res.code == '200') {
- uni.showToast({
- title: res.msg,
- icon: 'success',
- duration: 1000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: res.msg,
- icon: 'none',
- duration: 1000
- });
- }
- },
- async huataiunderwriting(item) {
- let api = item.apiType == '2' ? '/insurance/crawler/auditStatusQuery' :
- '/order/huaTaiApi/auditStatusQuery';
- let params = {
- companyId: item.id,
- }
- let res = await this.$http.post(`${api}`, params)
- if (res.code == '200') {
- uni.showToast({
- title: res.msg,
- icon: 'success',
- duration: 1000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: res.msg,
- icon: 'none',
- duration: 1000
- });
- }
- },
- //核保状态查询
- async underwriting(id, inscompany) {
- switch (inscompany) {
- case "中煤财险":
- let zmres = await this.$http.post('/order/zhongMeiApi/auditStatusQuery', {
- companyId: id
- })
- if (zmres.code == '200') {
- uni.showToast({
- title: zmres.msg,
- icon: 'none',
- duration: 1000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: zmres.msg,
- icon: 'none',
- });
- }
- break;
- case "永诚财险":
- let ycres = await this.$http.get('/api/yongCheng/orderStatusBySuborderId/' + id);
- if (ycres.code == '200') {
- uni.showToast({
- title: ycres.msg,
- icon: 'none',
- duration: 2000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: ycres.msg,
- icon: 'none',
- });
- }
- break;
- case "国任财险":
- let grres = await this.$http.post('/api/guoRen/updateOrderInfo', {
- companyId: id
- });
- if (grres.code == '200') {
- uni.showToast({
- title: grres.msg,
- icon: 'none',
- duration: 2000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: grres.msg,
- icon: 'none',
- });
- }
- break;
- case "大家财险":
- let djres = await this.$http.post('/api/dajia/verifyPayment', {
- companyId: id
- });
- if (djres.code == '200') {
- uni.showToast({
- title: djres.msg,
- icon: 'none',
- duration: 2000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: djres.msg,
- icon: 'none',
- });
- }
- break;
- case "渤海财险":
- let bhres = await this.$http.post('/order/boHaiApi/auditStatusQuery', {
- companyId: id
- });
- if (bhres.code == '200') {
- uni.showToast({
- title: bhres.msg,
- icon: 'none',
- duration: 2000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: bhres.msg,
- icon: 'none',
- });
- }
- break;
- default:
- let pythonres = await this.$http.post('/insurance/crawler/auditStatusQuery', {
- companyId: id
- });
- if (pythonres.code == '200') {
- uni.showToast({
- title: pythonres.msg,
- icon: 'none',
- duration: 2000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: pythonres.msg,
- icon: 'none',
- });
- }
- break;
- }
- },
- //撤单
- async cancelorder(item) {
- let res = await this.$http.post('/order/zijin/cancel', {
- companyId: item
- })
- if (res.code == '200') {
- uni.showToast({
- title: res.msg,
- icon: 'none',
- duration: 1000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: res.msg,
- icon: 'none',
- });
- }
- },
- async queryStatus(id, item) {
- switch (item.inscompany) {
- case "紫金财险":
- let zjres = await this.$http.post('/order/zijin/getOrderDetail', {
- companyId: id
- });
- if (zjres.code == '200') {
- uni.showToast({
- title: zjres.msg,
- icon: 'none',
- duration: 2000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: zjres.msg,
- icon: 'none',
- });
- }
- break;
- case "大家财险":
- let djres = await this.$http.post('/api/dajia/verifyPayment', {
- companyId: id
- });
- if (djres.code == '200') {
- uni.showToast({
- title: djres.msg,
- icon: 'none',
- duration: 2000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: djres.msg,
- icon: 'none',
- });
- }
- break;
- case "华泰财险":
- let api = item.apiType == '2' ? '/insurance/crawler/verifyPayment' :
- '/order/huaTaiApi/paymentEnquiry';
- let htres = await this.$http.post(`${api}`, {
- [item.apiType == 2 ? "subOrderNo" : "companyId"]: id
- });
- if (htres.code == '200') {
- uni.showToast({
- title: htres.msg,
- icon: 'none',
- duration: 2000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: htres.msg,
- icon: 'error',
- });
- }
- break;
- case "永诚财险":
- let ycres = await this.$http.get(
- '/api/yongCheng/orderStatusBySuborderId/' + id);
- if (ycres.code == '200') {
- uni.showToast({
- title: ycres.msg,
- icon: 'none',
- duration: 2000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: ycres.msg,
- icon: 'none',
- });
- }
- break;
- case "国任财险":
- let grres = await this.$http.post('/api/guoRen/updateOrderInfo', {
- companyId: id
- });
- if (grres.code == '200') {
- uni.showToast({
- title: grres.msg,
- icon: 'none',
- duration: 2000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: grres.msg,
- icon: 'none',
- });
- }
- break;
- case "中煤财险":
- let zmres = await this.$http.post('/order/zhongMeiApi/paymentEnquiry', {
- companyId: id
- });
- if (zmres.code == '200') {
- uni.showToast({
- title: zmres.msg,
- icon: 'none',
- duration: 2000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: zmres.msg,
- icon: 'none',
- });
- }
- break;
- case "渤海财险":
- let bhres = await this.$http.post('/order/boHaiApi/getOrderDetail', {
- companyId: id
- });
- if (bhres.code == '200') {
- uni.showToast({
- title: bhres.msg,
- icon: 'none',
- duration: 2000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: bhres.msg,
- icon: 'none',
- });
- }
- break;
- default:
- let pythonres = await this.$http.post('/insurance/crawler/verifyPayment', {
- subOrderNo: id
- });
- if (pythonres.code == '200') {
- uni.showToast({
- title: pythonres.msg,
- icon: 'none',
- duration: 2000
- });
- this.querylist();
- } else {
- uni.showToast({
- title: pythonres.msg,
- icon: 'none',
- });
- }
- break;
- }
- },
- init() {
- this.sublist = this.sublist.map(val => {
- val.checked = false;
- return val;
- })
- }
- }
- }
- </script>
- <style>
- page {
- background: #f2f2f2;
- }
- </style>
- <style lang="scss" scoped>
- .page {
- min-height: calc(100vh - 44px);
- background-color: #F8FAFE;
- padding: 16px 16px 30px 16px;
- }
- .car-header {
- width: 100%;
- height: auto;
- background: #FFFFFF;
- box-shadow: 0px 4px 10px 0px #DAE3F4;
- border-radius: 6px;
- padding: 8px 15px;
- .head-name {
- margin-left: 20px;
- &>text {
- font-weight: bold;
- font-size: 15px;
- color: #232832;
- }
- .name1 text {
- font-size: 14px;
- font-weight: bold;
- color: #333333;
- }
- }
- }
- .sub-orders {
- width: 100%;
- background: white;
- border-radius: 6px;
- padding: 10px;
- box-shadow: 0px 4px 10px 0px #DAE3F4;
- border-radius: 6px;
- margin-bottom: 10px;
- .status {
- padding-bottom: 8px;
- border-bottom: 1px solid #EFEFEF;
- >text {
- color: #FF5600;
- font-size: 16px;
- font-weight: bold;
- }
- }
- .orders-centre {
- padding: 6px 0;
- border-bottom: 1px solid #EFEFEF;
- >text {
- font-size: 15px;
- font-weight: bold;
- color: #232832;
- }
- .sum {
- view {
- width: 50%;
- color: #2D4D89;
- font-size: 13px;
- }
- }
- }
- .orders-below {
- padding-top: 10px;
- }
- }
- .strong {
- font-weight: bold;
- }
- .arrivalNavigations {
- font-size: 14px;
- color: rgba(51, 51, 51, 0.8);
- margin-right: auto;
- position: relative;
- }
- //从这里开始是弹出框的样式 不需要搜索框的 前面样式都不用加
- .arrivalNavigation {
- width: 250rpx;
- position: absolute;
- left: -10px;
- top: 30px;
- z-index: 99;
- .sideNavigation {
- width: 80px;
- background-color: #fff;
- box-shadow: 0px 4px 10px 0px #DAE3F4;
- border-radius: 10rpx;
- .sideNavigation-btn>view {
- text-align: center;
- font-size: 14px;
- color: #333333;
- text-align: center;
- padding: 6px 0;
- border-bottom: 1px solid #EFEFEF;
- &:last-child {
- border: none;
- }
- }
- }
- .d4 {
- width: 0;
- height: 0;
- margin-left: 22px;
- margin-top: -20rpx;
- border-width: 20rpx;
- border-style: solid;
- border-color: transparent #fff transparent transparent;
- transform: rotate(90deg);
- /*顺时针旋转90°*/
- }
- }
- </style>
|