quoteDetail.vue 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269
  1. <template>
  2. <view class=" ">
  3. <view class=" page dis f-c" id="panelcanvas" style="position: relative;">
  4. <image class="back" :src="detailbackimg" mode=""></image>
  5. <uni-NavBar headerTitle="订单详情" background="transparent" :isSlot="false" :rightSlot="true">
  6. <template #rightSlot>
  7. <view class="dis f-c a-c mr-3" @click="getWechatCustomer">
  8. <image src="/static/icon/customerService.png" mode="" style="width: 48rpx;height: 48rpx;">
  9. </image>
  10. <text style="font-size: 20rpx;color: #333;">客服</text>
  11. </view>
  12. <view class="dis f-c a-c " @click="share">
  13. <image src="/static/icon/share.png" mode="" style="width: 48rpx;height: 48rpx;"></image>
  14. <text style="font-size: 20rpx;color: #333;">分享</text>
  15. </view>
  16. </template>
  17. </uni-NavBar>
  18. <view class="statusFeedbackArea" v-for="(item,index) in statusList" :key="index"
  19. v-if="item.value==orderStatus">
  20. <view class="dis f-c a-start">
  21. <text>{{item.text}}</text>
  22. <div class="dis a-c mt-2" v-if="orderStatus==3">
  23. <text class="text mr-2">核保时间可能较长,如长时间无结果</text>
  24. <u-icon name="reload" color="#333" size="18"></u-icon>
  25. <text style="font-size: 28rpx;" @click="refreshUnderwriting">点此刷新</text>
  26. </div>
  27. <div class="dis a-c mt-2" v-if="orderStatus==4">
  28. <text class="text mr-2">已经完成支付</text>
  29. <u-icon name="reload" color="#333" size="18"></u-icon>
  30. <text style="font-size: 28rpx;" @click="refreshPayment">点此刷新</text>
  31. </div>
  32. </view>
  33. </view>
  34. <view class="details-content">
  35. <view class="header dis a-c j-s">
  36. <view class="dis a-c">
  37. <image class="logo mr-1" :src="insCompanyVo.logo" mode=""></image>
  38. <text class="title">{{companyName}}</text>
  39. </view>
  40. <view class="price dis a-c">
  41. <text class="mr-1">保费合计</text>
  42. <text>¥{{costs.sumPremium}}</text>
  43. </view>
  44. </view>
  45. <view class="contentTabs">
  46. <u-tabs :list="contentTabslist" @click="click" :activeStyle="{color:'#333',fontWeight:'bold'}"
  47. :inactiveStyle="{color:'#999'}" :current="current" :scrollable="false" lineColor="#FDE935"
  48. lineWidth="60rpx"></u-tabs>
  49. <view class="scroll-content">
  50. <template v-if="current==0">
  51. <carViewVue title="车辆信息" :info="carInfoVo" :infoB="carInfoVo1"></carViewVue>
  52. <userViewVue title="车主信息" :info="ownersInfo"
  53. :headerStyle="{background:'linear-gradient( 180deg, #FFF8F8 0%, #FFFFFF 100%)'}">
  54. </userViewVue>
  55. <userViewVue title="投保人信息" :info="policyHolderInfo"
  56. :headerStyle="{background:'linear-gradient( 180deg, #F3F9FF 0%, #FFFFFF 100%)'}">
  57. </userViewVue>
  58. <userViewVue title="被保人信息" :info="insuredPersonInfo"
  59. :headerStyle="{background:'linear-gradient( 180deg, #F9F6FF 0%, #FFFFFF 100%)'}">
  60. </userViewVue>
  61. </template>
  62. <insuranceInfoVue v-if="current==1" @viewDiscount="viewDiscountShow=true"
  63. @vvTaxDetails="vvTaxDetailsShow=true" costs :ciRiskInfoVo="ciRiskInfoVo"
  64. :biRiskInfoVo="biRiskInfoVo" :costs="costs" :policy="policy" :scoreVo="scoreVo"
  65. :accidentalDrivings="accidentalDrivings" :kindInfoVo="kindInfoVo"
  66. :vehicleAndVesselTaxVo="vehicleAndVesselTaxVo" :insFeeOrders="insFeeOrders"
  67. :car_tax_codeoptions="car_tax_codeoptions" @updateDiscount="updateDiscountShow=true"
  68. @customerRightsDetail="customerRightsDetail">
  69. </insuranceInfoVue>
  70. <template v-if="current==2">
  71. <imageDataVue @previewImage="previewImage" @delCheckImage="delCheckImage"
  72. :imageCollection="imageCollection" @chooseImage="chooseImage"></imageDataVue>
  73. </template>
  74. </view>
  75. </view>
  76. </view>
  77. </view>
  78. <!-- <view class="footer dis ">
  79. <view class="btn dis a-c j-c " @click="modificationPlan" v-if="['1'].includes(orderStatus)">
  80. <text>修改方案</text>
  81. </view>
  82. <view class="btn dis a-c j-c " @click="toCarInfo" v-if="['1'].includes(orderStatus)">
  83. <text>修改信息</text>
  84. </view>
  85. <view class="btn dis a-c j-c" v-if="['1'].includes(orderStatus)" @click="underwritingShow = true">
  86. <text>立即核保</text>
  87. </view>
  88. <view class="btn dis a-c j-c " v-if="['3'].includes(orderStatus)">
  89. <text>删除订单</text>
  90. </view>
  91. <view class="btn dis a-c j-c " v-if="['4'].includes(orderStatus)" @click="revokePaymentCode">
  92. <text>撤销支付码</text>
  93. </view>
  94. <view class="btn dis a-c j-c" @tap="payNow" v-if="['4'].includes(orderStatus)">
  95. <text>立即支付</text>
  96. </view>
  97. <view class="btn dis a-c j-c" v-if="['7'].includes(orderStatus)">
  98. <uni-cloudPopup text="更多操作" color="#1f1f1f" size="17" :buttons="['修改方案','修改信息','删除订单']"
  99. @click="cloudPopupChange"></uni-cloudPopup>
  100. </view>
  101. <view class="btn dis a-c j-c " v-if="['8','7'].includes(orderStatus)">
  102. <text>重新报价</text>
  103. </view>
  104. <view class="btn dis a-c j-c " v-if="['7'].includes(orderStatus)" @click="underwritingShow = true">
  105. <text>重新核保</text>
  106. </view>
  107. <view class="btn dis a-c j-c " @click="ePolicy" v-if="['5'].includes(orderStatus)">
  108. <text>下载电子保单</text>
  109. </view>
  110. </view> -->
  111. <uni-Popup :show="viewDiscountShow" @close='viewDiscountShow=false' headerTitle="商业险折扣系数" overflow="auto"
  112. :headerStyle="{fontSize:'36rpx'}" maxHeight="580rpx">
  113. <template #content>
  114. <view class="viewDiscount">
  115. <view class="dis a-c j-s top mb-2">
  116. <text>313213</text>
  117. <text>321321321</text>
  118. </view>
  119. <view class="center">
  120. <view class="dis a-c j-s">
  121. <text>NCD系数</text>
  122. <text>0.8</text>
  123. </view>
  124. <view class="dis a-c j-s">
  125. <text>交通违法系数</text>
  126. <text>0.8</text>
  127. </view>
  128. <view class="dis a-c j-s">
  129. <text>自主定价系数</text>
  130. <text>0.8</text>
  131. </view>
  132. <view class="dis a-c j-s">
  133. <text>自主渠道系数</text>
  134. <text>0.8</text>
  135. </view>
  136. </view>
  137. <text class="formula">商业险折扣系数 = NCD系数 * 交通违法系数 * 自主定价系数 * 自主渠道系数。</text>
  138. </view>
  139. </template>
  140. </uni-Popup>
  141. <uni-Popup :show="updateDiscountShow" @close="updateDiscountShow=false" :closeable="false"
  142. headerTitle="商业险折扣系数修改" overflow="auto" :headerStyle="{fontSize:'36rpx'}" maxHeight="980rpx" mode="center"
  143. width="90%">
  144. <template #content>
  145. <view class="updateDiscount">
  146. <text class="text ">商业险折扣系数和自主定价系数只能修改一个,修改后系统会重新报价,计算修改后的保费</text>
  147. <u-radio-group v-model="value" placement="column" class="mt-3 " activeColor="#FDE935"
  148. iconColor='#333'>
  149. <u-radio label="明月几时有" style="align-items: baseline;">
  150. <view class="dis f-c " style="width: 100%;">
  151. <view class="dis a-start input mb-1">
  152. <text>商业险折扣系数</text>
  153. <text>(0.8521252)</text>
  154. </view>
  155. <u--input placeholder="请输入内容" clearable></u--input>
  156. </view>
  157. </u-radio>
  158. <u-radio label="明月几时有" class="mt-3" style="align-items: baseline;">
  159. <view class="dis f-c " style="width: 100%;">
  160. <view class="dis a-c input mb-1">
  161. <text>自主定价系数</text>
  162. <text>(0.8)</text>
  163. </view>
  164. <u--input placeholder="输入1—100的数字" clearable></u--input>
  165. </view>
  166. </u-radio>
  167. </u-radio-group>
  168. <view class="btn dis mt-3">
  169. <u-button class="mr-2" type="primary" shape="circle" :plain="true" text="关闭" color="#DDDDDD"
  170. @click="updateDiscountShow=false" :customStyle="{color:'#333'}"></u-button>
  171. <u-button type="primary" shape="circle" text="确定" color="#FDE935"
  172. :customStyle="{color:'#1f1f1f'}"></u-button>
  173. </view>
  174. </view>
  175. </template>
  176. </uni-Popup>
  177. <!-- 右上角分享功能 -->
  178. <uni-share :show="shareShow" @close="shareShow=false" @weixin="weixin" @userSmsShare="userSmsShare"
  179. @copyLink="copyLink" @saveToAlbum="saveToAlbum" @closeModal="closeShareModal">
  180. </uni-share>
  181. <!-- 确认核保提示 -->
  182. <uni-PopupMessage :show="underwritingShow" @close='underwritingShow=false' @cancelEvent='underwritingShow=false'
  183. @confirmEvent="underwritingEvent">
  184. <template #content>
  185. <view class="dis a-c j-c ">
  186. 是否确认提交核保
  187. </view>
  188. </template>
  189. </uni-PopupMessage>
  190. <!-- 取消核保提示 -->
  191. <uni-PopupMessage :show="cancelUnderwritingShow" @close='cancelUnderwritingShow=false'
  192. @cancelEvent='cancelUnderwritingShow=false' @confirmEvent="cancelUnderwritingEvent">
  193. <template #content>
  194. <view class="dis a-c j-c ">
  195. 您将取消核保,请确认是否继续该操作
  196. </view>
  197. </template>
  198. </uni-PopupMessage>
  199. <!-- 删除订单提示 -->
  200. <uni-PopupMessage :show="deleteOrderShow" @close='deleteOrderShow=false' @cancelEvent='deleteOrderEvent'
  201. headerTitle="删除订单确认" @confirmEvent="deleteOrderShow=false" cancelText="确认删除" confirmText="关闭">
  202. <template #content>
  203. <view class="dis a-c j-c ">
  204. 删除订单后,订单核保请求将取消,订单以及报价记录将清楚不可见,是否确认继续操作
  205. </view>
  206. </template>
  207. </uni-PopupMessage>
  208. <!-- 撤销支付码提示 -->
  209. <uni-PopupMessage :show="revokePaymentShow" @close='revokePaymentShow=false' @cancelEvent='revokePaymentEvent'
  210. headerTitle="撤销支付码" @confirmEvent="revokePaymentShow=false" cancelText="确认撤销" confirmText="关闭">
  211. <template #content>
  212. <view class="dis a-c j-c ">
  213. 撤销支付码后,订单将关闭,不再支持进行任何操作,请确认是否撤销?
  214. </view>
  215. </template>
  216. </uni-PopupMessage>
  217. <uni-Popup :show="vvTaxDetailsShow" @close='vvTaxDetailsShow=false' headerTitle="车船税" overflow="auto"
  218. maxHeight="580rpx">
  219. <template #content>
  220. <view class="vvTaxDetails-cell dis f-c ">
  221. <view class="cell-item dis a-c j-s">
  222. <text>车船税</text>
  223. <text>{{taxRelifFlagName}}</text>
  224. </view>
  225. <template>
  226. <view class="cell-item dis a-c j-s"
  227. v-if="vehicleAndVesselTaxVo.taxRelifFlag == 2 || vehicleAndVesselTaxVo.taxRelifFlag == 3">
  228. <text>减免税凭证号</text>
  229. <text>{{vehicleAndVesselTaxVo.extendChar2}}</text>
  230. </view>
  231. <view class="cell-item dis a-c j-s" v-if="vehicleAndVesselTaxVo.taxRelifFlag == 4">
  232. <text>完税凭证号</text>
  233. <text>{{vehicleAndVesselTaxVo.paidFreeCertificate}}</text>
  234. </view>
  235. <view class="cell-item dis a-c j-s"
  236. v-if="vehicleAndVesselTaxVo.taxRelifFlag == 2 || vehicleAndVesselTaxVo.taxRelifFlag == 3">
  237. <text>减免税原因</text>
  238. <text>{{vehicleAndVesselTaxVo.relifReason}}</text>
  239. </view>
  240. <view class="cell-item dis a-c j-s" v-if="vehicleAndVesselTaxVo.taxRelifFlag == 3">
  241. <text>减税比例</text>
  242. <text>{{vehicleAndVesselTaxVo.taxRelief}}</text>
  243. </view>
  244. <view class="cell-item dis a-c j-s" v-if="vehicleAndVesselTaxVo.taxRelifFlag !=1">
  245. <text>税务机关代码</text>
  246. <text>{{vehicleAndVesselTaxVo.taxComCode}}</text>
  247. </view>
  248. <view class="cell-item dis a-c j-s" v-if="vehicleAndVesselTaxVo.taxRelifFlag !=1">
  249. <text>税务机关名称</text>
  250. <text>{{vehicleAndVesselTaxVo.taxComName}}</text>
  251. </view>
  252. <view class="cell-item dis a-c j-s" v-if="vehicleAndVesselTaxVo.taxRelifFlag ==4">
  253. <text>完税凭证填发日期</text>
  254. <text>{{vehicleAndVesselTaxVo.taxDocumentDate}}</text>
  255. </view>
  256. <view class="cell-item dis a-c j-s" v-if="vehicleAndVesselTaxVo.taxRelifFlag ==4">
  257. <text>完税凭证地区</text>
  258. <text>{{vehicleAndVesselTaxVo.taxPaidAreaCode}}</text>
  259. </view>
  260. </template>
  261. </view>
  262. </template>
  263. </uni-Popup>
  264. <!-- 图片预览组件 -->
  265. <previewImage ref="previewImage" :opacity="0.8" :circular="true" :imgs="previewImgs"></previewImage>
  266. <u-loading-page :loading="loading" style="z-index: 999999;" loading-text="核保中" bg-color="rgb(0 ,0 ,0 ,0.4)"
  267. color="#fff"></u-loading-page>
  268. </view>
  269. </template>
  270. <script>
  271. import store from '@/store';
  272. import carViewVue from './modules/carView.vue'; //车辆信息
  273. import userViewVue from './modules/userView.vue'; //人员信息
  274. import insuranceInfoVue from './modules/insuranceInfo.vue'; //投保人信息
  275. import imageDataVue from './modules/imageData.vue'; //影像信息
  276. import previewImage from '@/components/previewImage/previewImage.vue'; //引用插件
  277. import {
  278. pathToBase64,
  279. base64ToPath
  280. } from '@/common/pdf.js'
  281. import {
  282. turnBase64Image,
  283. dictionaryMatch
  284. } from '@/plugins/utils.js';
  285. export default {
  286. components: {
  287. carViewVue,
  288. userViewVue,
  289. insuranceInfoVue,
  290. imageDataVue,
  291. previewImage
  292. },
  293. data() {
  294. return {
  295. loading: false,
  296. insCompanyVo: {}, //保险公司信息
  297. vvTaxDetailsShow: false, //车船税详情弹窗
  298. //车船税form
  299. vehicleAndVesselTaxVo: {
  300. taxRelifFlag: "1", //类型
  301. identifyNumber: "", //纳税人识别号
  302. taxpayerIdentifier: "01", //纳税人证件类型
  303. taxpayerName: "", //纳税人名称
  304. extendChar2: "", //减免税凭证号
  305. paidFreeCertificate: "", //完税凭证号
  306. relifReason: "", //减免税原因
  307. taxComCode: "", //税务机关代码
  308. taxComName: "", ///税务机关名称
  309. taxDocumentDate: "", //完税日期
  310. taxPaidAreaCode: "", //完税凭证地区代码
  311. taxRelief: "", //减税比例
  312. },
  313. underwritingShow: false, //确认核保弹窗
  314. cancelUnderwritingShow: false, //取消核保弹窗
  315. deleteOrderShow: false, //删除订单弹窗
  316. revokePaymentShow: false, //撤销支付弹窗
  317. underwritingTitle: '提示',
  318. underwritingContent: '',
  319. previewImgs: [], //图片预览数组
  320. ordersNo: "",
  321. quoteNo: "",
  322. costs: {},
  323. companyName: "",
  324. policy: {}, //保单号信息
  325. ciRiskInfoVo: {}, //交强险
  326. biRiskInfoVo: {}, //商业险
  327. kindInfoVo: [], //险别信息
  328. accidentalDrivings: [], //驾意险
  329. carInfoVo: {}, //车辆信息
  330. carInfoVo1: {}, //车辆信息
  331. ownersInfo: {}, //车主信息
  332. policyHolderInfo: {}, //投保人信息
  333. insuredPersonInfo: {}, //被保人信息
  334. scoreVo: {}, //保费因素
  335. insFeeOrders: {}, //费用信息
  336. insOrderRightsInfoVo: {}, //权益信息
  337. order: {},
  338. detailbackimg: "", //背景图
  339. value: "",
  340. posterUrl: "", //页面截图
  341. shareShow: false, //分享弹窗
  342. viewDiscountShow: false, //折扣系数弹窗查看
  343. updateDiscountShow: false, //折扣系数修改弹窗
  344. contentTabslist: [{
  345. name: '基本信息'
  346. }, {
  347. name: '投保信息'
  348. }, {
  349. name: '影像资料'
  350. }],
  351. current: 0,
  352. orderStatus: '',
  353. statusList: [{
  354. label: '订单已提交',
  355. value: 0,
  356. text: "订单已完成报价"
  357. },
  358. {
  359. label: '待核保',
  360. value: 1,
  361. text: "订单已完成报价"
  362. },
  363. {
  364. label: '核保中',
  365. value: 2,
  366. text: "订单核保中,请耐心等待"
  367. },
  368. {
  369. label: '人工处理',
  370. value: 3,
  371. text: "订单核保中,请耐心等待"
  372. },
  373. {
  374. label: '待缴费',
  375. value: 4,
  376. text: "订单核保已通过,请尽快支付!"
  377. },
  378. {
  379. label: '已承保',
  380. value: 5,
  381. text: "订单已承保"
  382. },
  383. {
  384. label: '报价失败',
  385. value: 6,
  386. text: ""
  387. },
  388. {
  389. label: '核保失败',
  390. value: 7,
  391. text: "核保不通过"
  392. },
  393. {
  394. label: '已关闭',
  395. value: 8,
  396. text: "订单已关闭"
  397. },
  398. ],
  399. //字典
  400. car_nature_codeoptions: [], //使用性质
  401. vehicle_use_code01options: [], //营业
  402. vehicle_use_code02options: [], //非营业
  403. car_kind_codeoptions: [], //车辆种类
  404. energy_type_codeoptions: [], //能源类型
  405. car_type_codeoptions: [], //车辆类型
  406. car_tax_codeoptions: [], //车船税类型
  407. taxpayerIdentifieroptions: [], //车船税类型
  408. car_tax_reason_codeoptions: [], //减免税原因
  409. imgList1: [],
  410. imgList2: [],
  411. imgList3: [],
  412. imgList4: [],
  413. imgList5: [],
  414. imgList6: [],
  415. imgList7: [],
  416. imgList8: [],
  417. carImageListId: [],
  418. ownerImageListId: [],
  419. policyHolderImageListId: [],
  420. insuredPersonImageListId: [],
  421. imageCollection: {}, //影像集合
  422. id: "",
  423. cnName: "",
  424. quotableCompanyList: [],
  425. }
  426. },
  427. async onLoad(options) {
  428. if (options) {
  429. await this.getDicType("car_tax_code"); //车船税类型
  430. await this.getDicType("taxpayerIdentifier"); //纳税人证件类型
  431. await this.getDicType("car_tax_reason_code"); //减免税原因代码
  432. await this.getDicType("car_nature_code"); //使用性质
  433. await this.getDicType("vehicle_use_code", "01"); //营业
  434. await this.getDicType("vehicle_use_code", "02"); //非营业
  435. await this.getDicType("car_kind_code"); //车辆种类
  436. await this.getDicType("energy_type_code"); //能源类型
  437. await this.getDicType("car_type_code"); //车辆类型
  438. let res = await this.$http.get('/supplementOrder/getOrderDetail?ordersNo=' + options.ordersNo);
  439. if (res.code == 200) {
  440. this.insCompanyVo = res.data.insCompanyVo[0]; //保险公司信息
  441. this.orderStatus = res.data.order.orderStatus; //订单状态
  442. this.companyName = res.data.order.companyName; //保险公司简称
  443. this.ordersNo = res.data.order.ordersNo; //订单号
  444. this.quoteNo = res.data.order.quoteNo; //报价号
  445. this.ciRiskInfoVo = res.data.ciRiskInfoVo; //交强大类
  446. this.biRiskInfoVo = res.data.biRiskInfoVo; //商业大类
  447. this.costs = res.data.costs; //报价金额信息
  448. this.policy = res.data.policy; //保单号信息
  449. this.kindInfoVo = res.data.kindInfoVo; //商业险险别
  450. this.accidentalDrivings = res.data.accidentalDrivings; //驾意险
  451. this.carInfoVo = res.data.carInfoVo; //车辆信息
  452. this.ownersInfo = res.data.ownersInfo; //车主信息
  453. this.policyHolderInfo = res.data.policyHolderInfo; //投保人信息
  454. this.insuredPersonInfo = res.data.insuredPersonInfo; //被保人信息
  455. this.scoreVo = res.data.scoreVo; //保费因素
  456. this.insFeeOrders = res.data.insFeeOrders; //费用信息
  457. this.insOrderRightsInfoVo = res.data.insOrderRightsInfoVo; //权益信息
  458. this.vehicleAndVesselTaxVo = res.data.vehicleAndVesselTaxVo; //车船税信息
  459. this.order = res.data.order;
  460. this.carInfoVo1.carNatureCode = dictionaryMatch(this.car_nature_codeoptions, res
  461. .data.carInfoVo
  462. .carNatureCode)
  463. if (res.data.carInfoVo.carNatureCode == '01') {
  464. this.carInfoVo1.vehicleUseCode = dictionaryMatch(this
  465. .vehicle_use_code01options,
  466. res.data
  467. .carInfoVo
  468. .vehicleUseCode)
  469. } else {
  470. this.carInfoVo1.vehicleUseCode = dictionaryMatch(this
  471. .vehicle_use_code02options,
  472. res.data
  473. .carInfoVo
  474. .vehicleUseCode)
  475. }
  476. this.carInfoVo1.carTypeCode = dictionaryMatch(this.car_type_codeoptions, res.data
  477. .carInfoVo
  478. .carTypeCode)
  479. this.carInfoVo1.carKindCode = dictionaryMatch(this.car_kind_codeoptions, res.data
  480. .carInfoVo
  481. .carKindCode)
  482. this.carInfoVo1.energyTypeCode = dictionaryMatch(this.energy_type_codeoptions, res
  483. .data
  484. .carInfoVo
  485. .energyTypeCode)
  486. if (this.quoteNo) {
  487. this.imageEcho(this.quoteNo) // 影像获取完毕
  488. }
  489. }
  490. }
  491. },
  492. async mounted() {
  493. this.detailbackimg = await turnBase64Image('/static/image/detailback.png');
  494. },
  495. computed: {
  496. //获取车船税类型
  497. taxRelifFlagName() {
  498. let info = this.car_tax_codeoptions.find(ele => ele.value === this.vehicleAndVesselTaxVo.taxRelifFlag)
  499. return info?.description;
  500. }
  501. },
  502. methods: {
  503. // 权益详情
  504. customerRightsDetail() {
  505. let params = {
  506. ownersInfo: this.ownersInfo, //车主
  507. policyHolderInfo: this.policyHolderInfo, //投保人
  508. insuredPersonInfo: this.insuredPersonInfo, //被保人
  509. insFeeOrders: this.insFeeOrders,
  510. ordersNo: this.ordersNo,
  511. insOrderRightsInfoVo: this.insOrderRightsInfoVo,
  512. }
  513. uni.navigateTo({
  514. url: '/pages/reward/customerBenefit?info=' + JSON.stringify(params) + '&readOnly=1'
  515. })
  516. },
  517. //更多操作
  518. cloudPopupChange(index) {
  519. switch (index) {
  520. case 0: //修改方案
  521. this.modificationPlan();
  522. break;
  523. case 1: //修改信息
  524. this.toCarInfo();
  525. break;
  526. case 2: //删除订单
  527. break;
  528. default:
  529. }
  530. },
  531. //撤销二维码
  532. async revokePaymentCode() {
  533. let res = await this.$http.post('/order/qrCode/destroyQrCode', {
  534. orderNo: this.ordersNo,
  535. })
  536. if (res.code == 200) {
  537. uni.showToast({
  538. icon: 'none',
  539. title: '撤销成功'
  540. })
  541. }
  542. },
  543. //修改信息
  544. toCarInfo() {
  545. uni.navigateTo({
  546. url: '/pages/quote/quoteInfo',
  547. success: (res) => {
  548. res.eventChannel.emit(
  549. "acceptData", {
  550. carInfo: this
  551. .carInfoVo, //车辆信息
  552. ownerInfo: this
  553. .ownersInfo, //车主信息
  554. policyHolderInfo: this
  555. .policyHolderInfo, //投保人信息
  556. insuredPersonInfo: this
  557. .insuredPersonInfo, //被保人信息
  558. carImageListId: this
  559. .carImageListId, //车辆
  560. ownerImageListId: this
  561. .ownerImageListId, //车主
  562. policyHolderImageListId: this
  563. .policyHolderImageListId, //投保
  564. insuredPersonImageListId: this
  565. .insuredPersonImageListId, //被保人
  566. productId: this.order.productId, //险种id
  567. productName: this.order.productsName, //险种名称
  568. quoteno: this.quoteNo, //报价号
  569. })
  570. }
  571. }, "navigateTo", true);
  572. },
  573. //修改方案
  574. modificationPlan() {
  575. uni.navigateTo({
  576. url: '/pages/quote/chooseOption',
  577. success: (res) => {
  578. res.eventChannel.emit("acceptData", {
  579. params: {
  580. companyId: this.insCompanyVo.id,
  581. productId: this.order.productId,
  582. },
  583. nameSimple: this.insCompanyVo.nameSimple,
  584. cnName: this.insCompanyVo.cnName,
  585. jqstartDate: this.ciRiskInfoVo?.startDate,
  586. jqendDate: this.ciRiskInfoVo?.endDate,
  587. systartDate: this.biRiskInfoVo?.startDate,
  588. syendDate: this.biRiskInfoVo?.endDate,
  589. productName: this.order.productsName,
  590. quotableCompanyList: this.quotableCompanyList,
  591. identifyNumber: this.policyHolderInfo.identifyNumber,
  592. taxpayerName: this.policyHolderInfo.name,
  593. })
  594. }
  595. }, "navigateTo", true);
  596. },
  597. //跳转微信客服
  598. async getWechatCustomer() {
  599. let res = await this.$http.get('/organization/wechat/customerService/manage/find/link')
  600. if (res.code == 200) {
  601. if (plus) { // 确保在App环境下
  602. plus.runtime.openURL(res.data);
  603. }
  604. }
  605. },
  606. //操作类型匹配
  607. matchOperationType(optType) {
  608. const Operation = {
  609. 0: '订单创建',
  610. 1: '报价',
  611. 2: '补传影像',
  612. 3: '调整特约',
  613. 4: '修改折扣系数',
  614. 5: '核保',
  615. 6: '获取支付码',
  616. 7: '撤销支付码',
  617. 8: '下载电子保单',
  618. 9: '同步订单',
  619. 10: '订单编辑',
  620. }
  621. return Operation[optType] || ''
  622. },
  623. //订单轨迹展开收起
  624. toggleCollapse(item) {
  625. item.isCollapsed = !item.isCollapsed
  626. },
  627. //确认核保
  628. async underwritingEvent() {
  629. this.underwritingShow = false;
  630. this.loading = true;
  631. let images = await this.$http.post('/unify/order/imagesUpload', {
  632. order: this.order,
  633. });
  634. if (images.code == '200') {
  635. let underwriting = await this.$http.post('/unify/order/underwriting', {
  636. order: {
  637. ordersNo: this.ordersNo,
  638. }
  639. });
  640. if (underwriting.code == '200') {
  641. let res = await this.$http.get('/supplementOrder/getOrderDetail?ordersNo=' + this.id);
  642. if (res.code == '200') {
  643. this.orderStatus = res.data.order.orderStatus; //订单状态
  644. }
  645. this.loading = false;
  646. uni.showToast({
  647. icon: 'none',
  648. title: '核保成功'
  649. })
  650. } else {
  651. this.loading = false;
  652. uni.showToast({
  653. icon: 'none',
  654. title: underwriting.msg
  655. })
  656. }
  657. } else {
  658. this.loading = false;
  659. uni.showToast({
  660. icon: 'none',
  661. title: images.msg
  662. })
  663. }
  664. },
  665. //取消核保
  666. cancelUnderwritingEvent() {
  667. //
  668. },
  669. //删除订单
  670. deleteOrderEvent() {
  671. //
  672. },
  673. // 撤销支付码
  674. revokePaymentEvent() {
  675. //
  676. },
  677. //核保状态刷新
  678. async refreshUnderwriting() {
  679. let OrderStatus = await this.$http.post('/unify/order/getOrderStatus', {
  680. order: {
  681. ordersNo: this.ordersNo,
  682. },
  683. });
  684. if (OrderStatus.code == '200') {
  685. let res = await this.$http.get('/supplementOrder/getOrderDetail?ordersNo=' + this.ordersNo);
  686. if (res.code == '200') {
  687. this.orderStatus = res.data.order.orderStatus; //订单状态
  688. }
  689. }
  690. },
  691. //支付状态刷新
  692. async refreshPayment() {
  693. let OrderStatus = await this.$http.post('/unify/order/getOrderStatus', {
  694. order: {
  695. ordersNo: this.ordersNo,
  696. },
  697. });
  698. if (OrderStatus.code == '200') {
  699. let res = await this.$http.get('/supplementOrder/getOrderDetail?ordersNo=' + this.ordersNo);
  700. if (res.code == '200') {
  701. this.orderStatus = res.data.order.orderStatus; //订单状态
  702. }
  703. }
  704. },
  705. //影像预览
  706. previewImage(e, type) {
  707. this.previewImgs = this[type];
  708. var current = e;
  709. this.$refs.previewImage.open(current); // 传入当前选中的图片地址或序号
  710. },
  711. //删除图片
  712. delCheckImage(param, IdList, srcList) {
  713. this[IdList].map((ele, index) => {
  714. if (param.imageId === ele.imageId) {
  715. this[IdList].splice(index, 1);
  716. }
  717. return ele;
  718. });
  719. this[srcList].map((ele, index) => {
  720. if (param.imageId === ele.imageId) {
  721. this[srcList].splice(index, 1);
  722. }
  723. return ele;
  724. });
  725. },
  726. //影像查询
  727. async imageEcho(quotenos) {
  728. this.imgList1 = [];
  729. this.imgList2 = [];
  730. this.imgList3 = [];
  731. this.imgList4 = [];
  732. this.imgList5 = [];
  733. this.imgList6 = [];
  734. this.imgList7 = [];
  735. this.imgList8 = [];
  736. let res = await this.$http.get('/order/taskImages/selectByQuoteNo?quoteNo=' + quotenos);
  737. if (res.code == "200") {
  738. res.data.images.forEach((keys) => {
  739. if (keys.downloadUrl) {
  740. switch (keys.imageType) {
  741. case 'C01':
  742. this.carImageListId.push({
  743. imageBase64List: [{
  744. imageId: keys.imageId
  745. }],
  746. imageCode: keys.imageType,
  747. })
  748. this.imgList1.push(keys);
  749. break;
  750. case 'D01':
  751. this.carImageListId.push({
  752. imageBase64List: [{
  753. imageId: keys.imageId
  754. }],
  755. imageCode: keys.imageType,
  756. })
  757. this.imgList2.push(keys);
  758. break;
  759. case 'C02':
  760. this.ownerImageListId.push({
  761. imageBase64List: [{
  762. imageId: keys.imageId
  763. }],
  764. imageCode: keys.imageType,
  765. })
  766. this.imgList3.push(keys);
  767. break;
  768. case 'D02':
  769. this.ownerImageListId.push({
  770. imageBase64List: [{
  771. imageId: keys.imageId
  772. }],
  773. imageCode: keys.imageType,
  774. })
  775. this.imgList4.push(keys);
  776. break;
  777. case 'C03':
  778. this.policyHolderImageListId.push({
  779. imageBase64List: [{
  780. imageId: keys.imageId
  781. }],
  782. imageCode: keys.imageType,
  783. })
  784. this.imgList5.push(keys);
  785. break;
  786. case 'D03':
  787. this.policyHolderImageListId.push({
  788. imageBase64List: [{
  789. imageId: keys.imageId
  790. }],
  791. imageCode: keys.imageType,
  792. })
  793. this.imgList6.push(keys);
  794. break;
  795. case 'C04':
  796. this.insuredPersonImageListId.push({
  797. imageBase64List: [{
  798. imageId: keys.imageId
  799. }],
  800. imageCode: keys.imageType,
  801. })
  802. this.imgList7.push(keys);
  803. break;
  804. case 'D04':
  805. this.insuredPersonImageListId.push({
  806. imageBase64List: [{
  807. imageId: keys.imageId
  808. }],
  809. imageCode: keys.imageType,
  810. })
  811. this.imgList8.push(keys);
  812. break;
  813. default:
  814. break;
  815. }
  816. }
  817. });
  818. this.imageCollection = {
  819. imgList1: this.imgList1,
  820. imgList2: this.imgList2,
  821. imgList3: this.imgList3,
  822. imgList4: this.imgList4,
  823. imgList5: this.imgList5,
  824. imgList6: this.imgList6,
  825. imgList7: this.imgList7,
  826. imgList8: this.imgList8,
  827. }
  828. }
  829. },
  830. //数据字典
  831. async getDicType(type, vehicle) {
  832. if (vehicle) {
  833. let res = await this.$http.get(`/dict/get?dictCode=${type}&parentValue=${vehicle}`);
  834. this[type + vehicle + "options"] = res.data;
  835. } else {
  836. let res = await this.$http.get('/dict/get?dictCode=' + type);
  837. this[type + "options"] = res.data;
  838. }
  839. },
  840. //去支付
  841. payNow() {
  842. uni.navigateTo({
  843. url: '/pages/quote/paymentCode?ordersNo=' + this.ordersNo,
  844. })
  845. },
  846. //跳转电子保单页面
  847. ePolicy() {
  848. uni.navigateTo({
  849. url: '/pages/quote/ePolicy?ordersNo=' + this.ordersNo,
  850. })
  851. },
  852. //分享微信
  853. weixin() {
  854. uni.share({
  855. provider: "weixin",
  856. scene: "WXSceneSession",
  857. type: 0,
  858. href: "http://uniapp.dcloud.io/",
  859. title: "京AG***12025年的车险报价",
  860. summary: "平安车险报价完成,保费:2563元,点击查看详情",
  861. imageUrl: "/static/image/zgcx.png",
  862. success: function(res) {
  863. console.log("success:" + JSON.stringify(res));
  864. },
  865. fail: function(err) {
  866. console.log("fail:" + JSON.stringify(err));
  867. }
  868. });
  869. },
  870. //短信分享
  871. userSmsShare() {
  872. var msg = plus.messaging.createMessage(plus.messaging.TYPE_SMS);
  873. msg.to = ["13546347757"]; //投保人手机号
  874. msg.body =
  875. `【掌柜车险】尊敬的【京NH***7】车主,平安保险2025年车险报价:4562.23元;联系人:修封 18805520001,点击链接查看详情或电话咨询联系人 https://app.axure.cloud/app/project/jl0lf9/`;
  876. plus.messaging.sendMessage(msg);
  877. },
  878. //复制链接
  879. copyLink() {
  880. uni.setClipboardData({
  881. data: '2321321321321', //要被复制的内容
  882. success: () => { //复制成功的回调函数
  883. uni.showToast({ //提示
  884. icon: 'none',
  885. title: '链接已复制'
  886. })
  887. }
  888. });
  889. },
  890. //取消
  891. closeShareModal() {
  892. this.shareShow = false;
  893. },
  894. //保存相册
  895. saveToAlbum() {
  896. base64ToPath(this.posterUrl)
  897. .then(path => {
  898. uni.saveImageToPhotosAlbum({ //保存图片到系统相册。
  899. filePath: path, //图片文件路径
  900. success: function() {
  901. uni.showToast({
  902. title: '已保存到相册',
  903. icon: 'none',
  904. });
  905. },
  906. fail: function(e) {
  907. uni.showToast({
  908. title: '图片保存失败',
  909. icon: 'none',
  910. });
  911. }
  912. });
  913. })
  914. },
  915. //页面截图转路径
  916. receiveRenderData(val) {
  917. this.posterUrl = val.replace(/[\r\n]/g, ''); // 去除base64位中的空格
  918. },
  919. showLoading() {
  920. uni.showLoading({
  921. title: '正在生成图片'
  922. });
  923. },
  924. hideLoading() {
  925. uni.hideLoading();
  926. },
  927. //右上角分享icon
  928. share() {
  929. this.shareShow = true;
  930. },
  931. click(item) {
  932. this.current = item.index;
  933. },
  934. //影像资料上传
  935. async chooseImage(type, imageIdList, imgurl) {
  936. let [chooseImageErr, chooseImageRes] = await uni.chooseImage({
  937. count: 1,
  938. sizeType: ['compressed']
  939. });
  940. if (chooseImageRes) {
  941. uni.uploadFile({
  942. url: this.$base.baseUrl + '/file/upload',
  943. filePath: chooseImageRes.tempFilePaths[0],
  944. name: "file",
  945. formData: {
  946. 'type': 'image',
  947. },
  948. header: {
  949. Authorization: store.state.token,
  950. system_code: store.state.system_code ? store.state.system_code : ''
  951. },
  952. success: async (imgRes) => {
  953. let data = JSON.parse(imgRes.data);
  954. if (data.code == "200") {
  955. if (this[imageIdList].some(v => v.imageType == type)) {
  956. this[imageIdList].map(val => {
  957. if (val.imageType == type) {
  958. val.imageId = data.data.id;
  959. }
  960. })
  961. } else {
  962. this[imageIdList].push({
  963. imageId: data.data.id,
  964. imageType: type,
  965. })
  966. }
  967. console.log(data);
  968. this[imgurl].push(data.data)
  969. this.modificationFlag = true;
  970. }
  971. }
  972. });
  973. }
  974. },
  975. }
  976. }
  977. </script>
  978. <script module="canvasImage" lang="renderjs">
  979. import html2canvas from 'html2canvas'
  980. export default {
  981. data() {
  982. return {
  983. }
  984. },
  985. mounted() {
  986. // #ifdef APP-PLUS
  987. setTimeout(() => {
  988. this.canvasImage.generateImage()
  989. }, 1000);
  990. // #endif
  991. },
  992. methods: {
  993. generateImage() {
  994. setTimeout(() => {
  995. this.$ownerInstance.callMethod('showLoading')
  996. const dom = document.getElementById('panelcanvas') // 需要生成图片内容的 dom 节点
  997. html2canvas(dom, {
  998. width: dom.clientWidth, //dom 原始宽度
  999. height: dom.clientHeight,
  1000. scrollY: 0, // html2canvas默认绘制视图内的页面,需要把scrollY,scrollX设置为0
  1001. scrollX: 0,
  1002. useCORS: true, //支持跨域
  1003. // allowTaint: false,
  1004. scale: 2, // 设置生成图片的像素比例,默认是1,如果生成的图片模糊的话可以开启该配置项
  1005. }).then((canvas) => {
  1006. // 生成成功
  1007. this.$ownerInstance.callMethod('hideLoading')
  1008. this.$ownerInstance.callMethod('receiveRenderData', canvas.toDataURL('image/png'))
  1009. }).catch(err => {
  1010. // 生成失败 弹出提示弹窗
  1011. this.$ownerInstance.callMethod('_errAlert', `【生成图片失败,请重试】${err}`)
  1012. })
  1013. }, 300)
  1014. }
  1015. },
  1016. }
  1017. </script>
  1018. <style lang="scss" scoped>
  1019. /* 基础设置 */
  1020. page {
  1021. height: 100vh;
  1022. background-color: #f8f8f8;
  1023. }
  1024. .page {
  1025. height: 100vh;
  1026. position: relative;
  1027. background-color: #f8f8f8;
  1028. }
  1029. /* 背景图 */
  1030. .back {
  1031. width: 100%;
  1032. height: 492rpx;
  1033. position: absolute;
  1034. top: 0;
  1035. left: 0;
  1036. z-index: 0;
  1037. }
  1038. /* 状态区域 */
  1039. .statusFeedbackArea {
  1040. position: relative;
  1041. padding: 20rpx 30rpx 20rpx;
  1042. font-size: 36rpx;
  1043. color: #333;
  1044. font-weight: bold;
  1045. z-index: 1;
  1046. background: transparent;
  1047. .text {
  1048. font-size: 28rpx;
  1049. color: rgba(51, 51, 51, 0.7);
  1050. font-weight: 500;
  1051. }
  1052. }
  1053. /* 主要内容容器 */
  1054. .details-content {
  1055. flex: 1;
  1056. position: relative;
  1057. background: rgba(255, 255, 255, 0.9);
  1058. border-radius: 40rpx 40rpx 0 0;
  1059. padding: 30rpx;
  1060. box-sizing: border-box;
  1061. backdrop-filter: blur(100rpx);
  1062. display: flex;
  1063. flex-direction: column;
  1064. overflow: hidden;
  1065. z-index: 2;
  1066. /* 头部样式 */
  1067. .header {
  1068. .logo {
  1069. width: 40rpx;
  1070. height: 40rpx;
  1071. }
  1072. .title {
  1073. font-weight: bold;
  1074. color: #333;
  1075. font-size: 32rpx;
  1076. }
  1077. .price {
  1078. text:first-child {
  1079. font-size: 28rpx;
  1080. color: #333;
  1081. }
  1082. text:last-child {
  1083. font-size: 32rpx;
  1084. color: #FF540A;
  1085. font-weight: bold;
  1086. }
  1087. }
  1088. }
  1089. /* 选项卡容器 */
  1090. .contentTabs {
  1091. flex: 1;
  1092. display: flex;
  1093. flex-direction: column;
  1094. height: 100%;
  1095. background: #FFFFFF;
  1096. box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(0, 0, 0, 0.05);
  1097. border-radius: 20rpx 20rpx 10rpx 10rpx;
  1098. margin-top: 28rpx;
  1099. /* 滚动区域 */
  1100. .scroll-content {
  1101. flex: 1;
  1102. overflow-y: auto;
  1103. padding: 20rpx 0 200rpx;
  1104. /* 增加底部留白 */
  1105. box-sizing: border-box;
  1106. /* 确保padding计入高度 */
  1107. }
  1108. }
  1109. }
  1110. //底部样式
  1111. .footer {
  1112. position: fixed;
  1113. bottom: 0;
  1114. left: 0;
  1115. background: linear-gradient(0, #FFFFFF 0%, rgba(255, 254, 245, 0.8) 100%);
  1116. backdrop-filter: blur(40rpx);
  1117. z-index: 9;
  1118. width: 100%;
  1119. padding: 25rpx 20rpx;
  1120. box-sizing: border-box;
  1121. .btn {
  1122. color: #1f1f1f;
  1123. font-size: 34rpx;
  1124. background: rgba(253, 233, 53, 0.2);
  1125. border-radius: 58rpx 58rpx 58rpx 58rpx;
  1126. padding: 19rpx 0;
  1127. box-sizing: border-box;
  1128. border: 1rpx solid #FDE935;
  1129. width: 100%;
  1130. margin: 0 10rpx;
  1131. }
  1132. .btn:last-child {
  1133. background: #FDE935;
  1134. }
  1135. }
  1136. //折扣系数查看弹窗
  1137. .viewDiscount {
  1138. padding: 40rpx;
  1139. box-sizing: border-box;
  1140. .top {
  1141. font-size: 32rpx;
  1142. color: #333;
  1143. font-weight: bold;
  1144. }
  1145. .center {
  1146. background: #FAFAFA;
  1147. border-radius: 10rpx 10rpx 10rpx 10rpx;
  1148. padding: 10rpx 20rpx;
  1149. box-sizing: border-box;
  1150. margin-bottom: 20rpx;
  1151. >view {
  1152. margin-bottom: 20rpx;
  1153. >text:first-child {
  1154. font-size: 30rpx;
  1155. color: #666;
  1156. position: relative;
  1157. padding-left: 20rpx;
  1158. ::before {
  1159. content: "";
  1160. width: 8rpx;
  1161. height: 8rpx;
  1162. border-radius: 50%;
  1163. background-color: #666;
  1164. position: absolute;
  1165. top: 50%;
  1166. transform: translateY(-50%);
  1167. left: 0;
  1168. }
  1169. }
  1170. }
  1171. }
  1172. .formula {
  1173. font-size: 30rpx;
  1174. color: #333;
  1175. }
  1176. }
  1177. // 商业险折扣系数样式
  1178. .updateDiscount {
  1179. padding: 40rpx;
  1180. box-sizing: border-box;
  1181. .text {
  1182. font-size: 28rpx;
  1183. color: #666;
  1184. }
  1185. .input {
  1186. font-size: 32rpx;
  1187. color: #333;
  1188. text:last-child {
  1189. color: #999;
  1190. margin-left: 10rpx;
  1191. }
  1192. }
  1193. .btn {}
  1194. }
  1195. // 车船税弹窗
  1196. .vvTaxDetails-cell {
  1197. padding: 40rpx;
  1198. box-sizing: border-box;
  1199. .cell-item {
  1200. font-size: 30rpx;
  1201. color: #333;
  1202. margin-bottom: 30rpx;
  1203. text:last-child {
  1204. font-weight: bold;
  1205. }
  1206. }
  1207. .cell-item:last-child {
  1208. margin-bottom: 0;
  1209. }
  1210. }
  1211. </style>