tranManagementReceivingloadingLook.vue 23 KB

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