tranManagementFireFeedbackLook.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860
  1. //装车反馈查看
  2. <template>
  3. <div class="container">
  4. <el-row>
  5. <el-col :span="12">
  6. <h2 class="bg-left title">查看火运装车反馈</h2>
  7. </el-col>
  8. <el-col :span="12" class="bg-right">
  9. <el-button
  10. class="bg-bottom"
  11. type="primary"
  12. size="small"
  13. @click="returnsales()"
  14. ><img
  15. width="6"
  16. height="10"
  17. style="vertical-align: bottom; margin-right: 3px"
  18. src="../../../public/img/lujing.png"
  19. alt=""
  20. />返回</el-button
  21. >
  22. </el-col>
  23. </el-row>
  24. <ws-form
  25. class="position"
  26. ref="deptBudgetList"
  27. :rules="rules"
  28. :model="deptBudgetList"
  29. >
  30. <div class="small-title" style="font-size: 16px">任务详情</div>
  31. <ws-info-table>
  32. <!--任务编号-->
  33. <ws-form-item label="任务编号" span="1" prop="processNo">
  34. {{ deptBudgetList.processNo }}
  35. </ws-form-item>
  36. <!--货名-->
  37. <ws-form-item label="货名" span="1" prop="goodsName">
  38. {{ deptBudgetList.goodsName }}
  39. </ws-form-item>
  40. <!--重量(吨)-->
  41. <ws-form-item label="重量(吨)" span="1" prop="weight">
  42. {{ deptBudgetList.weight }}
  43. </ws-form-item>
  44. <!--发货地址-->
  45. <ws-form-item label="发货地址" span="1" prop="sendDetailedAddress">
  46. {{ deptBudgetList.sendPrivate }}{{ deptBudgetList.sendCity
  47. }}{{ deptBudgetList.sendArea }}
  48. </ws-form-item>
  49. <!--发货人-->
  50. <ws-form-item label="发货人" span="1" prop="sender" class="readonly">
  51. {{ deptBudgetList.sender }}
  52. </ws-form-item>
  53. <!--发货人电话-->
  54. <ws-form-item
  55. label="发货人电话"
  56. span="1"
  57. prop="senderPhone"
  58. class="readonly"
  59. >
  60. {{ deptBudgetList.senderPhone }}
  61. </ws-form-item>
  62. <!--收货地址-->
  63. <ws-form-item label="收货地址" span="1" prop="receiveDetailedAddress">
  64. {{ deptBudgetList.receivePrivate }}{{ deptBudgetList.receiveCity
  65. }}{{ deptBudgetList.receiveArea }}
  66. </ws-form-item>
  67. <!--收货人-->
  68. <ws-form-item label="收货人" span="1" prop="receiver">
  69. {{ deptBudgetList.receiver }}
  70. </ws-form-item>
  71. <!--收货人电话-->
  72. <ws-form-item label="收货人电话" span="1" prop="receiverPhone">
  73. {{ deptBudgetList.receiverPhone }}
  74. </ws-form-item>
  75. <!--发货日期-->
  76. <ws-form-item label="发货日期" span="1" prop="deliveryDateStart">
  77. {{ deptBudgetList.deliveryDateStart }}
  78. </ws-form-item>
  79. <!--最晚到货日期-->
  80. <ws-form-item label="最晚到货日期" span="1" prop="deliveryDateEnd">
  81. {{ deptBudgetList.deliveryDateEnd }}
  82. </ws-form-item>
  83. <!--合同编号-->
  84. <ws-form-item label="合同编号" span="1" prop="contractNo">
  85. {{ deptBudgetList.contractNo }}
  86. </ws-form-item>
  87. <!-- 运输方式 -->
  88. <ws-form-item label="运输方式" span="1" prop="tranType">
  89. {{ deptBudgetList.tranType }}
  90. </ws-form-item>
  91. </ws-info-table>
  92. <div class="small-title" style="font-size: 16px">联络员及车次</div>
  93. <div class="lianluoyuan">
  94. <ws-info-table>
  95. <!--姓名-->
  96. <ws-form-item label="姓名:" span="1" prop="driver">
  97. <span>{{ deptBudgetList.driver }}</span>
  98. </ws-form-item>
  99. <!--电话-->
  100. <ws-form-item label="电话:" span="1" prop="driverPhone">
  101. <span>{{ deptBudgetList.driverPhone }}</span>
  102. </ws-form-item>
  103. <!--发车日期-->
  104. <el-form-item label="发车日期:" span="1" prop="sendDateStart">
  105. <span>{{ deptBudgetList.sendDateStart }}</span>
  106. </el-form-item>
  107. <!--预计到站日期-->
  108. <ws-form-item label="预计到站日期:" span="1" prop="receiveDateEnd">
  109. <span>{{ deptBudgetList.receiveDateEnd }}</span>
  110. </ws-form-item>
  111. <!--车型-->
  112. <ws-form-item label="车型:" span="1" prop="carModel">
  113. <span>{{ deptBudgetList.carModel }}</span>
  114. </ws-form-item>
  115. </ws-info-table>
  116. </div>
  117. <div class="small-title" style="font-size: 16px">装车详情</div>
  118. <div class="liaison">
  119. <div
  120. style="width: 100%"
  121. class="flex position"
  122. v-for="(item, index) in this.freightspace"
  123. :key="index"
  124. >
  125. <ws-info-table>
  126. <!--车厢号-->
  127. <div class="catNos">车厢号-{{ index + 1 }}</div>
  128. <ws-form-item label="车厢号:" span="1" prop="boxNo">
  129. <span>{{ item.boxNo }}</span>
  130. </ws-form-item>
  131. <!--装车(吨)-->
  132. <ws-form-item label="装车净重(吨):" span="1" prop="loadNetWeight">
  133. {{ item.loadNetWeight }}
  134. </ws-form-item>
  135. <!--磅单-->
  136. <ws-form-item label="磅单:" span="1" prop="loadPoundImg">
  137. <template>
  138. <img
  139. width="18"
  140. height="20"
  141. style="
  142. vertical-align: text-top;
  143. position: relative;
  144. top: -1px;
  145. "
  146. src="../../../public/img/fujian.png"
  147. @click="fujian(index)"
  148. alt=""
  149. />
  150. <span
  151. v-if="
  152. deptBudgetList.tranCarInfoList[index].loadPoundImgArr
  153. .length > 0
  154. "
  155. >{{
  156. deptBudgetList.tranCarInfoList[index].loadPoundImgArr.length
  157. }}</span
  158. >
  159. <span
  160. v-if="
  161. deptBudgetList.tranCarInfoList[index].loadPoundImgArr
  162. .length == 0
  163. "
  164. >无</span
  165. >
  166. </template>
  167. </ws-form-item>
  168. <!--装车日期-->
  169. <ws-form-item label="装车日期:" span="1" prop="loadingDate">
  170. <span>{{ item.loadingDate }}</span>
  171. </ws-form-item>
  172. <!-- <div
  173. v-show="
  174. item.temporaryDriverFlag == 0 &&
  175. item.signStatus == '未签合同'
  176. "
  177. class="signStatus"
  178. >
  179. {{ item.signStatus }}
  180. </div>
  181. <div
  182. v-show="
  183. item.temporaryDriverFlag == 0 &&
  184. item.signStatus == '已签合同'
  185. "
  186. class="signStatus1"
  187. >
  188. {{ item.signStatus }}
  189. </div> -->
  190. <span class="noservicein" v-show="item.status == '未装车'">{{ item.status}}</span>
  191. <span class="servicein" v-show="item.status == '已装车' || item.status == '已送达'">已装车</span>
  192. </ws-info-table>
  193. </div>
  194. </div>
  195. <div style="text-align: center; color: #8890b1; font-size: 16px">
  196. 合计(吨):{{ total }}/{{ deptBudgetList.weight }}
  197. <!--阶段状态-->
  198. <span
  199. class="noservice"
  200. v-show="deptBudgetList.feedbackStatus == '执行中'"
  201. >
  202. 未完货
  203. </span>
  204. <span
  205. class="service"
  206. v-show="deptBudgetList.feedbackStatus == '已完货'"
  207. >{{ deptBudgetList.feedbackStatus }}</span
  208. >
  209. </div>
  210. </ws-form>
  211. <!-- 关闭 -->
  212. <div style="text-align: right; padding: 10px" class="center">
  213. <el-button
  214. class="bg-bottom"
  215. type="primary"
  216. size="small"
  217. @click="returnsales()"
  218. >关闭</el-button
  219. >
  220. </div>
  221. <!-- 附件弹框 -->
  222. <WinseaContentModal
  223. v-model="accessoryTFs"
  224. :title="$t('system.noticeCircular.information')"
  225. @on-cancel="handleClose"
  226. >
  227. <p>查看附件</p>
  228. <div
  229. style="display: inline-block; margin: 5px"
  230. v-for="item in appendixIdss"
  231. >
  232. <img width="100" height="100" :src="item" alt="" />
  233. </div>
  234. </WinseaContentModal>
  235. <WinseaContentModal
  236. v-model="accesscard"
  237. :title="$t('system.noticeCircular.information')"
  238. @on-cancel="handleClose1"
  239. >
  240. <p>查看附件</p>
  241. <img width="100" height="100" :src="accessurl" alt="" />
  242. </WinseaContentModal>
  243. </div>
  244. </template>
  245. <script>
  246. import { regionData, CodeToText, TextToCode } from 'element-china-area-data'
  247. import { seeCat, packList, feedback } from '@/model/transport/index'
  248. import WsUpload from '@/components/WsUpload'
  249. import mapDrag from '@/components/mapdrag/mapdrag'
  250. export default {
  251. name: 'viewSpareMoney',
  252. components: {
  253. WsUpload,
  254. mapDrag,
  255. },
  256. watch: {
  257. vesselId(val) {
  258. this.getVesselData()
  259. },
  260. isShow(val) {
  261. this.showType = val
  262. },
  263. },
  264. data() {
  265. return {
  266. deptBudgetList: {
  267. totalStorage: 0,
  268. },
  269. options_: regionData,
  270. heightData: '600px',
  271. zoom: 7,
  272. selectedOptions: [],
  273. center: [116.244694, 39.517344],
  274. window: '',
  275. radio: 1,
  276. personCharge: [],
  277. district: null,
  278. driverList: [],
  279. listDate: { country: '中国', level: 'country', city: '' },
  280. citylist: [],
  281. compId: sessionStorage.getItem('ws-pf_compId'),
  282. rules: {
  283. warehouseName: [
  284. {
  285. required: true,
  286. message: '请输入仓库名称',
  287. trigger: 'blur',
  288. },
  289. {
  290. min: 2,
  291. max: 20,
  292. message: '仓库名长度不符合要求,请输入2-20字符之内',
  293. trigger: 'blur',
  294. },
  295. ],
  296. },
  297. tranType: 1,
  298. size: 10,
  299. value1: '',
  300. unitList: [],
  301. freightspace: [
  302. {
  303. driver: '',
  304. driverPhone: '',
  305. carNo: '',
  306. loadNetWeight: '',
  307. },
  308. ],
  309. name: '',
  310. staffList: [],
  311. options: [],
  312. // carModel: [],
  313. tranCarInfoList: {},
  314. //上传
  315. accessoryTFs: false,
  316. accesscard: false,
  317. accessurl: '',
  318. fileList: [],
  319. // appendixIdsAdd: '',
  320. //附件
  321. appendixIdss: [],
  322. }
  323. },
  324. mounted() {
  325. this.deptBudgetList.id = this.$route.query.id
  326. this.getList()
  327. },
  328. computed: {
  329. totalStorage: function () {
  330. var maxStorage = 0
  331. for (var i = 0; i < this.freightspace.length; i++) {
  332. maxStorage += Number(this.freightspace[i].maxStorage)
  333. }
  334. return maxStorage
  335. },
  336. total: function () {
  337. if (this.deptBudgetList.tranCarInfoList != null) {
  338. var maxStorage = 0
  339. for (var i = 0; i < this.deptBudgetList.tranCarInfoList.length; i++) {
  340. maxStorage += Number(
  341. this.deptBudgetList.tranCarInfoList[i].loadNetWeight
  342. )
  343. }
  344. return maxStorage
  345. } else {
  346. return 0
  347. }
  348. },
  349. label1: function () {
  350. // for (var i = 0; i < this.deptBudgetList.tranCarInfoList.length; i++) {
  351. // if (this.deptBudgetList.tranCarInfoList[i].temporaryDriverFlag == 0) {
  352. // return '司机名称'
  353. // }
  354. // else if (this.deptBudgetList.tranCarInfoList[i].temporaryDriverFlag == 1) {
  355. // // alert(this.deptBudgetList.tranCarInfoList[i].temporaryDriverFlag)
  356. // return '司机名称(临)'
  357. // }
  358. // }
  359. return '(临)'
  360. // item.temporaryDriverFlag == 0
  361. },
  362. },
  363. methods: {
  364. marker: function (item) {
  365. this.deptBudgetList.warehousePositioning =
  366. item.lnglat.lat + ',' + item.lnglat.lng
  367. },
  368. // 关闭 dialog时 处理文件url 初始化upload组件
  369. handleClose() {
  370. this.dialogViewSpareMoney = false
  371. },
  372. handleClose1() {
  373. this.accesscard = false
  374. },
  375. returnsales() {
  376. this.deptBudgetList = {}
  377. this.freightspace = {}
  378. this.selectedOptions = ''
  379. this.$router.push({ path: 'tranManagementTransporHairRespond' })
  380. },
  381. resetForm(deptBudgetList) {
  382. this.$refs[deptBudgetList].resetFields()
  383. },
  384. getList() {
  385. seeCat({ id: this.deptBudgetList.id })
  386. .toPromise()
  387. .then((response) => {
  388. this.deptBudgetList = response
  389. this.freightspace = response.tranCarInfoList
  390. this.deptBudgetList.driver = response.tranCarInfoList[0].driver
  391. this.deptBudgetList.driverPhone =
  392. response.tranCarInfoList[0].driverPhone
  393. this.deptBudgetList.sendDateStart =
  394. response.tranCarInfoList[0].sendDateStart
  395. this.deptBudgetList.receiveDateEnd =
  396. response.tranCarInfoList[0].receiveDateEnd
  397. this.deptBudgetList.carModel = response.tranCarInfoList[0].carModel
  398. for (var i = 0; i < this.freightspace.length; i++) {
  399. if (!this.freightspace[i].loadNetWeight) {
  400. this.freightspace[i].loadNetWeight = 0
  401. }
  402. if (this.deptBudgetList.tranCarInfoList[i].loadPoundImg != null) {
  403. this.deptBudgetList.tranCarInfoList[i].loadPoundImgArr =
  404. this.deptBudgetList.tranCarInfoList[i].loadPoundImg.split(',')
  405. this.fileList[i] =
  406. this.deptBudgetList.tranCarInfoList[i].loadPoundImg.split(',')
  407. } else {
  408. this.deptBudgetList.tranCarInfoList[i].loadPoundImgArr = []
  409. }
  410. }
  411. })
  412. },
  413. //上传
  414. fujian(index) {
  415. if (
  416. this.deptBudgetList.tranCarInfoList[index].loadPoundImg === null ||
  417. this.deptBudgetList.tranCarInfoList[index].loadPoundImg === ''
  418. ) {
  419. this.$message({
  420. message: '暂无附件!',
  421. type: 'warning',
  422. })
  423. return
  424. } else {
  425. this.accessoryTFs = true
  426. }
  427. this.appendixIdss =
  428. this.deptBudgetList.tranCarInfoList[index].loadPoundImgArr
  429. },
  430. },
  431. }
  432. </script>
  433. <style lang="scss" scoped>
  434. /deep/.totalStorage .el-input__inner {
  435. color: #afb5cb;
  436. background: #f5f7fa;
  437. }
  438. .small-title {
  439. position: relative;
  440. padding: 10px;
  441. font-weight: 600;
  442. }
  443. .small-title::before {
  444. position: absolute;
  445. content: '';
  446. display: block;
  447. background: #5473e8;
  448. width: 4px;
  449. height: 14px;
  450. left: 0px;
  451. top: 13px;
  452. }
  453. .position {
  454. position: relative;
  455. }
  456. .amap-page-container {
  457. width: 300px;
  458. height: 300px;
  459. }
  460. .el-form {
  461. padding: 0 15%;
  462. }
  463. /deep/.ws-info-table .el-form-item {
  464. border-right: 1px solid transparent;
  465. border-bottom: 1px solid transparent;
  466. }
  467. .readonly {
  468. position: relative;
  469. }
  470. .readonly:after {
  471. content: '*';
  472. color: #ff2727;
  473. position: absolute;
  474. right: 8px;
  475. z-index: 10;
  476. top: 21%;
  477. font-size: 20px;
  478. }
  479. .title {
  480. position: relative;
  481. }
  482. .title::before {
  483. content: '';
  484. display: inline-block;
  485. width: 5px;
  486. height: 30px;
  487. background: #5473e8;
  488. position: absolute;
  489. left: 0;
  490. }
  491. .el-button--primary {
  492. background-color: #5878e8;
  493. border-color: #5878e8;
  494. }
  495. .el-col {
  496. background: #f6f7fc;
  497. }
  498. /deep/.ws-info-table .el-form-item .el-form-item__content {
  499. padding: 0 25px;
  500. border-left: 1px solid transparent;
  501. background: #fff;
  502. }
  503. /deep/.ws-info-table .el-form-item .el-form-item__label {
  504. width: 100px;
  505. text-align: center;
  506. background: #fff;
  507. }
  508. .button-container {
  509. display: flex;
  510. flex-wrap: nowrap;
  511. justify-content: space-between;
  512. align-items: center;
  513. background-color: #fff;
  514. width: 100%;
  515. height: 50px;
  516. padding: 0 10px;
  517. & > div {
  518. margin-left: 10px;
  519. display: flex;
  520. flex-wrap: nowrap;
  521. flex-direction: row;
  522. & > span {
  523. line-height: 50px;
  524. }
  525. }
  526. /deep/.auditFlow-box {
  527. position: unset;
  528. margin-left: 10px;
  529. &/deep/.auditFlow-icon {
  530. width: auto;
  531. padding-right: 30px;
  532. }
  533. &/deep/.auditFlow-main {
  534. position: absolute;
  535. }
  536. }
  537. }
  538. .box-app {
  539. display: inline-block;
  540. float: left;
  541. margin-left: 30px;
  542. line-height: 50px;
  543. }
  544. /deep/.el-dialog {
  545. .el-form-item {
  546. margin-bottom: 0 !important;
  547. .el-input--medium {
  548. textarea {
  549. min-height: 100px !important;
  550. }
  551. }
  552. }
  553. }
  554. .collapse-bottom {
  555. margin-bottom: 20px;
  556. }
  557. .input-main .textarea .el-textarea__inner {
  558. width: 100%;
  559. z-index: 1;
  560. }
  561. .bg-left {
  562. padding-left: 30px;
  563. }
  564. .bg-right {
  565. padding-right: 10px;
  566. text-align: right;
  567. }
  568. .bg-bottom {
  569. margin: 15px 0px;
  570. }
  571. .wenzi {
  572. width: 900px;
  573. margin: 0 auto;
  574. }
  575. .wenzi h3 {
  576. display: inline-block;
  577. left: 10px;
  578. }
  579. .wenzi p {
  580. display: inline-block;
  581. }
  582. .center {
  583. margin-right: 50px;
  584. }
  585. .el-form-item {
  586. width: 50%;
  587. }
  588. .el-form-item__label {
  589. text-align: center;
  590. }
  591. .ce {
  592. width: 900px;
  593. margin: 0 auto;
  594. }
  595. /*.crt-main .textarea /deep/ .el-form-item__label {*/
  596. /* height: 82px;*/
  597. /*}*/
  598. // 控制select为只读的时候显示样式
  599. .hide-sel {
  600. .el-input__inner {
  601. border: 0px;
  602. }
  603. .el-icon-arrow-up {
  604. display: none;
  605. }
  606. .el-textarea__inner {
  607. background-color: #fff !important;
  608. border: 0;
  609. }
  610. .el-date-editor {
  611. i {
  612. display: none;
  613. }
  614. }
  615. .is-disabled {
  616. .el-input__inner:hover {
  617. background-color: #fff !important;
  618. border: 0;
  619. }
  620. color: #606266;
  621. .el-input__inner {
  622. background-color: #fff !important;
  623. border: 0;
  624. color: #606266;
  625. }
  626. .el-textarea__inner {
  627. background-color: #fff !important;
  628. border: 0;
  629. color: #606266;
  630. }
  631. }
  632. }
  633. // 控制select为只读的时候显示样式
  634. /deep/.ws-class-table-col {
  635. height: auto;
  636. padding: 0px 2px;
  637. /deep/.el-input__inner {
  638. padding: 0px 2px;
  639. }
  640. }
  641. /deep/.is-disabled {
  642. .el-input__prefix,
  643. .el-input__suffix {
  644. display: none;
  645. }
  646. .el-input__inner {
  647. background-color: #fff;
  648. border-color: #fff !important;
  649. color: #000 !important;
  650. font-size: 14px;
  651. cursor: text;
  652. padding: 0 !important;
  653. }
  654. }
  655. .winseaview-view {
  656. padding: 0 0 20px;
  657. }
  658. .container {
  659. overflow: scroll;
  660. height: 93vh;
  661. }
  662. .ws-info-table .el-form-item {
  663. width: 33.3333%;
  664. }
  665. .readonly:after {
  666. display: none;
  667. }
  668. .el-textarea__inner {
  669. display: none;
  670. }
  671. .el-form {
  672. margin-top: 50px;
  673. }
  674. .readonly {
  675. width: 16%;
  676. }
  677. //去边框
  678. /deep/.el-form-item {
  679. border-right: 0px;
  680. border-bottom: 0px;
  681. }
  682. /deep/.ws-info-table {
  683. border-left: 0px;
  684. border-top: 0px;
  685. }
  686. .ws-info-table .el-form-item .el-form-item__content {
  687. border: none;
  688. }
  689. /deep/.ws-info-table .el-form-item {
  690. border: none;
  691. height: 50px;
  692. }
  693. /deep/.ws-info-table .el-form-item .el-form-item__content {
  694. background: #f5f7fa;
  695. border-radius: 4px;
  696. border: 1px solid #d8dce6;
  697. font-family: PingFangSC-Regular, PingFang SC;
  698. margin-bottom: 5px;
  699. background-color: #fff;
  700. font-size: 14px;
  701. font-weight: 400;
  702. color: #8890b1;
  703. line-height: 16px;
  704. }
  705. /deep/.ws-info-table .el-form-item .el-form-item__label {
  706. background-color: #fff;
  707. font-size: 14px;
  708. font-family: PingFangSC-Regular, PingFang SC;
  709. font-weight: 400;
  710. color: #8890b1;
  711. line-height: 16px;
  712. }
  713. /deep/.ws-info-table .el-form-item .el-form-item__content {
  714. background: #f5f7fa;
  715. border-radius: 4px;
  716. border: 1px solid #d8dce6;
  717. }
  718. /deep/.flex .ws-info-table .el-form-item .el-form-item__content {
  719. border: 0px;
  720. border-right: 1px solid #d8dce6;
  721. border-radius: 0px;
  722. padding: 0px;
  723. }
  724. //装车详情
  725. /deep/.liaison .ws-info-table .el-form-item {
  726. width: 20%;
  727. }
  728. /deep/.liaison .ws-info-table .el-form-item .el-form-item__label {
  729. width: 50%;
  730. background: #f6f7fc;
  731. }
  732. /deep/.liaison .flex {
  733. display: contents;
  734. }
  735. /deep/.liaison .ws-info-table {
  736. background: #f6f7fc;
  737. border-radius: 4px;
  738. border: 1px solid #d8dce6;
  739. margin-top: 20px;
  740. }
  741. .catNos {
  742. width: 5%;
  743. height: 30px;
  744. margin-top: 10px;
  745. margin-left: 20px;
  746. margin-right: -5px;
  747. font-size: 14px;
  748. }
  749. .catNosCor {
  750. color: #5473e8;
  751. }
  752. .signStatus {
  753. height: 25px;
  754. border-radius: 3px;
  755. border: 1px solid #5473e8;
  756. padding: 0 3px;
  757. margin-left: 30px;
  758. color: #ffffff;
  759. background: #c4cada;
  760. line-height: 24px;
  761. }
  762. .signStatus1 {
  763. height: 25px;
  764. background: #e6ebff;
  765. border-radius: 3px;
  766. border: 1px solid #5473e8;
  767. padding: 0 3px;
  768. margin-left: 30px;
  769. color: #5473e8;
  770. line-height: 24px;
  771. }
  772. //联络员及车次
  773. /deep/.lianluoyuan .ws-info-table .el-form-item {
  774. width: 20%;
  775. }
  776. /deep/.lianluoyuan .ws-info-table .el-form-item .el-form-item__label {
  777. width: 50%;
  778. background: #f6f7fc;
  779. padding-right: 28px;
  780. margin-top: 5px;
  781. }
  782. /deep/.lianluoyuan .flex {
  783. display: contents;
  784. }
  785. /deep/.lianluoyuan .ws-info-table {
  786. background: #f6f7fc;
  787. border-radius: 4px;
  788. border: 1px solid #d8dce6;
  789. margin-top: 20px;
  790. }
  791. /deep/.lianluoyuan .ws-info-table .el-form-item .el-form-item__content {
  792. padding: 0px;
  793. margin-top: 5px;
  794. }
  795. //完货
  796. .noservice,
  797. .service {
  798. display: inline-block;
  799. border-radius: 4px;
  800. border: 1px solid #d8dce6;
  801. padding: 2px;
  802. font-size: 12px;
  803. }
  804. .noservice {
  805. background: #c4cada;
  806. color: #ffffff;
  807. }
  808. .service {
  809. background: #e5f1f7;
  810. color: #50cad4;
  811. }
  812. //装车状态
  813. .noservicein,
  814. .servicein {
  815. display: inline-block;
  816. border-radius: 4px;
  817. border: 1px solid #d8dce6;
  818. padding: 2px;
  819. font-size: 12px;
  820. background: #e5f1f7;
  821. color: #50cad4;
  822. height: 23px;
  823. margin-top: 11px;
  824. margin-left: 53px;
  825. }
  826. .noservicein {
  827. background: #c4cada;
  828. color: #ffffff;
  829. display: inline-block;
  830. border-radius: 4px;
  831. border: 1px solid #d8dce6;
  832. padding: 2px;
  833. font-size: 12px;
  834. height: 23px;
  835. margin-top: 11px;
  836. margin-left: 53px;
  837. }
  838. .servicedin {
  839. display: inline-block;
  840. border-radius: 4px;
  841. border: 1px solid #d8dce6;
  842. padding: 2px;
  843. font-size: 12px;
  844. background: #e5f1f7;
  845. color: #50cad4;
  846. height: 23px;
  847. margin-top: 11px;
  848. margin-left: 53px;
  849. }
  850. </style>