tranManagementthirdpartnarReceivingLook.vue 24 KB

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