tranManagementReceivingloadingLook.vue 23 KB

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