tranManagementFireReceivingFeedbackLook.vue 21 KB

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