inventoryReview.vue 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838
  1. <template>
  2. <div class="inventoryReview">
  3. <ul class="detailUl">
  4. <li class="detailLi">
  5. <span class="liName">
  6. <span style="color: red;margin-right: 5rpx">*</span>
  7. 企业名称
  8. </span>
  9. <div class="inputBox">
  10. <input v-model="form.qymc" disabled class="myIpt">
  11. </div>
  12. </li>
  13. <li class="detailLi">
  14. <span class="liName">
  15. <span style="color: red;margin-right: 5rpx">*</span>
  16. 统一社会信用代码
  17. </span>
  18. <div class="inputBox">
  19. <input v-model="form.shxydm" disabled class="myIpt">
  20. </div>
  21. </li>
  22. <li class="detailLi">
  23. <span class="liName">
  24. 注册资金(万元)
  25. </span>
  26. <div class="inputBox">
  27. <input v-model="form.zczj" disabled class="myIpt">
  28. </div>
  29. </li>
  30. <li class="detailLi">
  31. <span class="liName">
  32. 币种
  33. </span>
  34. <div class="inputBox" @tap="showArea('币种')">
  35. <input placeholder="" v-model="form.currencyStr" disabled class="myIpt">
  36. <van-icon name="arrow" />
  37. </div>
  38. </li>
  39. <li class="detailLi">
  40. <span class="liName">
  41. 注册时间
  42. </span>
  43. <div class="inputBox" @tap="showTime">
  44. <!-- <input placeholder="" v-model="form.zcsj" disabled class="myIpt">-->
  45. <span class="myIpt">{{ form.zcsj }} </span>
  46. <van-icon name="arrow" />
  47. </div>
  48. </li>
  49. <li class="detailLi">
  50. <span class="liName">
  51. 法定代表人
  52. </span>
  53. <input class="myIpt" value="256" disabled style="padding-right: 30rpx" v-model="form.fddbr">
  54. </li>
  55. <li class="detailLi">
  56. <span class="liName">
  57. 法人电话
  58. </span>
  59. <div class="inputBox">
  60. <input disabled class="myIpt" v-model="form.legalPersonPhone">
  61. </div>
  62. </li>
  63. <li class="detailLi">
  64. <span class="liName">
  65. 法人邮箱
  66. </span>
  67. <div class="inputBox">
  68. <input disabled class="myIpt" v-model="form.frEmail">
  69. </div>
  70. </li>
  71. <li class="detailLi">
  72. <span class="liName">
  73. <span style="color: red;margin-right: 5rpx">*</span>
  74. 企业联系人
  75. </span>
  76. <div class="inputBox">
  77. <input disabled class="myIpt" v-model="form.qylxr">
  78. </div>
  79. </li>
  80. <li class="detailLi">
  81. <span class="liName">
  82. <span style="color: red;margin-right: 5rpx">*</span>
  83. 联系人手机
  84. </span>
  85. <div class="inputBox">
  86. <input disabled class="myIpt" v-model="form.lxdh">
  87. </div>
  88. </li>
  89. <li class="detailLi">
  90. <span class="liName">
  91. <span style="color: red;margin-right: 5rpx">*</span>
  92. 联系人邮箱
  93. </span>
  94. <div class="inputBox">
  95. <input disabled class="myIpt" v-model="form.email">
  96. </div>
  97. </li>
  98. <li class="detailLi">
  99. <span class="liName">
  100. <span style="color: red;margin-right: 5rpx">*</span>
  101. 财务负责人
  102. </span>
  103. <div class="inputBox">
  104. <input disabled class="myIpt" v-model="form.cwfzr">
  105. </div>
  106. </li>
  107. <li class="detailLi">
  108. <span class="liName">
  109. <span style="color: red;margin-right: 5rpx">*</span>
  110. 负责人电话
  111. </span>
  112. <div class="inputBox">
  113. <input disabled class="myIpt" v-model="form.cwfzrdh">
  114. </div>
  115. </li>
  116. <li class="detailLi">
  117. <span class="liName">
  118. 注册地址
  119. </span>
  120. <div class="moreLineBox">
  121. {{ form.zcdz }}
  122. </div>
  123. </li>
  124. <li class="detailLi">
  125. <span class="liName">
  126. 经营地址
  127. </span>
  128. <div class="moreLineBox">
  129. {{ form.jydz }}
  130. </div>
  131. </li>
  132. <li class="detailLi2" >
  133. <div class="titleBox" >
  134. <span class="liName">经营范围</span>
  135. </div>
  136. <van-field
  137. :value="form.jyfw"
  138. autosize
  139. type="textarea"
  140. class="myField"
  141. readonly
  142. />
  143. </li>
  144. <li class="detailLi2" >
  145. <div class="titleBox" style="margin-bottom: 24rpx">
  146. <span class="liName">
  147. <span style="color: red;margin-right: 5rpx">*</span>
  148. 营业执照
  149. </span>
  150. </div>
  151. <van-uploader
  152. :max-count="9"
  153. @delete="deleteRYXXZP"
  154. @after-read="uploadRYXXZP"
  155. :show-upload="true"
  156. :file-list="fileList"
  157. />
  158. </li>
  159. <li class="detailLi2" >
  160. <div class="titleBox" >
  161. <span class="liName">荣誉信息</span>
  162. </div>
  163. <van-field
  164. autosize
  165. type="textarea"
  166. class="myField"
  167. style="margin-bottom: 24rpx"
  168. readonly
  169. />
  170. <van-uploader
  171. :max-count="6"
  172. @delete="deleteRYXXZP1"
  173. :file-list="fileList1"
  174. @after-read="uploadRYXXZP1"
  175. :show-upload="true"
  176. />
  177. <span style="color: #B3B3B3;font-size: 28rpx">(只能上传jpg/png格式,限制上传6张)</span>
  178. </li>
  179. <li class="detailLi2" >
  180. <div class="titleBox" style="margin-bottom: 24rpx">
  181. <span class="liName">
  182. 法人身份证
  183. <span style="color: #B3B3B3;font-size: 28rpx">(只能上传jpg/png格式,限制上传6张)</span>
  184. </span>
  185. </div>
  186. <van-uploader
  187. :max-count="6"
  188. @delete="deleteRYXXZP2"
  189. :file-list="fileList2"
  190. @after-read="uploadRYXXZP2"
  191. :show-upload="true"
  192. />
  193. </li>
  194. <li class="detailLi2" style="position:relative;">
  195. <div class="titleBox" >
  196. <span class="liName">主营业务</span>
  197. </div>
  198. <van-field
  199. :value="form.business"
  200. autosize
  201. type="textarea"
  202. class="myField"
  203. readonly
  204. />
  205. </li>
  206. <li class="detailLi">
  207. <span class="liName">
  208. 全年研发投入(万元)
  209. </span>
  210. <div class="moreLineBox">
  211. {{ form.rdInvestment || ''}}
  212. </div>
  213. </li>
  214. <li class="detailLi">
  215. <span class="liName">
  216. 全年技改投入(万元)
  217. </span>
  218. <div class="moreLineBox">
  219. {{ form.jgInvestment || '' }}
  220. </div>
  221. </li>
  222. <li class="detailLi">
  223. <span class="liName">
  224. 发明专利(件)
  225. </span>
  226. <div class="moreLineBox">
  227. {{ form.inventionPatent || '' }}
  228. </div>
  229. </li>
  230. <li class="detailLi">
  231. <span class="liName">
  232. 软件著作(件)
  233. </span>
  234. <div class="moreLineBox">
  235. {{ form.softwareWorks || '' }}
  236. </div>
  237. </li>
  238. <li class="detailLi">
  239. <span class="liName">
  240. 实用新型专利(件)
  241. </span>
  242. <div class="moreLineBox">
  243. {{ form.utilityModel || '' }}
  244. </div>
  245. </li>
  246. <li class="detailLi">
  247. <span class="liName">
  248. 集成电路布图设计专有权(件)
  249. </span>
  250. <div class="moreLineBox">
  251. {{ form.integratedCircuit || '' }}
  252. </div>
  253. </li>
  254. <li class="detailLi">
  255. <span class="liName">
  256. 四技合同金额-开发(万元)
  257. </span>
  258. <div class="moreLineBox">
  259. {{ form.fourOpennessAmount || '' }}
  260. </div>
  261. </li>
  262. <li class="detailLi">
  263. <span class="liName">
  264. 四技合同金额-转让(万元)
  265. </span>
  266. <div class="moreLineBox">
  267. {{ form.fourTransferenceAmount || '' }}
  268. </div>
  269. </li>
  270. <li class="detailLi">
  271. <span class="liName">
  272. 四技合同金额-服务(万元)
  273. </span>
  274. <div class="moreLineBox">
  275. {{ form.fourServiceAmount || '' }}
  276. </div>
  277. </li>
  278. <li class="detailLi" style="border-bottom: none">
  279. <span class="liName">
  280. 四技合同金额-咨询(万元)
  281. </span>
  282. <div class="moreLineBox">
  283. {{ form.fourConsultAmount || '' }}
  284. </div>
  285. </li>
  286. </ul>
  287. <ul class="detailUl">
  288. <li class="detailLi2">
  289. <span class="liName">
  290. <span style="color: red;margin-right: 5rpx">*</span>
  291. 入驻类型
  292. </span>
  293. <van-radio-group :value="settleInType" @change="onChange">
  294. <van-radio
  295. :name="item.value"
  296. checked-color="#976CEB"
  297. v-for="item in settleInTypeList"
  298. :key="item.value"
  299. >{{ item.label }}</van-radio
  300. >
  301. </van-radio-group>
  302. </li>
  303. <li class="detailLi">
  304. <span class="liName">
  305. 招商经理
  306. </span>
  307. <div class="inputBox">
  308. <input placeholder="" v-model="form.investmentManagerName" disabled class="myIpt">
  309. <van-icon name="arrow" />
  310. </div>
  311. </li>
  312. <li class="detailLi">
  313. <span class="liName">
  314. 关联企业
  315. </span>
  316. <div class="inputBox" style="border-bottom: none" @tap="toChoose">
  317. <input placeholder="" v-model="form.associationCompanyName" disabled class="myIpt">
  318. <van-icon name="arrow" />
  319. </div>
  320. </li>
  321. </ul>
  322. <ul class="detailUl">
  323. <li class="detailTitle">审核结果</li>
  324. <li class="detailLi">
  325. <span class="liName">
  326. <span style="color: red;margin-right: 5rpx">*</span>
  327. 处理结果
  328. </span>
  329. <van-radio-group :value="radio2" @change="onChange2">
  330. <van-radio name="1">通过</van-radio>
  331. <van-radio name="2">不通过</van-radio>
  332. </van-radio-group>
  333. </li>
  334. <li class="detailLi2" style="position:relative;border-bottom: none">
  335. <div class="titleBox" >
  336. <span class="liName">处理意见</span>
  337. </div>
  338. <van-field
  339. @change="onChange3"
  340. :value="form.handleOpinions"
  341. autosize
  342. type="textarea"
  343. class="myField"
  344. />
  345. </li>
  346. </ul>
  347. <div class="buttonBox">
  348. <button class="btn zcBtn" @click="cancel">取消</button>
  349. <button class="btn tjBtn" @click="confirmSubmit()">提交审核</button>
  350. </div>
  351. <van-popup
  352. :show="show"
  353. position="bottom"
  354. custom-style="height: 50%;"
  355. >
  356. <van-picker v-show="popType==='币种'" :columns="currencyList" show-toolbar @cancel="show=false" @confirm="onConfirm" value-key="label"/>
  357. </van-popup>
  358. <van-popup
  359. :show="timeShow"
  360. position="bottom"
  361. custom-style="height: 50%;"
  362. >
  363. <van-datetime-picker
  364. type="date"
  365. :value="currentDate"
  366. :formatter="formatter"
  367. @cancel="timeShow=false"
  368. @confirm="selectTime"
  369. />
  370. </van-popup>
  371. </div>
  372. </template>
  373. <script>
  374. import { getUserLocalStorageInfo,getByCodes,companyExamineGetById,companyExamineExamine } from "@/js_sdk/http";
  375. export default {
  376. name: "inventoryReview",
  377. onLoad(options){
  378. uni.$on('selectInfo',e=>{
  379. console.log('eeeeeeeeeee',JSON.parse(e))
  380. })
  381. this.id = options.id
  382. this.proveType = options.proveType
  383. // this.getCompanyList()
  384. },
  385. onShow(){
  386. this.getById()
  387. this.getByCodes()
  388. },
  389. data(){
  390. return{
  391. dc_key: ['MNP_BUILDING_TYPE', 'CURRENCY'],
  392. form:{
  393. },
  394. radio: '',
  395. radio2: '',
  396. id: '',
  397. proveType: '',
  398. fileList: [],
  399. fileList1: [],
  400. fileList2: [],
  401. settleInType:'',
  402. settleInTypeList: [],
  403. dic_SelectList: [],
  404. currencyList: [],
  405. show:false,
  406. popType:'',
  407. timeShow: '',
  408. currentDate: new Date().getTime(),
  409. companyOptions: []
  410. }
  411. },
  412. methods:{
  413. getById(){
  414. const data = {
  415. id: this.id
  416. }
  417. companyExamineGetById(data).then(res=>{
  418. if(res){
  419. this.form = res
  420. this.form.currencyStr = this.form.currency == null ? ' ' : this.getDicType("bizhong", this.form.currency)
  421. this.settleInType = res.settleInType
  422. if (res.yyzzfbzp) {
  423. res.yyzzfbzp.split(',').forEach(id=>{
  424. this.fileList.push({
  425. imgUrl: "/FileController/download/" + id,
  426. id: id,
  427. url:
  428. this.$constant.BASE_URI +
  429. "/FileController/download/" +
  430. id,
  431. isImage: true,
  432. });
  433. })
  434. }
  435. if (res.ryxxzp) {
  436. res.ryxxzp.split(',').forEach(id=>{
  437. this.fileList1.push({
  438. imgUrl: "/FileController/download/" + id,
  439. id: id,
  440. url:
  441. this.$constant.BASE_URI +
  442. "/FileController/download/" +
  443. id,
  444. isImage: true,
  445. });
  446. })
  447. }
  448. if (res.frsfzh) {
  449. res.frsfzh.split(',').forEach(id=>{
  450. this.fileList2.push({
  451. imgUrl: "/FileController/download/" + id,
  452. id: id,
  453. url:
  454. this.$constant.BASE_URI +
  455. "/FileController/download/" +
  456. id,
  457. isImage: true,
  458. });
  459. })
  460. }
  461. }
  462. })
  463. },
  464. async getByCodes() {
  465. let data = await getByCodes(JSON.stringify(this.dc_key));
  466. this.dic_SelectList = this.$common.handleDicList(data);
  467. this.settleInTypeList = this.dic_SelectList.MNP_BUILDING_TYPE
  468. this.currencyList = this.dic_SelectList.CURRENCY
  469. },
  470. getDicType(type, value) {
  471. if (type == "bizhong" && this.dic_SelectList.CURRENCY) {
  472. let CURRENCY = this.dic_SelectList.CURRENCY;
  473. let index = CURRENCY.findIndex((e) => e.value == value);
  474. return CURRENCY[index].label;
  475. }
  476. },
  477. onChange(event) {
  478. this.form.settleInType = event.detail
  479. },
  480. onChange2(event) {
  481. // console.log(event)
  482. this.form.state = event.detail
  483. },
  484. onChange3(event) {
  485. // console.log(event)
  486. this.form.handleOpinions = event.detail
  487. },
  488. deleteRYXXZP(event) {
  489. this.fileList.splice(event.detail.index, 1);
  490. this.$forceUpdate();
  491. },
  492. uploadRYXXZP(event) {
  493. // console.log(event)
  494. let that = this;
  495. const { file } = event.detail;
  496. uni.uploadFile({
  497. url: that.$constant.BASE_URI + "/wx/fileController/upload",
  498. filePath: file.url,
  499. name: "file",
  500. formData: { user: "test" },
  501. success(res) {
  502. // 上传完成需要更新 fileList
  503. let data = JSON.parse(res.data);
  504. that.fileList.push({
  505. id: data.data[0],
  506. });
  507. },
  508. fail(res) {},
  509. });
  510. },
  511. deleteRYXXZP1(event) {
  512. this.fileList1.splice(event.detail.index, 1);
  513. this.$forceUpdate();
  514. },
  515. uploadRYXXZP1(event) {
  516. // console.log(event)
  517. let that = this;
  518. const { file } = event.detail;
  519. uni.uploadFile({
  520. url: that.$constant.BASE_URI + "/wx/fileController/upload",
  521. filePath: file.url,
  522. name: "file",
  523. formData: { user: "test" },
  524. success(res) {
  525. // 上传完成需要更新 fileList
  526. let data = JSON.parse(res.data);
  527. that.fileList1.push({
  528. id: data.data[0],
  529. });
  530. },
  531. fail(res) {},
  532. });
  533. },
  534. deleteRYXXZP2(event) {
  535. this.fileList2.splice(event.detail.index, 1);
  536. this.$forceUpdate();
  537. },
  538. uploadRYXXZP2(event) {
  539. // console.log(event)
  540. let that = this;
  541. const { file } = event.detail;
  542. uni.uploadFile({
  543. url: that.$constant.BASE_URI + "/wx/fileController/upload",
  544. filePath: file.url,
  545. name: "file",
  546. formData: { user: "test" },
  547. success(res) {
  548. // 上传完成需要更新 fileList
  549. let data = JSON.parse(res.data);
  550. that.fileList2.push({
  551. id: data.data[0],
  552. });
  553. },
  554. fail(res) {},
  555. });
  556. },
  557. cancel(){
  558. uni.navigateBack({})
  559. },
  560. confirmSubmit(){
  561. const _this = this
  562. // 通过才校验
  563. if(_this.form.state == '1'){
  564. if (!_this.form.qymc){
  565. this.$showToast('请输入企业名称')
  566. return
  567. }
  568. if (!_this.form.shxydm){
  569. this.$showToast('请输入统一社会信用代码')
  570. return
  571. }
  572. if (!_this.form.qylxr){
  573. this.$showToast('请输入企业联系人')
  574. return
  575. }
  576. if (!_this.form.lxdh){
  577. this.$showToast('请输入联系人手机')
  578. return
  579. }
  580. if (!_this.form.email){
  581. this.$showToast('请输入联系人邮箱')
  582. return
  583. }
  584. if (!_this.form.cwfzr){
  585. this.$showToast('请输入财务负责人')
  586. return
  587. }
  588. if (!_this.form.cwfzrdh){
  589. this.$showToast('请输入财务负责人电话')
  590. return
  591. }
  592. if (!_this.form.yyzzfbzp){
  593. this.$showToast('请上传营业执照')
  594. return
  595. }
  596. if (!_this.form.settleInType){
  597. this.$showToast('请选择入驻类型')
  598. return
  599. }
  600. if (!_this.form.state){
  601. this.$showToast('请选择处理结果')
  602. return
  603. }
  604. }
  605. if (this.fileList.length > 0){
  606. let yyzzfbzp = []
  607. this.fileList.forEach(e=>{
  608. yyzzfbzp.push(e.id)
  609. })
  610. this.form.yyzzfbzp = yyzzfbzp.toString()
  611. }
  612. if (this.fileList1.length > 0){
  613. let ryxxzp = []
  614. this.fileList1.forEach(e=>{
  615. ryxxzp.push(e.id)
  616. })
  617. this.form.ryxxzp = ryxxzp.toString()
  618. }
  619. if (this.fileList2.length > 0){
  620. let qylbbq = []
  621. this.fileList2.forEach(e=>{
  622. qylbbq.push(e.id)
  623. })
  624. this.form.qylbbq = qylbbq.toString()
  625. }
  626. const data = {
  627. id: _this.id,
  628. state: _this.form.state,
  629. proveType: _this.proveType,
  630. handleOpinions: _this.form.handleOpinions,
  631. examineUserId: getUserLocalStorageInfo().userId,
  632. }
  633. companyExamineExamine(data).then(res=>{
  634. if(res.code == '200'){
  635. this.$showToast("审核成功");
  636. this.cancel()
  637. }else {
  638. this.$showToast(res.msg);
  639. }
  640. })
  641. },
  642. showArea(e){
  643. this.popType = e
  644. this.show = true
  645. },
  646. onConfirm(e){
  647. // console.log(e)
  648. switch (this.popType) {
  649. case "币种":
  650. this.form.currency = e.detail.value.label
  651. this.form.currencyStr = e.detail.value.label
  652. break;
  653. }
  654. this.show = false
  655. },
  656. showTime(){
  657. this.timeShow = true
  658. },
  659. // 时间戳转换方法
  660. timestampToDate(timestamp) {
  661. const date = new Date(timestamp); // 如果timestamp是字符串,确保它是整数:parseInt(timestamp)
  662. const year = date.getFullYear();
  663. const month = (date.getMonth() + 1).toString().padStart(2, '0');
  664. const day = date.getDate().toString().padStart(2, '0');
  665. const hours = date.getHours().toString().padStart(2, '0');
  666. const minutes = date.getMinutes().toString().padStart(2, '0');
  667. const seconds = date.getSeconds().toString().padStart(2, '0');
  668. return `${year}-${month}-${day}`;
  669. },
  670. // 时间选择单位
  671. formatter(type, val) {
  672. if (type === 'year') {
  673. return `${val}年`;
  674. } else if (type === 'month') {
  675. return `${val}月`;
  676. } else if (type === 'day') {
  677. return `${val}日`;
  678. } else if (type === 'hour') {
  679. return `${val}时`;
  680. } else if (type === 'minute') {
  681. return `${val}分`;
  682. }
  683. return val;
  684. },
  685. selectTime(e) {
  686. const dateString = this.timestampToDate(e.detail);
  687. this.form.zcsj = dateString
  688. this.timeShow = false
  689. // this.getRoomTime(this.startTime)
  690. },
  691. toChoose(){
  692. uni.navigateTo({
  693. url: "/pages/subPackages/todo/associated"
  694. });
  695. },
  696. }
  697. }
  698. </script>
  699. <style lang="scss">
  700. .inventoryReview{
  701. .detailUl{
  702. margin-top: 20rpx;
  703. background: white;
  704. padding: 24rpx 32rpx;
  705. .liName{
  706. font-size: 32rpx;
  707. color: rgba(51, 51, 51, 1);
  708. white-space: nowrap;
  709. .callNumber{
  710. color: rgba(24, 23, 42, 1);
  711. font-size: 36rpx;
  712. font-weight: 600;
  713. }
  714. .callName{
  715. color: rgba(102, 102, 102, 1);
  716. font-size: 28rpx;
  717. }
  718. }
  719. .phoneIcon{
  720. width: 64rpx;
  721. height: 64rpx;
  722. }
  723. .detailLi{
  724. display: flex;
  725. justify-content: space-between;
  726. align-items: center;
  727. padding: 32rpx 0;
  728. border-bottom: 2rpx solid #E6E6E6;
  729. .liInfo{
  730. display: inline-block;
  731. text-align: right;
  732. max-width: 428rpx;
  733. color: rgba(102, 102, 102, 1);
  734. font-size: 32rpx;
  735. line-height: 38rpx;
  736. overflow: hidden;
  737. word-wrap: break-word;
  738. }
  739. .inputBox{
  740. display: flex;
  741. align-items: center;
  742. }
  743. .moreLineBox{
  744. word-wrap: break-word;
  745. max-width: 422rpx;
  746. color: rgba(102, 102, 102, 1);
  747. }
  748. .myIpt{
  749. text-align: right;
  750. margin-right: 20rpx;
  751. color: rgba(102, 102, 102, 1);
  752. min-width: 422rpx;
  753. }
  754. }
  755. .detailLi2{
  756. display: flex;
  757. flex-direction: column;
  758. padding: 32rpx 0;
  759. border-bottom: 2rpx solid #E6E6E6;
  760. .detailLi2BoxTop{
  761. display: flex;
  762. flex-wrap: wrap;
  763. justify-content: space-between;
  764. margin: 12rpx 0;
  765. .checkItem{
  766. width: 128rpx;
  767. height: 64rpx;
  768. font-size: 28rpx;
  769. color: #666666;
  770. display: flex;
  771. align-items: center;
  772. justify-content: center;
  773. background: #F5F7FA;
  774. border-radius: 8rpx;
  775. margin: 12rpx 0;
  776. }
  777. .checked{
  778. background: #0365F9;
  779. color: white;
  780. }
  781. }
  782. .locationBox{
  783. position: absolute;
  784. right: 24rpx;
  785. top: 100rpx;
  786. }
  787. .van-cell {
  788. background: #F5F7FA !important;
  789. border-radius: 8rpx;
  790. font-size: 28rpx;
  791. margin-top: 16rpx;
  792. }
  793. .van-radio-group{
  794. display: flex;
  795. flex-wrap: wrap;
  796. margin-top: 24rpx;
  797. gap: 24rpx;
  798. color: rgba(102, 102, 102, 1);
  799. font-size: 4vw;
  800. }
  801. }
  802. }
  803. .buttonBox{
  804. display: flex;
  805. justify-content: center;
  806. .btn{
  807. width: 240rpx;
  808. height: 80rpx;
  809. display: flex;
  810. border-radius: 8rpx;
  811. align-items: center;
  812. justify-content: center;
  813. margin: 48rpx 16rpx 150rpx 16rpx;
  814. color: white;
  815. letter-spacing: 2rpx;
  816. text-indent: 2rpx;
  817. &::after{
  818. border: none;
  819. }
  820. }
  821. .zcBtn{
  822. background: rgba(0, 0, 0, 0.05);
  823. color: rgba(3, 101, 249, 1);
  824. }
  825. .tjBtn{
  826. background: #0365F9;
  827. }
  828. }
  829. }
  830. </style>