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