tranManagementShippingFeedbackLook.vue 23 KB

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