salesContractExamine.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789
  1. <!--销售合同-->
  2. <!--2019年5月30日 20:25:16 by jlx-->
  3. <template>
  4. <div class="container">
  5. <el-row>
  6. <el-col :span="12">
  7. <h2 class="bg-left title">查看合同详情</h2>
  8. </el-col>
  9. <el-col :span="12" class="bg-right">
  10. <el-button
  11. class="bg-bottom"
  12. type="primary"
  13. size="small"
  14. @click="returnsales()"
  15. ><img
  16. width="6"
  17. height="10"
  18. style="vertion-align: bottom; margin-right: 3px"
  19. src="../../../public/img/lujing.png"
  20. alt=""
  21. />返回</el-button
  22. >
  23. </el-col>
  24. </el-row>
  25. <div class="state">
  26. <h2>销售合同</h2>
  27. <p>【编号:{{ deptBudgetList.contractNo }}】</p>
  28. <div class="icon">
  29. <template>
  30. <el-popover
  31. placement="right"
  32. :width="285"
  33. trigger="click"
  34. visible-arrow="false"
  35. @show="history(deptBudgetList.id)"
  36. >
  37. <template>
  38. <div slot="reference"> {{deptBudgetList.status }}</div>
  39. </template>
  40. <div>
  41. <p style="margin-top: 0; padding-left: 10px">操作历史</p>
  42. <div v-for="(item, index) in historyList" class="flex">
  43. <div class="vertical-text vertical-text-left">
  44. {{ item.updateDate }}
  45. </div>
  46. <div>
  47. <div class="vertical-circle"></div>
  48. <div
  49. v-if="index != historyList.length - 1"
  50. class="vertical-line"
  51. ></div>
  52. </div>
  53. <div class="vertical-text">
  54. {{ item.operateUser }}<br />{{ item.dealMsg }}
  55. </div>
  56. </div>
  57. </div>
  58. </el-popover>
  59. </template>
  60. </div>
  61. </div>
  62. <div class="center">
  63. <ws-form
  64. ref="deptBudgetList"
  65. :rules="mainReportAdd"
  66. :model="deptBudgetList"
  67. >
  68. <div class="remark">
  69. <h3>基本信息</h3>
  70. </div>
  71. <ws-info-table>
  72. <ws-form-item label="合同编号" span="1" prop="contractNo">
  73. <div class="unchanged">
  74. {{ deptBudgetList.contractNo }}
  75. </div>
  76. </ws-form-item>
  77. <ws-form-item label="运输方式" span="1" prop="shippingType">
  78. <div class="unchanged">
  79. {{ deptBudgetList.shippingType }}
  80. </div>
  81. </ws-form-item>
  82. <ws-form-item label="买方" span="1" prop="buyer">
  83. <div class="unchanged">
  84. {{ deptBudgetList.buyer }}
  85. </div>
  86. </ws-form-item>
  87. <ws-form-item label="结算方式" span="1" prop="settlementMethod">
  88. <div class="unchanged">
  89. {{ deptBudgetList.settlementMethod }}
  90. </div>
  91. </ws-form-item>
  92. <ws-form-item label="卖方" span="1" prop="seller">
  93. <div class="unchanged">
  94. {{ deptBudgetList.seller }}
  95. </div>
  96. </ws-form-item>
  97. <ws-form-item label="交货方式" span="1" prop="deliverType">
  98. <div class="unchanged">
  99. {{ deptBudgetList.deliverType1 }}
  100. </div>
  101. </ws-form-item>
  102. <ws-form-item label="买方电话" span="1" prop="buyerPhone">
  103. <div class="unchanged">
  104. {{ deptBudgetList.buyerPhone }}
  105. </div>
  106. </ws-form-item>
  107. <ws-form-item label="包装方式" span="1" prop="packingMethod">
  108. <div class="unchanged">
  109. {{ deptBudgetList.packingMethod }}
  110. </div>
  111. </ws-form-item>
  112. <ws-form-item label="卖方电话" span="1" prop="sellerPhone">
  113. <div class="unchanged">
  114. {{ deptBudgetList.sellerPhone }}
  115. </div>
  116. </ws-form-item>
  117. <ws-form-item label="验收方式" span="1" prop="acceptanceMethod">
  118. <div class="unchanged">
  119. {{ deptBudgetList.acceptanceMethod }}
  120. </div>
  121. </ws-form-item>
  122. <ws-form-item label="重量(吨)" span="1" prop="weight">
  123. <div class="unchanged">
  124. {{ deptBudgetList.weight }}
  125. </div>
  126. </ws-form-item>
  127. <ws-form-item
  128. label="交货日期(起)"
  129. span="1"
  130. prop="deliveryDateStart"
  131. >
  132. <div class="unchanged">
  133. {{ deptBudgetList.deliveryDateStart }}
  134. </div>
  135. </ws-form-item>
  136. <ws-form-item label="溢短装(%)" span="1" prop="overShort">
  137. <div class="unchanged">
  138. {{ deptBudgetList.overShort }}
  139. </div>
  140. </ws-form-item>
  141. <ws-form-item label="交货日期(止)" span="1" prop="deliveryDateEnd">
  142. <div class="unchanged">
  143. {{ deptBudgetList.deliveryDateEnd }}
  144. </div>
  145. </ws-form-item>
  146. <ws-form-item
  147. label="合同单价(元/吨)"
  148. span="1"
  149. prop="unitContractPrice"
  150. >
  151. <div class="unchanged">
  152. {{ deptBudgetList.unitContractPrice }}
  153. </div>
  154. </ws-form-item>
  155. <ws-form-item
  156. label="合同总价(元)"
  157. span="1"
  158. prop="totalContractPrice"
  159. >
  160. <div class="unchanged">
  161. {{ deptBudgetList.totalContractPrice }}
  162. </div>
  163. </ws-form-item>
  164. <ws-form-item label="货源所在地区" span="1">
  165. <div class="unchanged">
  166. {{ deptBudgetList.sourceProvince }}
  167. {{ deptBudgetList.sourceCity }}
  168. {{ deptBudgetList.sourceArea }}
  169. </div>
  170. </ws-form-item>
  171. <ws-form-item label="货源详细地址" span="1" prop="sourceGoods">
  172. <div class="unchanged">
  173. {{ deptBudgetList.sourceGoods }}
  174. </div>
  175. </ws-form-item>
  176. <ws-form-item label="交货地所在地区" span="1">
  177. <div class="unchanged">
  178. {{ deptBudgetList.deliveryProvince }}
  179. {{ deptBudgetList.deliveryCity }}
  180. {{ deptBudgetList.deliveryArea }}
  181. </div>
  182. </ws-form-item>
  183. <ws-form-item label="交货地详细地址" span="1" prop="placeDelivery">
  184. <div class="unchanged">
  185. {{ deptBudgetList.placeDelivery }}
  186. </div>
  187. </ws-form-item>
  188. <ws-form-item label="签订日期" span="1" prop="signingDate">
  189. <div class="unchanged">
  190. {{ deptBudgetList.signingDate }}
  191. </div>
  192. </ws-form-item>
  193. <ws-form-item
  194. label="最终实际交易量 (吨)"
  195. span="1"
  196. prop="finalTradingVolume"
  197. >
  198. <div class="unchanged">
  199. {{ deptBudgetList.finalTradingVolume }}
  200. </div>
  201. </ws-form-item>
  202. </ws-info-table>
  203. <!--面试信息-->
  204. <div class="remark">
  205. <h3>货物信息</h3>
  206. </div>
  207. <ws-info-table>
  208. <ws-form-item label="货名" span="1" prop="waterContent">
  209. <div class="unchanged">
  210. {{ deptBudgetList.contractGoodsInfo.goodsName }}
  211. </div>
  212. </ws-form-item>
  213. <ws-form-item label="水分(%)<=" span="1" prop="intendedShipId">
  214. <div class="unchanged">
  215. {{ deptBudgetList.contractGoodsInfo.waterContent }}
  216. </div>
  217. </ws-form-item>
  218. <ws-form-item label="品级" span="1" prop="grade">
  219. <div class="unchanged">
  220. {{ deptBudgetList.contractGoodsInfo.grade }}
  221. </div>
  222. </ws-form-item>
  223. <ws-form-item label="杂质(%)<=" span="1" prop="impurity">
  224. <div class="unchanged">
  225. {{ deptBudgetList.contractGoodsInfo.impurity }}
  226. </div>
  227. </ws-form-item>
  228. <ws-form-item label="容重(克/升)>=" span="1" prop="bulkDensity">
  229. <div class="unchanged">
  230. {{ deptBudgetList.contractGoodsInfo.bulkDensity }}
  231. </div>
  232. </ws-form-item>
  233. <ws-form-item
  234. label="霉变粒(%)<="
  235. span="1"
  236. prop="mildewGrain"
  237. class="result"
  238. >
  239. <div class="unchanged">
  240. {{ deptBudgetList.contractGoodsInfo.mildewGrain }}
  241. </div>
  242. </ws-form-item>
  243. <ws-form-item label="热损伤(%)<=" span="1" prop="jiaorenli">
  244. <div class="unchanged">
  245. {{ deptBudgetList.contractGoodsInfo.jiaorenli }}
  246. </div>
  247. </ws-form-item>
  248. <ws-form-item
  249. label="不完善粒(%)<="
  250. span="1"
  251. prop="imperfectGrain"
  252. class="result"
  253. >
  254. <div class="unchanged">
  255. {{ deptBudgetList.contractGoodsInfo.imperfectGrain }}
  256. </div>
  257. </ws-form-item>
  258. </ws-info-table>
  259. <div class="remark">
  260. <h3>流程信息</h3>
  261. </div>
  262. <ws-info-table>
  263. <ws-form-item label="合同收入(元)" span="1" prop="goodsNameKey">
  264. <div class="unchanged">
  265. {{ deptBudgetList.contractProcessInfo.goodsNameKey }}
  266. </div>
  267. </ws-form-item>
  268. <ws-form-item label="已开发票(元)" span="1" prop="goodsName">
  269. <div class="unchanged">
  270. {{ deptBudgetList.contractProcessInfo.goodsName }}
  271. </div>
  272. </ws-form-item>
  273. <ws-form-item label="费用支出(元)" span="1" prop="waterContent">
  274. <div class="unchanged">
  275. {{ deptBudgetList.contractProcessInfo.waterContent }}
  276. </div>
  277. </ws-form-item>
  278. <ws-form-item label="未开发票(元)" span="1" prop="impurity">
  279. <div class="unchanged">
  280. {{ deptBudgetList.contractProcessInfo.impurity }}
  281. </div>
  282. </ws-form-item>
  283. <ws-form-item label="未回款(元)" span="1" prop="mildewGrain">
  284. <div class="unchanged">
  285. {{ deptBudgetList.contractProcessInfo.mildewGrain }}
  286. </div>
  287. </ws-form-item>
  288. <!-- <ws-form-item
  289. label="已完成发运量(吨)"
  290. span="1"
  291. prop="imperfectGrain"
  292. class="result"
  293. >
  294. <div class="unchanged">
  295. {{ deptBudgetList.contractProcessInfo.imperfectGrain }}
  296. </div>
  297. </ws-form-item> -->
  298. <ws-form-item label="双章原件回收情况" span="1" prop="grade">
  299. <div class="unchanged">
  300. {{ deptBudgetList.contractProcessInfo.grade }}
  301. </div>
  302. </ws-form-item>
  303. </ws-info-table>
  304. <div class="remark">
  305. <h3>备注信息</h3>
  306. <div class="beizhu">
  307. {{ deptBudgetList.remarks }}
  308. </div>
  309. </div>
  310. <ws-upload
  311. ref="upload"
  312. :comp-id="compId"
  313. :appendix-ids="deptBudgetList.addressUrl"
  314. :editable="false"
  315. accept=".jpg, .jpeg, .png, .pdf, .doc, .zip, .rar"
  316. />
  317. </ws-form>
  318. <div style="text-align: right; padding: 10px">
  319. <el-button
  320. class="bg-bottom"
  321. type="primary"
  322. size="small"
  323. @click="returnsales()"
  324. >关闭</el-button
  325. >
  326. </div>
  327. </div>
  328. </div>
  329. </template>
  330. <script>
  331. import {
  332. packList,
  333. xiala,
  334. examineList,
  335. billoperatehis,
  336. } from '@/model/contarct/index'
  337. import { dayjs } from 'base-core-lib'
  338. import WsUpload from '@/components/WsUpload'
  339. export default {
  340. name: 'viewSpareMoney',
  341. components: {
  342. WsUpload,
  343. },
  344. watch: {
  345. vesselId(val) {
  346. this.getVesselData()
  347. },
  348. isShow(val) {
  349. this.showType = val
  350. },
  351. },
  352. data() {
  353. return {
  354. //弹出框
  355. dialogViewSpareMoney: false,
  356. dialogApproveFormVisible: false,
  357. // 船舶类型
  358. monetaryKey: null,
  359. // 表格显示数据
  360. tableDate: [],
  361. // 是否显示
  362. showType: true,
  363. // 年
  364. year: '',
  365. // 提交类型
  366. submitType: true,
  367. tableData: [],
  368. ruleDeptBudget: [],
  369. deptBudgetList: {
  370. contractProcessInfo: {},
  371. contractGoodsInfo: {},
  372. },
  373. mainReportAdd: {},
  374. list: {},
  375. historyList: [],
  376. compId: sessionStorage.getItem('ws-pf_compId'),
  377. }
  378. },
  379. activated() {
  380. this.status = this.$route.query.status
  381. this.loaddata()
  382. this.showType = this.isShow
  383. // this.examineList()
  384. },
  385. methods: {
  386. loaddata() {
  387. // 数据
  388. examineList({ id: this.$route.query.id })
  389. .toPromise()
  390. .then((response) => {
  391. this.deptBudgetList = response
  392. if (this.deptBudgetList.deliverType == 1) {
  393. this.deptBudgetList.deliverType1 = '我方送货'
  394. } else if (this.deptBudgetList.deliverType == 2) {
  395. this.deptBudgetList.deliverType1 = '对方自提'
  396. }
  397. })
  398. // 包装方式
  399. packList({ constId: 'CON1' })
  400. .toPromise()
  401. .then((response) => {
  402. this.packtypeList = response
  403. })
  404. // 验收方式
  405. this.getUnitList()
  406. // 货名
  407. packList({ constId: 'CON2' })
  408. .toPromise()
  409. .then((response) => {
  410. this.goodnameList = response
  411. })
  412. // 品级
  413. packList({ constId: 'CON3' })
  414. .toPromise()
  415. .then((response) => {
  416. this.gradeList = response
  417. })
  418. // 双章
  419. packList({ constId: 'CON4' })
  420. .toPromise()
  421. .then((response) => {
  422. this.ChapterTwoList = response
  423. })
  424. },
  425. getUnitList() {
  426. xiala({
  427. compId: sessionStorage.getItem('ws-pf_compId'),
  428. constCode: 'TYPEYAN',
  429. })
  430. .toPromise()
  431. .then((response) => {
  432. this.unitList = response
  433. let currItem
  434. this.unitList.forEach((item, index, arr) => {
  435. item.flag = 'delete'
  436. if (this.vModel == item.constKey) {
  437. currItem = item
  438. }
  439. })
  440. //
  441. if (currItem) {
  442. this.selectContract(currItem.constValue)
  443. }
  444. })
  445. },
  446. // 关闭 dialog时 处理文件url 初始化upload组件
  447. handleClose() {
  448. this.dialogViewSpareMoney = false
  449. },
  450. history(id1) {
  451. billoperatehis({ id: id1 })
  452. .toPromise()
  453. .then((response) => {
  454. this.historyList = response
  455. })
  456. },
  457. returnsales() {
  458. this.$router.go(-1)
  459. },
  460. },
  461. }
  462. </script>
  463. <style lang="scss" scoped>
  464. /deep/.ws-info-table .el-form-item .el-form-item__content {
  465. padding: 0 25px;
  466. }
  467. /deep/.ws-info-table .el-form-item {
  468. border-right: 1px solid #cdd2dc;
  469. border-bottom: 1px solid #cdd2dc;
  470. }
  471. .title {
  472. position: relative;
  473. }
  474. .title::before {
  475. content: '';
  476. display: inline-block;
  477. width: 5px;
  478. height: 30px;
  479. background: #5473e8;
  480. position: absolute;
  481. left: 0;
  482. }
  483. .el-button--primary {
  484. background-color: #5878e8;
  485. border-color: #5878e8;
  486. }
  487. .el-col {
  488. background: #f6f7fc;
  489. }
  490. .readonly {
  491. position: relative;
  492. }
  493. .readonly:after {
  494. content: '*';
  495. color: #ff2727;
  496. position: absolute;
  497. right: 8px;
  498. z-index: 10;
  499. top: 21%;
  500. font-size: 20px;
  501. }
  502. /deep/.ws-info-table .el-form-item .el-form-item__content {
  503. padding: 0 25px;
  504. border-left: 1px solid #cdd2dc;
  505. background: #fafbfc;
  506. }
  507. /deep/.ws-info-table .el-form-item .el-form-item__label {
  508. width: 140px;
  509. text-align: center;
  510. background: #f0f2f6;
  511. // border: 1px solid #cdd2dc;
  512. }
  513. .button-container {
  514. display: flex;
  515. flex-wrap: nowrap;
  516. justify-content: space-between;
  517. align-items: center;
  518. background-color: #fff;
  519. width: 100%;
  520. height: 50px;
  521. padding: 0 10px;
  522. & > div {
  523. margin-left: 10px;
  524. display: flex;
  525. flex-wrap: nowrap;
  526. flex-direction: row;
  527. & > span {
  528. line-height: 50px;
  529. }
  530. }
  531. /deep/.auditFlow-box {
  532. position: unset;
  533. margin-left: 10px;
  534. &/deep/.auditFlow-icon {
  535. width: auto;
  536. padding-right: 30px;
  537. }
  538. &/deep/.auditFlow-main {
  539. position: absolute;
  540. }
  541. }
  542. }
  543. .box-app {
  544. display: inline-block;
  545. margin-left: 30px;
  546. line-height: 50px;
  547. }
  548. /deep/.el-dialog {
  549. .el-form-item {
  550. margin-bottom: 0 !important;
  551. .el-input--medium {
  552. textarea {
  553. min-height: 100px !important;
  554. }
  555. }
  556. }
  557. }
  558. .collapse-bottom {
  559. margin-bottom: 20px;
  560. }
  561. .input-main .textarea .el-textarea__inner {
  562. width: 100%;
  563. z-index: 1;
  564. }
  565. .bg-left {
  566. padding-left: 30px;
  567. }
  568. .bg-right {
  569. padding: 10px;
  570. text-align: right;
  571. }
  572. .bg-bottom {
  573. margin: 6px 0px;
  574. }
  575. .wenzi {
  576. width: 900px;
  577. margin: 0 auto;
  578. }
  579. .wenzi h3 {
  580. display: inline-block;
  581. left: 30px;
  582. }
  583. .wenzi p {
  584. display: inline-block;
  585. }
  586. .center {
  587. width: 900px;
  588. margin: 0 auto;
  589. }
  590. .el-form-item {
  591. width: 50%;
  592. }
  593. .el-form-item__label {
  594. text-align: center;
  595. }
  596. /*.crt-main .textarea /deep/ .el-form-item__label {*/
  597. /* height: 82px;*/
  598. /*}*/
  599. // 控制select为只读的时候显示样式
  600. .hide-sel {
  601. .el-input__inner {
  602. border: 0px;
  603. }
  604. .el-icon-arrow-up {
  605. display: none;
  606. }
  607. .el-textarea__inner {
  608. background-color: #fff !important;
  609. border: 0;
  610. }
  611. .el-date-editor {
  612. i {
  613. display: none;
  614. }
  615. }
  616. .is-disabled {
  617. .el-input__inner:hover {
  618. background-color: #fff !important;
  619. border: 0;
  620. }
  621. color: #606266;
  622. .el-input__inner {
  623. background-color: #fff !important;
  624. border: 0;
  625. color: #606266;
  626. }
  627. .el-textarea__inner {
  628. background-color: #fff !important;
  629. border: 0;
  630. color: #606266;
  631. }
  632. }
  633. }
  634. // 控制select为只读的时候显示样式
  635. /deep/.ws-class-table-col {
  636. height: auto;
  637. padding: 0px 2px;
  638. /deep/.el-input__inner {
  639. padding: 0px 2px;
  640. }
  641. }
  642. /deep/.is-disabled {
  643. .el-input__prefix,
  644. .el-input__suffix {
  645. display: none;
  646. }
  647. .el-input__inner {
  648. background-color: #fff;
  649. border-color: #fff !important;
  650. color: #000 !important;
  651. font-size: 14px;
  652. cursor: text;
  653. padding: 0 !important;
  654. }
  655. }
  656. .winseaview-view {
  657. padding: 10px 0 20px;
  658. }
  659. .container {
  660. overflow: scroll;
  661. height: 93vh;
  662. }
  663. .state {
  664. width: 900px;
  665. margin: 0 auto;
  666. }
  667. .state h2,
  668. .state p {
  669. display: inline-block;
  670. }
  671. .state p {
  672. display: inline-block;
  673. margin-left: 10px;
  674. width: 170px;
  675. height: 20px;
  676. font-size: 14px;
  677. font-family: PingFangSC-Regular, PingFang SC;
  678. font-weight: 400;
  679. color: #000000;
  680. line-height: 20px;
  681. }
  682. .icon {
  683. display: inline-block;
  684. width: 60px;
  685. height: 24px;
  686. background: #ecfeff;
  687. border-radius: 12px;
  688. border: 1px solid #50cad4;
  689. position: relative;
  690. font-size: 14px;
  691. color: #50cad4;
  692. line-height: 24px;
  693. padding: 1px 7px;
  694. }
  695. //*号
  696. // .unchangeable {
  697. // position: absolute;
  698. // width: 9px;
  699. // height: 22px;
  700. // font-size: 16px;
  701. // font-family: PingFangSC-Medium, PingFang SC;
  702. // font-weight: 500;
  703. // color: #ff2727;
  704. // line-height: 22px;
  705. // display: inline-block;
  706. // right: 14px;
  707. // }
  708. /deep/.el-input,
  709. /deep/.el-date-editor {
  710. font-size: 13px;
  711. width: 232px;
  712. left: 21px;
  713. }
  714. /deep/.el-textarea {
  715. width: 900px;
  716. margin: 0px;
  717. }
  718. /deep/el-date-editor--date {
  719. width: 200px;
  720. }
  721. /deep/.beizhu {
  722. margin: 0 auto;
  723. font-size: 14px;
  724. color: #afb5cb;
  725. margin-left: 20px;
  726. }
  727. .unchanged {
  728. position: absolute;
  729. left: 37px;
  730. width: 900px;
  731. height: 14px;
  732. font-size: 14px;
  733. font-family: PingFangSC-Regular, PingFang SC;
  734. font-weight: 400;
  735. color: #afb5cb;
  736. line-height: 14px;
  737. }
  738. /deep/.ws-info-table[data-v-850a44a6] .el-form-item .el-form-item__label {
  739. width: 130px;
  740. }
  741. /deep/.el-input--small .el-input__inner {
  742. height: 32px;
  743. line-height: 32px;
  744. width: 232px;
  745. }
  746. .vertical-text-left {
  747. width: 62px;
  748. text-align: right;
  749. }
  750. .vertical-text {
  751. margin: 0 10px;
  752. color: #8890b1;
  753. font-size: 12px;
  754. margin-top: -4px;
  755. }
  756. .vertical-line {
  757. height: 100px;
  758. border-left: 2px solid #e9ecf7;
  759. margin-left: 4px;
  760. padding: 0 3px;
  761. }
  762. .vertical-circle {
  763. width: 10px;
  764. height: 10px;
  765. border: 2px solid #5878e8;
  766. background-color: #ffffff;
  767. -webkit-border-radius: 100px;
  768. }
  769. .vertical-circle:first-child {
  770. color: red;
  771. }
  772. </style>