tranManagementthirdpartnarFeedbackLook.vue 25 KB

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