tranManagementReceivingloadingLook.vue 23 KB

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