index.vue 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337
  1. <!--
  2. * @Author: your name
  3. * @Date: 2022-01-17 10:39:22
  4. * @LastEditTime: 2022-08-12 18:59:39
  5. * @LastEditors: your name
  6. * @Description: 航班视图
  7. -->
  8. <template>
  9. <div class="flight-view">
  10. <div class="flight-wrapper">
  11. <div class="part1">
  12. <div class="title">
  13. <span class="manageTitle">航班基本信息</span>
  14. <!-- <BackButton /> -->
  15. </div>
  16. <div class="part1-wrapper">
  17. <div class="airline">
  18. {{ queryData.flightNO }}
  19. <el-select v-model="selectedAirline" size="mini" class="airline-select">
  20. <el-option v-for="airline in airlineList" :key="airline.value" :value="airline.value" :label="airline.label" />
  21. </el-select>
  22. </div>
  23. <div class="part1_info">
  24. <div class="part1_info_box">
  25. <el-row>
  26. <el-col :xs="24" :sm="24" :xl="12">
  27. <span>起飞机场简称:</span>
  28. </el-col>
  29. <el-col :xs="24" :sm="24" :xl="12">
  30. <span>{{ flightInfo.departureName }}</span>
  31. </el-col>
  32. </el-row>
  33. <!-- <el-row>
  34. <el-col :xs="24" :sm="24" :xl="12">
  35. <span>起飞机场三字码:</span>
  36. </el-col>
  37. <el-col :xs="24" :sm="24" :xl="12">
  38. <span>{{ flightInfo.planDepartureApt }}</span>
  39. </el-col>
  40. </el-row> -->
  41. <el-row>
  42. <!-- <el-col :xs="24" :sm="24" :xl="12">
  43. <span>航站楼:{{ flightInfo.departureBuild }}</span>
  44. </el-col> -->
  45. <el-col :span="24">
  46. <span>分拣转盘:{{ flightInfo.sortCarousel }}</span>
  47. </el-col>
  48. </el-row>
  49. <el-row>
  50. <el-col :xs="24" :sm="24" :xl="12">
  51. <span> 日期:{{ flightInfo.planDepartureTime && flightInfo.planDepartureTime.split('T')[0] }} </span>
  52. </el-col>
  53. <el-col :xs="24" :sm="24" :xl="12">
  54. <span> 时间:{{ flightInfo.planDepartureTime && flightInfo.planDepartureTime.split('T')[1] }} </span>
  55. </el-col>
  56. </el-row>
  57. <el-row>
  58. <el-col :xs="24" :sm="24" :xl="12">
  59. <span>登机口:{{ flightInfo.bordingGate }}</span>
  60. </el-col>
  61. <el-col :xs="24" :sm="24" :xl="12">
  62. <span>停机位:{{ flightInfo.standForDepartrue }}</span>
  63. </el-col>
  64. </el-row>
  65. </div>
  66. <i class="part1_info_arrow_right el-icon-caret-right" />
  67. <div class="part1_info_box">
  68. <!-- <el-row>
  69. <el-col :span="12">
  70. <span>航班号:</span>
  71. </el-col>
  72. <el-col :span="12">
  73. <span>{{ flightInfo.flightNO }}</span>
  74. </el-col>
  75. </el-row> -->
  76. <el-row>
  77. <el-col :xs="16" :sm="16" :xl="12">
  78. <span>航班状态:</span>
  79. </el-col>
  80. <el-col :xs="8" :sm="8" :xl="12">
  81. <!-- <span>{{ flightInfo.flightStatus === null ? "正常" : flightInfo.flightStatus }}</span> -->
  82. <span>{{ flightInfo.flightStateCN }}</span>
  83. </el-col>
  84. </el-row>
  85. <el-row>
  86. <el-col :xs="16" :sm="16" :xl="12">
  87. <span>机号:</span>
  88. </el-col>
  89. <el-col :xs="8" :sm="8" :xl="12">
  90. <span>{{ flightInfo.craftNo }}</span>
  91. </el-col>
  92. </el-row>
  93. <el-row>
  94. <el-col :xs="16" :sm="16" :xl="12">
  95. <span>托运旅客数:</span>
  96. </el-col>
  97. <el-col :xs="8" :sm="8" :xl="12">
  98. <span>{{ flightInfo.count1 }}</span>
  99. </el-col>
  100. </el-row>
  101. <el-row>
  102. <el-col :xs="16" :sm="16" :xl="12">
  103. <span>终点行李数:</span>
  104. </el-col>
  105. <el-col :xs="8" :sm="8" :xl="12">
  106. <span>{{ flightInfo.count2 }}</span>
  107. </el-col>
  108. </el-row>
  109. <!-- <el-row>
  110. <el-col :xs="18" :sm="18" :xl="12">
  111. <span>中转进行李数:</span>
  112. </el-col>
  113. <el-col :xs="6" :sm="6" :xl="12">
  114. <span>{{ flightInfo.count4 }}</span>
  115. </el-col>
  116. </el-row>
  117. <el-row>
  118. <el-col :xs="18" :sm="18" :xl="12">
  119. <span>中转出行李数:</span>
  120. </el-col>
  121. <el-col :xs="6" :sm="6" :xl="12">
  122. <span>{{ flightInfo.count3 }}</span>
  123. </el-col>
  124. </el-row> -->
  125. </div>
  126. <i class="part1_info_arrow_right el-icon-caret-right" />
  127. <div class="part1_info_box">
  128. <el-row>
  129. <el-col :xs="24" :sm="24" :xl="12">
  130. <span>降落机场简称:</span>
  131. </el-col>
  132. <el-col :xs="24" :sm="24" :xl="12">
  133. <span>{{ flightInfo.landingName }}</span>
  134. </el-col>
  135. </el-row>
  136. <!-- <el-row>
  137. <el-col :xs="24" :sm="24" :xl="12">
  138. <span>降落机场三字码:</span>
  139. </el-col>
  140. <el-col :xs="24" :sm="24" :xl="12">
  141. <span>{{ flightInfo.planLandingApt }}</span>
  142. </el-col>
  143. </el-row> -->
  144. <!-- <el-row>
  145. <el-col :span="12">
  146. <span>航站楼:</span>
  147. </el-col>
  148. <el-col :span="12">
  149. <span>{{ flightInfo.landingBuild }}</span>
  150. </el-col>
  151. </el-row> -->
  152. <el-row>
  153. <el-col :xs="24" :sm="24" :xl="12">
  154. <span> 日期:{{ flightInfo.expectLandingTime && flightInfo.expectLandingTime.split('T')[0] }} </span>
  155. </el-col>
  156. <el-col :xs="24" :sm="24" :xl="12">
  157. <span> 时间:{{ flightInfo.expectLandingTime && flightInfo.expectLandingTime.split('T')[1] }} </span>
  158. </el-col>
  159. </el-row>
  160. <el-row>
  161. <el-col :xs="16" :sm="16" :xl="12">
  162. <span>提取转盘:</span>
  163. </el-col>
  164. <el-col :xs="8" :sm="8" :xl="12">
  165. <span>{{ flightInfo.carousel }}</span>
  166. </el-col>
  167. </el-row>
  168. <el-row>
  169. <el-col :xs="16" :sm="16" :xl="12">
  170. <span>停机位:</span>
  171. </el-col>
  172. <el-col :xs="8" :sm="8" :xl="12">
  173. <span>{{ flightInfo.standForLanding }}</span>
  174. </el-col>
  175. </el-row>
  176. </div>
  177. </div>
  178. </div>
  179. </div>
  180. <div class="part2">
  181. <div class="title">
  182. <span class="manageTitle">航班容器列表</span>
  183. <img class="btn-square btn-shadow" src="@/assets/baggage/ic_export.png" title="导出" @click="exportHandler('containerTable', '航班容器列表')" />
  184. </div>
  185. <el-table ref="containerTable" :data="containerTableData" border style="width: 100%" height="290px" stripe size="mini" show-summary :summary-method="summaryMethod" :header-cell-style="{ color: '#101116' }" :row-class-name="rowClass" :cell-class-name="cellClass" @cell-click="cellClickHandler">
  186. <el-table-column v-for="col in containerTableColumn" :key="col.id" :prop="col.prop" :label="col.label" :width="col.width" :align="col.align || 'center'" :show-overflow-tooltip="true" />
  187. </el-table>
  188. </div>
  189. <!-- <div
  190. class="part3"
  191. style="padding-right: 4px"
  192. >
  193. <div class="title">中转进</div>
  194. <el-table
  195. ref="transferInBaggageTable"
  196. :data="transferInBaggageTableData"
  197. border
  198. style="width: 100%"
  199. height="162"
  200. stripe
  201. size="mini"
  202. show-summary
  203. :summary-method="summaryMethod"
  204. :header-cell-style="{ color: '#101116' }"
  205. :cell-class-name="cellClass"
  206. @cell-click="cellClickHandler"
  207. >
  208. <el-table-column
  209. v-for="col in transferInTableColumn"
  210. :key="col.id"
  211. :prop="col.prop"
  212. :label="col.label"
  213. :align="col.align || 'center'"
  214. :show-overflow-tooltip="true"
  215. />
  216. </el-table>
  217. </div>
  218. <div
  219. class="part3"
  220. style="padding-left: 4px"
  221. >
  222. <div class="title">中转出</div>
  223. <el-table
  224. ref="transferOutBaggageTable"
  225. :data="transferOutBaggageTableData"
  226. border
  227. style="width: 100%"
  228. height="162"
  229. stripe
  230. size="mini"
  231. show-summary
  232. :summary-method="summaryMethod"
  233. :header-cell-style="{ color: '#101116' }"
  234. :cell-class-name="cellClass"
  235. @cell-click="cellClickHandler"
  236. >
  237. <el-table-column
  238. v-for="col in transferOutTableColumn"
  239. :key="col.id"
  240. :prop="col.prop"
  241. :label="col.label"
  242. :align="col.align || 'center'"
  243. :show-overflow-tooltip="true"
  244. />
  245. </el-table>
  246. </div> -->
  247. <div class="drag-mask" :class="{ active: dragActive }" />
  248. <div class="part4" :style="draggableStyle">
  249. <div ref="dragBox" class="drag-box" :class="{ active: dragActive }">
  250. <i class="drag-icon el-icon-d-caret" />
  251. <div class="drag-line" :style="dragLineStyle" />
  252. </div>
  253. <div class="title">
  254. <span class="manageTitle">航班行李列表</span>
  255. <div class="filter-select">
  256. <span class="label">快捷筛选</span>
  257. <!-- <el-select
  258. v-model="selectedFilter"
  259. size="mini"
  260. placeholder="无"
  261. clearable
  262. >
  263. <el-option
  264. v-for="option in filterSelectOptions"
  265. :key="option.value"
  266. :value="option.value"
  267. :label="option.label"
  268. />
  269. </el-select> -->
  270. <el-cascader v-model="selectedFilter" :options="filterSelectOptions" :props="{ expandTrigger: 'hover', checkStrictly: true }" size="mini" placeholder="无" clearable />
  271. </div>
  272. <TimeZoneSelector />
  273. <img class="btn-square btn-shadow" src="@/assets/baggage/ic_export.png" title="导出" @click="exportHandler('flightBaggageTable', '航班行李列表')" />
  274. <img class="btn-square btn-shadow" src="@/assets/baggage/ic_setting.png" title="列设置" @click="show" />
  275. </div>
  276. <el-table ref="flightBaggageTable" :data="dealedTableData" border style="width: 100%" height="calc(100% - 64px)" stripe size="mini" show-summary :summary-method="summaryRow(dealedTableData.length)" :header-cell-class-name="headerCellClass" :header-cell-style="{ color: '#101116' }" :row-class-name="rowClass" :cell-class-name="cellClass" @cell-click="cellClickHandler">
  277. <el-table-column v-for="col in tableColsCopy" :key="col.index" :prop="col.prop" :label="col.label" :align="col.align || 'center'" :width="col.width" :fixed="col.fixed" :formatter="tableFormat">
  278. <template #header>
  279. <TableHeaderCell :label="col.label" :filter-options="flightBaggageTableFilters[col.prop]" :filter-values.sync="filterValues[col.prop]" :sortable="col.sortable" :sort-rule.sync="tableDataSortRules[col.prop]" />
  280. </template>
  281. </el-table-column>
  282. </el-table>
  283. </div>
  284. </div>
  285. <!--列设置-->
  286. <Dialog :flag="dialogFlag" class="dialog-check-group">
  287. <div class="dialog-wrapper">
  288. <div class="title">列设置</div>
  289. <div class="content">
  290. <el-tree ref="columnSetTree" :data="tableCols" :class="colsCheckClass" show-checkbox node-key="index" :default-expand-all="true" :props="{
  291. label: 'label',
  292. children: 'children'
  293. }" :default-checked-keys="checkedKeysTemp" @check="handleCheck" />
  294. </div>
  295. <div class="foot right t30">
  296. <el-button size="medium" class="r24" type="primary" @click="onCheck('flightBaggageTableData')">确定</el-button>
  297. <el-button size="medium" @click="hide">取消</el-button>
  298. </div>
  299. </div>
  300. </Dialog>
  301. </div>
  302. </template>
  303. <script>
  304. // import BackButton from '@/components/BackButton'
  305. import Dialog from '@/layout/components/Dialog/index.vue'
  306. import TimeZoneSelector from '@/components/TimeZoneSelector'
  307. import { myQuery } from '@/api/dataIntegration'
  308. import tableColsMixin from '../../mixins/tableCols'
  309. import timeZoneMixin from '../../mixins/timeZone'
  310. import TableHeaderCell from '@/components/TableHeaderCell'
  311. import { setTableFilters } from '@/utils/table'
  312. import { mapGetters } from 'vuex'
  313. import { exportToExcel } from '@/utils/table'
  314. export default {
  315. name: 'FlightView',
  316. components: {
  317. Dialog,
  318. TimeZoneSelector,
  319. TableHeaderCell
  320. },
  321. mixins: [tableColsMixin, timeZoneMixin],
  322. data () {
  323. return {
  324. loading: false,
  325. airlineList: [],
  326. selectedAirline: '',
  327. queryData: {},
  328. flightInfo: {},
  329. warningRules: [],
  330. debounceTime: 300,
  331. containerTableColumn: [
  332. { label: '容器编号', prop: 'containerNumber', width: 100 },
  333. { label: '类型', prop: 'style' },
  334. { label: '行李数', prop: 'numberOfBags' },
  335. { label: '舱位', prop: 'containerSpace' }
  336. ],
  337. // transferInTableColumn: [
  338. // { label: '航班号', prop: 'preFlightNO' },
  339. // { label: '日期', prop: 'preFlightDate' },
  340. // { label: '时间', prop: 'flightTime' },
  341. // { label: '始发站', prop: 'planDepartureApt' },
  342. // { label: '航班状态', prop: 'flightStatus' },
  343. // { label: '中转数', prop: 'totalNumber' }
  344. // ],
  345. // transferOutTableColumn: [
  346. // { label: '航班号', prop: 'transferFlightNO' },
  347. // { label: '日期', prop: 'transferFlightDate' },
  348. // { label: '时间', prop: 'flightTime' },
  349. // { label: '始发站', prop: 'planDepartureApt' },
  350. // { label: '目的站', prop: 'planLandingApt' },
  351. // { label: '中转数', prop: 'transferNumber' }
  352. // ],
  353. tableCols: [
  354. {
  355. label: '旅客姓名',
  356. prop: 'PassengerNameUpcase',
  357. width: 140,
  358. fixed: 'left',
  359. filterable: true,
  360. sortable: true
  361. },
  362. {
  363. label: '行李牌号',
  364. prop: 'BagSN',
  365. width: 120,
  366. fixed: 'left',
  367. filterable: true,
  368. sortable: true
  369. },
  370. {
  371. label: '特殊行李类型',
  372. prop: 'SpecialType',
  373. width: 120,
  374. filterable: true,
  375. sortable: true
  376. },
  377. {
  378. label: '容器编号',
  379. prop: 'U_Device_ID',
  380. width: 120,
  381. filterable: true,
  382. sortable: true
  383. },
  384. { label: '装载序号', prop: 'LoadSN' },
  385. { label: '值机', prop: 'checkInTime', width: 140 },
  386. {
  387. label: '状态',
  388. prop: 'latestStatus',
  389. filterable: true,
  390. sortable: true
  391. },
  392. { label: '安检', prop: 'securityTime', width: 140 },
  393. { label: '分拣', prop: 'sortTime', width: 140 },
  394. { label: '装车', prop: 'loadTime', width: 140 },
  395. { label: '装机', prop: 'inflTime', width: 140 },
  396. {
  397. label: '中转进航班',
  398. prop: 'inFlightNO',
  399. filterable: true,
  400. sortable: true,
  401. width: 105
  402. },
  403. {
  404. label: '中转出航班',
  405. prop: 'transferFlightNO',
  406. filterable: true,
  407. sortable: true,
  408. width: 105
  409. },
  410. {
  411. label: '卷宗号',
  412. prop: 'fileNumber',
  413. filterable: true,
  414. sortable: true,
  415. width: 100
  416. }
  417. ],
  418. containerTableData: [], // 容器统计
  419. transferInBaggageTableData: [], // 中转进
  420. transferOutBaggageTableData: [], // 中转出
  421. flightBaggageTableData: [], // 行李列表
  422. flightBaggageTableFilters: {},
  423. filterValues: {},
  424. tableDataSortRules: {},
  425. warningContainers: [],
  426. dragHeight: 0,
  427. dragY: 0,
  428. dragActive: false,
  429. filterSelectOptions: [
  430. {
  431. label: '值机',
  432. value: 'checkInTime'
  433. },
  434. {
  435. label: '未激活',
  436. value: 'unActive' // STATUS为'I'
  437. },
  438. {
  439. label: '预计装载',
  440. value: 'preLoad' // STATUS不为'I',isDEL不为'del'
  441. },
  442. {
  443. label: '已装载',
  444. value: 'loaded' // 'loadTime'不为空,isDEL不为'DEL'
  445. },
  446. {
  447. label: '安检',
  448. value: 'securityTime'
  449. },
  450. {
  451. label: '分拣',
  452. value: 'sortTime'
  453. },
  454. {
  455. label: '装车',
  456. value: 'loadTime'
  457. },
  458. {
  459. label: '装机',
  460. value: 'inflTime'
  461. },
  462. {
  463. label: '到达',
  464. value: 'arrivedID' // 1/0
  465. },
  466. {
  467. label: '卸载',
  468. value: 'unloadID' // 1/0
  469. },
  470. {
  471. label: '终点到达',
  472. value: 'destination' // 'arrivedID'为1,transferFlightNO为null
  473. },
  474. {
  475. label: '容器',
  476. value: 'inContainer' // 有容器ID
  477. },
  478. {
  479. label: '散装',
  480. value: 'FBULK' // 容器ID为'FBULK'
  481. },
  482. {
  483. label: '待翻减',
  484. value: 'toUnload' // 装车或装机后,isDEL为'DEL',waitOFF为1
  485. },
  486. {
  487. label: '已翻减',
  488. value: 'unloaded' // 装车或装机后,isDEL为'DEL',waitOFF为0
  489. },
  490. {
  491. label: '取消托运',
  492. value: 'canceled' // isDEL为'DEL'
  493. },
  494. {
  495. label: '无BSM',
  496. value: 'NOBSM' // 1/0
  497. },
  498. {
  499. label: '预警',
  500. value: 'warning'
  501. },
  502. {
  503. label: '报警',
  504. value: 'alarm'
  505. },
  506. {
  507. label: '中转进航班',
  508. value: 'inFlightNO',
  509. children: []
  510. },
  511. {
  512. label: '中转出航班',
  513. value: 'transferFlightNO',
  514. children: []
  515. }
  516. ],
  517. selectedFilter: []
  518. }
  519. },
  520. computed: {
  521. ...mapGetters(['clickedCells']),
  522. fasterFilteredTableData () {
  523. const [key, value] = this.selectedFilter
  524. if (!key) {
  525. return this.flightBaggageTableData
  526. }
  527. const that = this
  528. function isWarning (row) {
  529. if (row['STATUS'] === 'I' || row['loadTime'] || row['isDEL'] === 'DEL') {
  530. return 0
  531. }
  532. const planDepartureTime = that.flightInfo.planDepartureTime
  533. if (!planDepartureTime) {
  534. return 0
  535. }
  536. const currentTime = new Date().getTime()
  537. const departureTime = new Date(planDepartureTime.replace('T', ' ')).getTime()
  538. if (currentTime > departureTime) {
  539. return 0
  540. }
  541. let flag = 0
  542. const duration = departureTime - currentTime
  543. that.warningRules.some(rule => {
  544. if (!rule.startDate || !rule.endDate) {
  545. return false
  546. }
  547. const ruleStartTime = new Date(rule.startDate).getTime()
  548. const ruleEndTime = new Date(rule.endDate).getTime()
  549. if (currentTime < ruleStartTime || currentTime > ruleEndTime) {
  550. return false
  551. }
  552. if (rule.alarmDuration && duration < rule.alarmDuration * 60 * 1000) {
  553. flag = 1
  554. return true
  555. } else if (rule.warningDuration && duration < rule.warningDuration * 60 * 1000) {
  556. flag = 2
  557. return true
  558. } else {
  559. return false
  560. }
  561. })
  562. return flag
  563. }
  564. return this.flightBaggageTableData.filter(row => {
  565. switch (key) {
  566. case 'arrivedID':
  567. case 'unloadID':
  568. case 'NOBSM':
  569. return row[key] === 1
  570. case 'unActive':
  571. return row['STATUS'] === 'I'
  572. case 'preLoad':
  573. return row['STATUS'] !== 'I' && row['isDEL'] !== 'DEL'
  574. case 'loaded':
  575. return row['loadTime'] && row['isDEL'] !== 'DEL'
  576. case 'destination':
  577. return row['arrivedID'] === 1 && !row['transferFlightNO']
  578. case 'inContainer':
  579. return row['U_Device_ID'] && row['U_Device_ID'] !== 'FBULK'
  580. case 'FBULK':
  581. return row['U_Device_ID'] === 'FBULK'
  582. case 'toUnload':
  583. return (row['loadTime'] || row['inflTime']) && row['isDEL'] === 'DEL' && row['waitOFF'] === 1
  584. case 'unloaded':
  585. return (row['loadTime'] || row['inflTime']) && row['isDEL'] === 'DEL' && row['waitOFF'] !== 1
  586. case 'canceled':
  587. return row['isDEL'] === 'DEL'
  588. case 'inFlightNO':
  589. case 'transferFlightNO':
  590. return value ? row[key] === value : (row[key] ?? '') !== ''
  591. case 'warning':
  592. return isWarning(row) === 2
  593. case 'alarm':
  594. return isWarning(row) === 1
  595. default:
  596. return (row[key] ?? '') !== ''
  597. }
  598. })
  599. },
  600. dealedTableData () {
  601. const filtered = this.fasterFilteredTableData.filter(item => {
  602. let flag = true
  603. Object.entries(this.filterValues).forEach(([key, arr]) => {
  604. if (arr.length && !arr.includes(String(item[key]))) {
  605. flag = false
  606. }
  607. })
  608. return flag
  609. })
  610. const sortRules = Object.entries(this.tableDataSortRules).reduce(
  611. (pre, [key, value]) => {
  612. if (value) {
  613. pre[0].push(key)
  614. value = value === 'ascending' ? 'asc' : 'desc'
  615. pre[1].push(value)
  616. }
  617. return pre
  618. },
  619. [[], []]
  620. )
  621. return this._.orderBy(filtered, sortRules[0], sortRules[1])
  622. },
  623. draggableStyle () {
  624. return {
  625. height: `calc(100vh - 80px - 64px - 16px - 290px + ${this.dragHeight}px)`
  626. }
  627. },
  628. dragLineStyle () {
  629. return {
  630. transform: `translateY(${this.dragHeight - this.dragY}px)`
  631. }
  632. }
  633. },
  634. watch: {
  635. loading (val) {
  636. if (val) {
  637. this.fullscreenLoading = this.$loading({
  638. lock: true,
  639. text: '加载中',
  640. spinner: 'el-icon-loading',
  641. background: 'rgba(0, 0, 0, 0.7)'
  642. })
  643. } else {
  644. this.fullscreenLoading?.close()
  645. }
  646. },
  647. selectedAirline (val) {
  648. if (!val) {
  649. return
  650. }
  651. const { flightNO, flightDate } = this.queryData
  652. const [departureAirport, landingAirport] = val.split('-')
  653. this.queryAll({ flightNO, flightDate, departureAirport, arriveAirport: landingAirport })
  654. },
  655. selectedFilter (val) {
  656. const { path, query } = this.$route
  657. const newQuery = { ...query }
  658. delete newQuery.fastFilter
  659. if (val.length) {
  660. newQuery.fastFilter = val.join(',')
  661. }
  662. this.$router.replace({
  663. path,
  664. query: newQuery
  665. })
  666. }
  667. },
  668. created () {
  669. const { flightNO, flightDate, departureAirport, landingAirport } = this.$route.query
  670. if (flightNO && flightDate) {
  671. this.queryAirline({ flightNO, flightDate })
  672. this.queryData = {
  673. flightNO,
  674. flightDate,
  675. departureAirport,
  676. landingAirport
  677. }
  678. } else {
  679. this.$router.push('/')
  680. }
  681. Object.values(this.tableCols).forEach(({ prop, filterable, sortable }) => {
  682. if (filterable) {
  683. this.$set(this.flightBaggageTableFilters, prop, [])
  684. this.$set(this.filterValues, prop, [])
  685. }
  686. if (sortable) {
  687. this.$set(this.tableDataSortRules, prop, '')
  688. }
  689. })
  690. },
  691. mounted () {
  692. this.setDragBox()
  693. },
  694. updated () {
  695. this.resizeHandler()
  696. },
  697. activated () {
  698. const { fastFilter } = this.$route.query
  699. this.selectedFilter = fastFilter ? fastFilter.split(',') : []
  700. this.getWarningData()
  701. this.resizeHandler()
  702. this.debouncedResizeHandler = this._.debounce(this.resizeHandler, this.debounceTime)
  703. window.addEventListener('resize', this.debouncedResizeHandler)
  704. },
  705. deactivated () {
  706. this.fullscreenLoading?.close()
  707. window.removeEventListener('resize', this.debouncedResizeHandler)
  708. },
  709. methods: {
  710. setDragBox () {
  711. const dragBox = this.$refs['dragBox']
  712. const offsetTop = dragBox.offsetParent.offsetTop
  713. const that = this
  714. let mousedownY
  715. let dragY
  716. let dragHeight
  717. function mousemoveHandler (e) {
  718. e.stopPropagation()
  719. e.preventDefault()
  720. dragY = dragHeight + mousedownY - e.screenY
  721. dragY = dragY < 0 ? 0 : dragY > offsetTop ? offsetTop : dragY
  722. that.dragY = dragY
  723. }
  724. function mouseupHandler (e) {
  725. e.stopPropagation()
  726. e.preventDefault()
  727. that.dragHeight = that.dragY
  728. that.dragY = 0
  729. that.dragActive = false
  730. document.removeEventListener('mousemove', mousemoveHandler)
  731. document.removeEventListener('mouseup', mouseupHandler)
  732. }
  733. dragBox.addEventListener('mousedown', e => {
  734. that.dragActive = true
  735. mousedownY = e.screenY
  736. dragHeight = that.dragHeight
  737. that.dragY = dragHeight
  738. document.addEventListener('mousemove', mousemoveHandler)
  739. document.addEventListener('mouseup', mouseupHandler)
  740. })
  741. },
  742. resizeHandler () {
  743. this.$refs['containerTable']?.doLayout()
  744. // this.$refs['transferInBaggageTable']?.doLayout()
  745. // this.$refs['transferOutBaggageTable']?.doLayout()
  746. this.$refs['flightBaggageTable']?.doLayout()
  747. },
  748. setfastFilterValues () {
  749. const inFlightNOList = new Set()
  750. const transferFlightNOList = new Set()
  751. this.flightBaggageTableData.forEach(item => {
  752. item['inFlightNO'] && inFlightNOList.add(item['inFlightNO'])
  753. item['transferFlightNO'] && transferFlightNOList.add(item['transferFlightNO'])
  754. })
  755. this.filterSelectOptions.splice(
  756. this.filterSelectOptions.length - 2,
  757. 2,
  758. {
  759. label: '中转进航班',
  760. value: 'inFlightNO',
  761. children: [...inFlightNOList].map(value => ({
  762. label: value,
  763. value
  764. }))
  765. },
  766. {
  767. label: '中转出航班',
  768. value: 'transferFlightNO',
  769. children: [...transferFlightNOList].map(value => ({
  770. label: value,
  771. value
  772. }))
  773. }
  774. )
  775. },
  776. rowClass ({ row, rowIndex }) {
  777. const classes = []
  778. if (
  779. this.warningContainers.includes(row['containerNumber']) ||
  780. ((row['loadTime'] || row['inflTime']) && row['isDEL'] === 'DEL' && row['waitOFF'] === 1)
  781. ) {
  782. classes.push('row-warning')
  783. }
  784. if (row['Status'] === 'DEL') {
  785. classes.push('bgl-deleted')
  786. }
  787. return classes.join(' ')
  788. },
  789. // 给表头单元格加上 ascending 或 descending 使用 element 自带的排序箭头变色
  790. headerCellClass ({ row, column, rowIndex, columnIndex }) {
  791. const classes = []
  792. const rule = this.tableDataSortRules[column.property]
  793. if (rule) {
  794. classes.push(rule)
  795. }
  796. return classes.join(' ')
  797. },
  798. cellClass ({ row, column, rowIndex, columnIndex }) {
  799. const classes = []
  800. if (
  801. ['checkInTime', 'DealInfo', 'sortLocationMark', 'loadLocationMark', 'inflLocationMark'].includes(
  802. column.property
  803. )
  804. ) {
  805. classes.push('pre-line')
  806. }
  807. if (
  808. [
  809. 'containerNumber',
  810. 'preFlightNO',
  811. // 'totalNumber',
  812. 'inFlightNO',
  813. 'transferFlightNO',
  814. // 'transferNumber',
  815. 'PassengerNameUpcase',
  816. 'BagSN',
  817. 'U_Device_ID',
  818. 'fileNumber'
  819. ].includes(column.property) &&
  820. row[column.property] &&
  821. row[column.property] !== 'FBULK'
  822. ) {
  823. classes.push('cell-click')
  824. if (
  825. this.clickedCells.some(
  826. cell =>
  827. cell.pageName === this.$route.name &&
  828. Object.entries(cell.row).every(([key, value]) => row[key] === value) &&
  829. cell.columnProp === column.property
  830. )
  831. ) {
  832. classes.push('cell-clicked')
  833. }
  834. }
  835. return classes.join(' ')
  836. },
  837. cellClickHandler (row, column, cell, event) {
  838. if (
  839. [
  840. 'containerNumber',
  841. 'preFlightNO',
  842. // 'totalNumber',
  843. 'inFlightNO',
  844. 'transferFlightNO',
  845. // 'transferNumber',
  846. 'PassengerNameUpcase',
  847. 'BagSN',
  848. 'U_Device_ID',
  849. 'fileNumber'
  850. ].includes(column.property) &&
  851. row[column.property] &&
  852. row[column.property] !== 'FBULK'
  853. ) {
  854. this.$store.dispatch('keepAlive/addClickedCell', {
  855. row,
  856. columnProp: column.property,
  857. pageName: this.$route.name
  858. })
  859. switch (column.property) {
  860. case 'containerNumber': {
  861. const [departureAirport, landingAirport] = this.selectedAirline.split('-')
  862. this.$router.push({
  863. path: `${this.$route.path.split('/').slice(0, -1).join('/')}/containerView`,
  864. query: {
  865. flightNO: this.queryData.flightNO,
  866. flightDate: this.queryData.flightDate,
  867. departureAirport,
  868. landingAirport,
  869. containerID: row.containerNumber,
  870. containerType: row.style,
  871. containerSpace: row.containerSpace
  872. }
  873. })
  874. break
  875. }
  876. case 'preFlightNO':
  877. this.$router.push({
  878. path: `${this.$route.path.split('/').slice(0, -1).join('/')}/flightView`,
  879. query: {
  880. flightNO: row.preFlightNO,
  881. flightDate: row.preFlightDate
  882. }
  883. })
  884. break
  885. // case 'totalNumber':
  886. // this.$router.push({
  887. // path: '/advance',
  888. // query: {
  889. // flightNO: this.queryData.flightNO,
  890. // startDate: this.queryData.flightDate,
  891. // endDate: this.queryData.flightDate,
  892. // transferArrival: row.preFlightNO
  893. // }
  894. // })
  895. // break
  896. case 'inFlightNO':
  897. this.$router.push({
  898. path: `${this.$route.path.split('/').slice(0, -1).join('/')}/flightView`,
  899. query: {
  900. flightNO: row.inFlightNO,
  901. flightDate: row.inFlightDate
  902. }
  903. })
  904. break
  905. case 'transferFlightNO':
  906. this.$router.push({
  907. path: `${this.$route.path.split('/').slice(0, -1).join('/')}/flightView`,
  908. query: {
  909. flightNO: row.transferFlightNO,
  910. flightDate: row.transferFlightDate
  911. }
  912. })
  913. break
  914. // case 'transferNumber':
  915. // this.$router.push({
  916. // path: '/advance',
  917. // query: {
  918. // flightNO: this.queryData.flightNO,
  919. // startDate: this.queryData.flightDate,
  920. // endDate: this.queryData.flightDate,
  921. // transferDeparture: row.transferFlightNO
  922. // }
  923. // })
  924. // break
  925. case 'PassengerNameUpcase':
  926. this.$store.dispatch('app/setPassengerQueryParams', {
  927. flightNO: this.queryData.flightNO,
  928. flightDate: this.queryData.flightDate,
  929. passengerName: row.PassengerNameUpcase
  930. })
  931. this.$store.dispatch('app/togglePassengerDialogFlag', true)
  932. break
  933. case 'BagSN':
  934. this.$router.push({
  935. path: `${this.$route.path.split('/').slice(0, -1).join('/')}/baggageView`,
  936. query: {
  937. bagSN: row.BagSN,
  938. flightNO: this.queryData.flightNO,
  939. flightDate: this.queryData.flightDate
  940. }
  941. })
  942. break
  943. case 'U_Device_ID': {
  944. const [departureAirport, landingAirport] = this.selectedAirline.split('-')
  945. const container = this.containerTableData.find(({ containerNumber }) => containerNumber === row.U_Device_ID)
  946. this.$router.push({
  947. path: `${this.$route.path.split('/').slice(0, -1).join('/')}/containerView`,
  948. query: {
  949. flightNO: this.queryData.flightNO,
  950. flightDate: this.queryData.flightDate,
  951. departureAirport,
  952. landingAirport,
  953. containerID: row.U_Device_ID,
  954. containerType: container.style,
  955. containerSpace: container.containerSpace
  956. }
  957. })
  958. break
  959. }
  960. case 'fileNumber':
  961. this.$store.dispatch('app/setAbnormalBaggageQueryParams', {
  962. flightNO: this.queryData.flightNO,
  963. flightDate: this.queryData.flightDate,
  964. bagSN: row.BagSN,
  965. fileNumber: row.fileNumber
  966. })
  967. this.$store.dispatch('app/toggleAbnormalBaggageDialogFlag', true)
  968. break
  969. default:
  970. break
  971. }
  972. }
  973. },
  974. // 合计行
  975. summaryMethod ({ columns, data }) {
  976. const sums = []
  977. if (columns.length > 0) {
  978. columns.forEach((column, index) => {
  979. if (index === 0) {
  980. sums[index] = '合计'
  981. } else if (
  982. // 需要计算的列
  983. [
  984. 'numberOfBags'
  985. // 'totalNumber',
  986. // 'transferNumber'
  987. ].includes(column.property)
  988. ) {
  989. const values = data.map(item => Number(item[column.property]))
  990. if (values.some(value => !isNaN(value))) {
  991. sums[index] = values.reduce((prev, curr) => {
  992. const value = Number(curr)
  993. if (!isNaN(value)) {
  994. return Number(prev) + Number(curr)
  995. } else {
  996. return Number(prev)
  997. }
  998. }, 0)
  999. } else {
  1000. sums[index] = 0
  1001. }
  1002. } else {
  1003. // 过滤某些字段不参与计算
  1004. sums[index] = '-'
  1005. }
  1006. })
  1007. }
  1008. return sums
  1009. },
  1010. // 统计行数
  1011. summaryRow (num) {
  1012. return function () {
  1013. return ['合计', `共${num}件`]
  1014. }
  1015. },
  1016. exportHandler (refName, tableName) {
  1017. const table = this.$refs[refName].$el.cloneNode(true)
  1018. const fileName = `${tableName}-${this.queryData.flightNO}-${this.queryData.flightDate}.xlsx`
  1019. exportToExcel(table, tableName, fileName)
  1020. },
  1021. queryflightInfo (dataContent) {
  1022. return myQuery({ serviceId: DATACONTENT_ID.flightInfo, dataContent })
  1023. },
  1024. queryContainer (dataContent) {
  1025. return myQuery({ serviceId: DATACONTENT_ID.flightContainer, dataContent })
  1026. },
  1027. queryBaggageByFlightNO (dataContent) {
  1028. return myQuery({ serviceId: DATACONTENT_ID.flightBaggage, dataContent })
  1029. },
  1030. async queryAirline (dataContent) {
  1031. try {
  1032. this.selectedAirline = ''
  1033. this.flightInfo = {}
  1034. this.containerTableData = []
  1035. this.flightBaggageTableData = []
  1036. const listValues = await myQuery({ serviceId: DATACONTENT_ID.flightAirline, dataContent })
  1037. this.airlineList = listValues.map(({ departureAirport, landingAirport, departureBuild, landingBuild }) => ({
  1038. label: `${departureAirport}${departureBuild ? `(${departureBuild})` : ''}-${landingAirport}${landingBuild ? `(${landingBuild})` : ''
  1039. }`,
  1040. value: `${departureAirport}-${landingAirport}`
  1041. }))
  1042. if (this.airlineList.length) {
  1043. let currentIndex = this.airlineList.findIndex(
  1044. ({ value }) => value === `${this.queryData.departureAirport}-${this.queryData.landingAirport}`
  1045. )
  1046. currentIndex = currentIndex > -1 ? currentIndex : 0
  1047. this.selectedAirline = this.airlineList[currentIndex].value
  1048. } else {
  1049. this.$message.info('未查询到航班数据')
  1050. }
  1051. } catch (error) {
  1052. console.log(error)
  1053. this.$message.error('失败')
  1054. }
  1055. },
  1056. async queryAll (dataContent) {
  1057. this.loading = true
  1058. this.flightInfo = {}
  1059. try {
  1060. const [flightInfo, containerTableDataData, flightBaggageTableData] = await Promise.all([
  1061. this.queryflightInfo(dataContent),
  1062. this.queryContainer(dataContent),
  1063. this.queryBaggageByFlightNO(dataContent)
  1064. ])
  1065. if (flightInfo.length) {
  1066. this.flightInfo = flightInfo[0]
  1067. } else {
  1068. this.$message.info('未查询到航班基础数据')
  1069. }
  1070. this.containerTableData = containerTableDataData
  1071. this.warningContainers = []
  1072. this.flightBaggageTableData = flightBaggageTableData.map(item => {
  1073. if ((item['loadTime'] || item['inflTime']) && item['isDEL'] === 'DEL' && item['waitOFF'] === 1) {
  1074. this.warningContainers.push(item['U_Device_ID'])
  1075. }
  1076. return item
  1077. })
  1078. setTableFilters(this.flightBaggageTableData, this.flightBaggageTableFilters)
  1079. this.setfastFilterValues()
  1080. } catch (error) {
  1081. this.$message.error('失败')
  1082. }
  1083. this.loading = false
  1084. },
  1085. async getWarningData () {
  1086. try {
  1087. const listValues = await myQuery({ serviceId: DATACONTENT_ID.departureWarningId, dataContent: {} })
  1088. this.warningRules = listValues
  1089. } catch (error) {
  1090. this.$message.error('失败')
  1091. }
  1092. }
  1093. }
  1094. }
  1095. </script>
  1096. <style
  1097. lang="scss"
  1098. scoped
  1099. >
  1100. .flight-view {
  1101. padding: 0 0 16px 8px;
  1102. overflow: hidden;
  1103. background: #dfe3ea;
  1104. .flight-wrapper {
  1105. padding-right: 8px;
  1106. width: 100%;
  1107. height: calc(100vh - 80px - 16px);
  1108. display: flex;
  1109. flex-direction: row;
  1110. justify-content: flex-start;
  1111. align-content: flex-start;
  1112. flex-wrap: wrap;
  1113. position: relative;
  1114. .title {
  1115. padding: 16px 0;
  1116. display: flex;
  1117. flex-direction: row;
  1118. justify-content: space-between;
  1119. align-items: center;
  1120. background: #dfe3ea;
  1121. .manageTitle {
  1122. flex: 1;
  1123. height: 32px;
  1124. margin-right: 0;
  1125. }
  1126. .btn-square {
  1127. margin-left: 20px;
  1128. &:last-child {
  1129. margin-right: 30px;
  1130. }
  1131. }
  1132. }
  1133. .part1 {
  1134. width: 71.15%;
  1135. .title {
  1136. justify-content: flex-start;
  1137. .manageTitle {
  1138. flex: 0 1 auto;
  1139. }
  1140. }
  1141. .part1-wrapper {
  1142. height: 290px;
  1143. background: #041741;
  1144. padding: 24px;
  1145. .airline {
  1146. font-size: 18px;
  1147. font-weight: bold;
  1148. color: #ffffff;
  1149. ::v-deep .airline-select {
  1150. .el-input__inner {
  1151. width: 200px;
  1152. background-color: transparent;
  1153. font-size: 18px;
  1154. font-weight: bold;
  1155. color: #ffffff;
  1156. }
  1157. .el-select__caret {
  1158. color: #ffffff;
  1159. }
  1160. }
  1161. }
  1162. .part1_info {
  1163. width: 100%;
  1164. display: flex;
  1165. flex-direction: row;
  1166. justify-content: space-between;
  1167. align-items: center;
  1168. padding-top: 24px;
  1169. .part1_info_box {
  1170. width: calc(33.333% - 48px);
  1171. height: 190px;
  1172. background: #2c416d;
  1173. padding: 24px 2% 12px;
  1174. display: flex;
  1175. flex-direction: column;
  1176. align-content: space-around;
  1177. overflow-x: hidden;
  1178. overflow-y: auto;
  1179. .el-row {
  1180. margin-bottom: 24px;
  1181. &:last-child {
  1182. margin: 0;
  1183. }
  1184. @media only screen and (max-width: 1919px) {
  1185. .el-col-sm-24:nth-child(2) {
  1186. margin-top: 24px;
  1187. }
  1188. }
  1189. }
  1190. span {
  1191. display: inline-block;
  1192. font-size: 16px;
  1193. font-weight: 400;
  1194. color: #ffffff;
  1195. }
  1196. }
  1197. .part1_info_arrow_right {
  1198. font-size: 32px;
  1199. color: #ffffff;
  1200. }
  1201. }
  1202. }
  1203. }
  1204. .part2 {
  1205. width: calc(100% - 71.15%);
  1206. padding-left: 16px;
  1207. .title .btn-square:last-child {
  1208. margin-right: 22px;
  1209. }
  1210. }
  1211. .part4 {
  1212. width: 100%;
  1213. position: absolute;
  1214. z-index: 100;
  1215. bottom: 0;
  1216. .drag-box {
  1217. position: absolute;
  1218. top: 0;
  1219. width: 100%;
  1220. height: 62px;
  1221. z-index: 101;
  1222. // cursor: row-resize;
  1223. .drag-icon {
  1224. width: 60px;
  1225. height: 60px;
  1226. line-height: 60px;
  1227. position: absolute;
  1228. top: 0;
  1229. right: 0;
  1230. bottom: 0;
  1231. left: 0;
  1232. margin: auto;
  1233. font-size: 20px;
  1234. text-align: center;
  1235. // background: #385086;
  1236. color: #ffffff;
  1237. // &:nth-child(1) {
  1238. // top: 0;
  1239. // border-radius: 0 0 8px 8px;
  1240. // }
  1241. // &:nth-child(2) {
  1242. // bottom: 0;
  1243. // border-radius: 8px 8px 0 0;
  1244. // }
  1245. }
  1246. &:hover,
  1247. &.active {
  1248. .drag-icon {
  1249. color: #2d67e3;
  1250. }
  1251. }
  1252. .drag-line {
  1253. display: none;
  1254. width: 100%;
  1255. height: 0;
  1256. border-top: 1px dashed #000000;
  1257. position: absolute;
  1258. top: 0;
  1259. z-index: 101;
  1260. }
  1261. &.active .drag-line {
  1262. display: block;
  1263. }
  1264. }
  1265. .title {
  1266. .manageTitle {
  1267. flex: 0 1 auto;
  1268. }
  1269. ::v-deep .filter-select {
  1270. margin-left: 24px;
  1271. flex: 1;
  1272. height: 32px;
  1273. display: flex;
  1274. align-items: center;
  1275. .label,
  1276. .el-input__inner {
  1277. font-family: Helvetica, "Microsoft YaHei";
  1278. }
  1279. .label {
  1280. padding-right: 14px;
  1281. }
  1282. .el-cascader {
  1283. z-index: 102;
  1284. }
  1285. }
  1286. .el-dropdown {
  1287. height: 30px;
  1288. z-index: 102;
  1289. }
  1290. .btn-square {
  1291. z-index: 102;
  1292. &:last-child {
  1293. margin-right: 30px;
  1294. }
  1295. }
  1296. }
  1297. }
  1298. .drag-mask {
  1299. width: 100%;
  1300. height: 100%;
  1301. position: absolute;
  1302. top: 0;
  1303. z-index: 99;
  1304. display: none;
  1305. &.active {
  1306. display: block;
  1307. }
  1308. }
  1309. }
  1310. ::v-deep .el-table {
  1311. .cell-click {
  1312. cursor: pointer;
  1313. color: #2d7cff;
  1314. &.cell-clicked {
  1315. color: purple;
  1316. }
  1317. }
  1318. .el-table__body-wrapper,
  1319. .el-table__fixed-body-wrapper {
  1320. tr.bgl-deleted {
  1321. background: #d2d6df;
  1322. td {
  1323. background: #d2d6df;
  1324. font-style: italic;
  1325. }
  1326. }
  1327. .row-warning .el-table__cell {
  1328. background: lightcoral;
  1329. }
  1330. }
  1331. }
  1332. }
  1333. </style>