index.vue 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943
  1. <template>
  2. <view class="app-content">
  3. <!-- <img src="../../static/beijing.png" alt="" class="tuku"> -->
  4. <Navs :navname.sync="navname" @fall="fall" :index='index'></Navs>
  5. <view class="content">
  6. <view class="content_top">
  7. <view class="craid" v-if="flightDetail&&flightDetail.carrierFlights">
  8. <view class="craid_data">
  9. <p>{{flightDetail.carrierFlights}}</p>
  10. <span>{{flightDetail.carrierFlightsDate}}</span>
  11. </view>
  12. <view class="craid_data">
  13. <p>{{flightDetail.outAirport}}</p>
  14. <span>{{flightDetail.scheduleTakeOffTime?flightDetail.scheduleTakeOffTime:"-"}}</span>
  15. </view>
  16. <view class="aircraft"></view>
  17. <view class="craid_data">
  18. <p>{{flightDetail.landAirport}}</p>
  19. <span>{{flightDetail.scheduleLandInTime?flightDetail.scheduleLandInTime:"-"}}</span>
  20. </view>
  21. </view>
  22. <view class="craids" v-if="!flightDetail.carrierFlights">
  23. <p>暂无航班信息</p>
  24. </view>
  25. <view class="scanning">
  26. <view :class="getFooterClass">
  27. <input class="input" v-model.trim="stratvalue" type="text"
  28. placeholder-style="font-size:.8125rem;color:rgb(189, 214, 231);display:flex;justify-content: start;"
  29. placeholder="请输入操作位置" />
  30. <view class="log_l"></view>
  31. <view class="log" @tap="scan('1')"></view>
  32. </view>
  33. <view :class="getFooterClasser" v-if="navname == '装车'">
  34. <input class="input" v-model.trim="container_ID" type="text"
  35. placeholder-style="font-size:.8125rem;color:rgb(189, 214, 231);display:flex;justify-content: start;"
  36. placeholder="请输入容器编号" />
  37. <view class="log_l"></view>
  38. <view class="log" @tap="scan('2')"></view>
  39. </view>
  40. <view :class="getlooterClass">
  41. <input class="input" v-model.trim="currentLuggageNum" disabled="true" @tap="baggageEntry" type="text"
  42. placeholder-style="font-size:.8125rem;color:rgb(189, 214, 231);display:flex;justify-content: start;"
  43. placeholder="请输入行李号" />
  44. <view class="log_l"></view>
  45. <view class="log" @tap="scan('3')"></view>
  46. </view>
  47. </view>
  48. </view>
  49. <view class="content_bootom" :style="{top:dataheight}">
  50. <view class="choice" @touchmove="movetran">
  51. <view :class="action === true ?'handle':'handles'" @tap="clicker(true)">已处理</view>
  52. <view :class="action !== true ?'handle':'handles'" @tap="clicker(false)">未处理</view>
  53. </view>
  54. <scroll-view scroll-y="true" class="scroll-Y">
  55. <view v-if="action === true" :class="item.types ? 'ups':'up'" v-for="(item, index) in listdate1" :key="index"
  56. @touchstart="start" @touchend="(e)=>end(e,item)">
  57. <view class="list" @tap="toDetail(item.luggageNum)">行李编号:{{ item.luggageNum }}</view>
  58. <view :class="item.abnormalState!=null?'error':'normal'">{{item.abnormalState!=null?item.abnormalName:"正常"}}</view>
  59. <view class="down_up" v-if="pagename == 'LOAD'" @tap="up(item,index)"></view>
  60. <view class="delete" v-if="pagename == 'LOAD'">
  61. <view class="log" @click="()=>up(item,index)"></view>
  62. </view>
  63. </view>
  64. <view v-if="action !== true" :class="item.types ? 'ups':'up'" v-for="(item, index) in listdate2" :key="index">
  65. <view class="list" @tap="toDetail(item.luggageNum)">行李编号:{{ item.luggageNum }}</view>
  66. <view :class="item.abnormalState!=null?'error':'normal'">{{item.abnormalState!=null?item.abnormalName:"正常"}}</view>
  67. <!-- <view class="down_up" @tap="up"></view> -->
  68. </view>
  69. </scroll-view>
  70. <view class="but" v-if="!action&&listdate2.length>0" @tap="clickOrder">一键处理</view>
  71. </view>
  72. </view>
  73. <!-- 提示信息和下拉弹窗 -->
  74. <mask-model :headername="headername" :typeShow="typeShow" :tabname="tabname" ref="showMask" btnType="1"
  75. @confirm="confirm" @next="next" @load="load" @cancel="cancel" titleColoe="#666666" cancelColor="#666666" confirmColor="#007AFF"
  76. :maskTitle="maskTitle"></mask-model>
  77. <!-- 一键弹窗 -->
  78. <mask-model :headername="headername" :typeShow="typeShow" ref="showMask2" btnType="1"
  79. @confirm="confirm2" @cancel="cancel" titleColoe="#666666" cancelColor="#666666" confirmColor="#007AFF"
  80. :maskTitle="maskTitle2"></mask-model>
  81. <!-- 航班开始操作弹窗 -->
  82. <mask-model :headername="headername" :typeShow="typeShow" ref="showMask3" btnType="1"
  83. @confirm="confirm3" @cancel="cancel3" titleColoe="#666666" cancelColor="#666666" confirmColor="#007AFF"
  84. :maskTitle="maskTitle3"></mask-model>
  85. </view>
  86. </template>
  87. <script>
  88. import Navs from '../../components/header/navs.vue'
  89. import maskModel from '../../components/mask-model/mask-model.vue'
  90. import {
  91. Format
  92. } from '@/components/utils/validate'
  93. export default {
  94. data() {
  95. return {
  96. isShow: true,
  97. dataheight: '20.75rem',
  98. scrollTop: 0,
  99. input: '',
  100. arr: [],
  101. navname: '',
  102. action: true,
  103. listdate:[],
  104. listdate1: [],
  105. loadNumber:0,
  106. listdate2: [],
  107. startData: {
  108. clientX: 0,
  109. clientY: 0
  110. },
  111. stratvalue: '', //开始位置
  112. container_ID:'',
  113. endvalue: '', //结束位置
  114. maskTitle: '该行李不属于当前航班,请选择处理方式。',
  115. maskTitle2:"",
  116. maskTitle3:"",
  117. tabname: '', //航班名称
  118. typeShow: true,
  119. headername: '提示信息',
  120. flightNO:null,
  121. flightDate:null,
  122. onFlightDate:null,
  123. flightDetail:{},
  124. index:0,
  125. currentLuggageNum:null,
  126. pagename:"",
  127. currentLuggage:null,
  128. currentIndex:null,
  129. abnormalList:[
  130. {
  131. "type":null,
  132. "name":"无"
  133. },
  134. {
  135. "type":"NAL",
  136. "name":"未被授权的装载"
  137. },
  138. {
  139. "type":"OFF",
  140. "name":"已卸载"
  141. },
  142. {
  143. "type":"UNS",
  144. "name":"未找到"
  145. },
  146. {
  147. "type":"OND",
  148. "name":"在场未装载,未被授权"
  149. },
  150. {
  151. "type":"ONA",
  152. "name":"在场未装载,已授权"
  153. }
  154. ],
  155. }
  156. },
  157. created(option) {},
  158. onLoad(option) {
  159. this.pagename = option.item
  160. this.flightNO = option.flightNO
  161. this.flightDate = option.date
  162. this.getNode()
  163. switch (this.pagename){
  164. case "SORT":
  165. this.navname = "分拣"
  166. break;
  167. case "LOAD":
  168. this.navname = "装车"
  169. break;
  170. case "INFL":
  171. this.navname = "装机"
  172. break;
  173. case "UNLOAD":
  174. this.navname = "卸机"
  175. break;
  176. case "ARRIVED":
  177. this.navname = "到达"
  178. break;
  179. default:
  180. break;
  181. }
  182. if(this.flightNO!="null"&&this.flightNO){
  183. this.getFlightData()
  184. this.getluggageList()
  185. }
  186. },
  187. onUnload() {
  188. // this.$refs.showMask.show();
  189. },
  190. onShow() {
  191. uni.$on("scancodemsg", (data) => {
  192. if (data.msg.length > 9) {
  193. this.currentLuggageNum = Number(data.msg)
  194. this.getluggage(this.currentLuggageNum,true)
  195. }
  196. });
  197. if (this.$storage.getJson('airport')) {
  198. this.index = this.$storage.getJson('airport')
  199. }
  200. },
  201. onHide() {
  202. uni.$off("scancodemsg");
  203. },
  204. mounted() {
  205. // this.$refs.showMask.show();
  206. // console.log(this.stratvalue.length)
  207. },
  208. computed: {
  209. getFooterClass() {
  210. return this.stratvalue ? 'scanning_cds' : 'scanning_cd'
  211. },
  212. getlooterClass() {
  213. return this.currentLuggageNum ? 'scanning_cds' : 'scanning_cd'
  214. },
  215. getFooterClasser() {
  216. return this.container_ID ? 'scanning_cds' : 'scanning_cd'
  217. },
  218. },
  219. components: {
  220. Navs,
  221. maskModel: maskModel,
  222. },
  223. methods: {
  224. scan(type){
  225. let that = this
  226. uni.scanCode({
  227. onlyFromCamera: true,
  228. success: function (res) {
  229. if(type=="1"){
  230. that.stratvalue = res.result;
  231. }
  232. else if(type=="2"){
  233. that.container_ID = res.result;
  234. }
  235. else{
  236. that.currentLuggageNum = res.result
  237. that.getluggage(that.currentLuggageNum,true)
  238. }
  239. }
  240. });
  241. },
  242. async getNode() {
  243. let data = {
  244. "serviceId": 3003,
  245. "dataContent": {},
  246. "event": "0"
  247. }
  248. await this.$http.httpPost('/openApi/query', data).then(res => {
  249. if (res.code == "0") {
  250. res.returnData.map(item => {
  251. if(item.nodeCode == this.pagename){
  252. this.stratvalue = item.nodeDescribe;
  253. }
  254. })
  255. }
  256. })
  257. },
  258. next(data){
  259. this.flightNO = this.currentLuggage.flightNo;
  260. this.flightDate = this.currentLuggage.flightDate;
  261. this.getFlightData()
  262. this.getluggageList()
  263. this.$refs.showMask.hide();
  264. },
  265. load(){
  266. this.listdate1.unshift({
  267. "luggageNum" : this.currentLuggage.luggageNum
  268. })
  269. this.setLuggage()
  270. },
  271. async getFlightData() {
  272. let data = {
  273. "serviceId": 3000,
  274. "page": 1,
  275. "pageSize": 10,
  276. "dataContent": [{
  277. "carrierFlights":this.flightNO
  278. }],
  279. "event": "0"
  280. }
  281. await this.$http.httpPost('/openApi/query', data).then(res => {
  282. if (res.code == "0"&&res.returnData.length>0) {
  283. this.flightDetail = []
  284. if(this.flightDate&&this.flightDate!="null"){
  285. res.returnData.map(item =>{
  286. if(this.flightDate == item.carrierFlightsDate){
  287. this.flightDetail = item
  288. }
  289. })
  290. }
  291. else{
  292. this.flightDetail = res.returnData[0]
  293. }
  294. if(this.flightDetail.scheduleTakeOffTime){
  295. this.flightDetail.scheduleTakeOffTime = this.flightDetail.scheduleTakeOffTime.split("T")[1]
  296. }
  297. else{
  298. item.scheduleTakeOffTime = "-"
  299. }
  300. if(this.flightDetail.scheduleLandInTime){
  301. this.flightDetail.scheduleLandInTime = this.flightDetail.scheduleLandInTime.split("T")[1]
  302. }
  303. else{
  304. item.scheduleLandInTime = "-"
  305. }
  306. }
  307. else{
  308. uni.showToast({
  309. icon:'none',
  310. title: "未查询到"+this.flightNO+"航班信息",
  311. duration: 5000
  312. });
  313. }
  314. })
  315. },
  316. async getluggageList(){
  317. let data = {
  318. "serviceId": 3001,
  319. "dataContent": {
  320. "carrierFlights": this.flightNO,
  321. },
  322. "event": "0"
  323. }
  324. await this.$http.httpPost('/openApi/query', data).then(res => {
  325. console.log(res)
  326. this.listdate1 = []
  327. this.listdate2 = []
  328. if (res.code == "0") {
  329. this.listdate = res.returnData;
  330. res.returnData.map(item => {
  331. this.abnormalList.map(item2 => {
  332. if(item.abnormalState == item2.type){
  333. item.abnormalName = item2.name
  334. }
  335. })
  336. switch (this.pagename){
  337. case "SORT":
  338. if(item.sorting_time!=null){
  339. this.listdate1.push(item)
  340. }
  341. else{
  342. this.listdate2.push(item)
  343. }
  344. break;
  345. case "LOAD":
  346. if(item.loading_time!=null){
  347. this.listdate1.push(item)
  348. }
  349. else{
  350. this.listdate2.push(item)
  351. }
  352. break;
  353. case "INFL":
  354. if(item.installation_time!=null){
  355. this.listdate1.push(item)
  356. }
  357. else{
  358. this.listdate2.push(item)
  359. }
  360. break;
  361. case "UNLOAD":
  362. if(item.unloadtime!=null){
  363. this.listdate1.push(item)
  364. }
  365. else{
  366. this.listdate2.push(item)
  367. }
  368. break;
  369. case "ARRIVED":
  370. if(item.arrivedtime!=null){
  371. this.listdate1.push(item)
  372. }
  373. else{
  374. this.listdate2.push(item)
  375. }
  376. break;
  377. default:
  378. break;
  379. }
  380. })
  381. this.loadNumber = this.listdate2.length;
  382. this.setLuggage()
  383. }
  384. })
  385. },
  386. async getluggage(num,isSend){
  387. let data = {
  388. "serviceId": 3002,
  389. "page": 1,
  390. "pageSize": 10,
  391. "dataContent": {
  392. "luggageNum":num,//行李号
  393. },
  394. "event": "0"
  395. }
  396. await this.$http.httpPost('/openApi/query', data).then(res => {
  397. if(res.code == "0"&&res.returnData.length>0){
  398. this.currentLuggage = res.returnData[0];
  399. console.log(this.flightNO)
  400. if(this.flightNO !="null"&&this.flightNO&&this.flightNO == res.returnData[0].flightNo&&isSend==true){
  401. this.setLuggage()
  402. }
  403. else if(this.flightNO !="null"&&this.flightNO&&this.flightNO != res.returnData[0].flightNo){
  404. this.tabname = res.returnData[0].flightNo
  405. this.typeShow = true
  406. this.$refs.showMask.show();
  407. }
  408. else if(this.flightNO =="null"){
  409. this.typeShow = false
  410. this.maskTitle3 = '是否对航班:'+ res.returnData[0].flightNo + "行李进行"+this.navname+"操作?"
  411. this.headername = '提示'
  412. this.$refs.showMask3.show();
  413. }
  414. }
  415. else{
  416. uni.showToast({
  417. icon:'none',
  418. title: "未查询到"+this.currentLuggageNum+"行李信息",
  419. duration: 5000
  420. });
  421. }
  422. })
  423. },
  424. setLuggage(){
  425. this.currentLuggage.nodeCode = this.pagename;
  426. this.currentLuggage.nodeName = this.navname;
  427. this.currentLuggage.location_code = this.stratvalue;
  428. this.currentLuggage.processing_time = this.datatime();
  429. switch (this.pagename){
  430. case "SORT":
  431. this.listdate2.map((item,index) => {
  432. if(item.luggageNum == this.currentLuggageNum && item.sorting_time == null){
  433. this.listdate2.splice(index,1)
  434. item.sorting_time = this.datatime();
  435. item.sortState = true;
  436. this.listdate1.unshift(item);
  437. }
  438. })
  439. break;
  440. case "LOAD":
  441. this.currentLuggage.container_ID = this.container_ID
  442. this.currentLuggage.loadNumber = this.loadNumber;
  443. this.listdate2.map((item,index) => {
  444. if(item.luggageNum == this.currentLuggageNum){
  445. if(item.loading_time == null){
  446. this.listdate2.splice(index,1)
  447. item.loading_time = this.datatime();
  448. item.loadState = true;
  449. this.listdate1.unshift(item);
  450. }
  451. }
  452. })
  453. break;
  454. case "INFL":
  455. this.listdate2.map((item,index) => {
  456. if(item.luggageNum == this.currentLuggageNum){
  457. if(item.installation_time == null){
  458. this.listdate2.splice(index,1)
  459. item.installation_time = this.datatime();
  460. this.listdate1.unshift(item);
  461. }
  462. }
  463. })
  464. break;
  465. case "UNLOAD":
  466. this.listdate2.map((item,index) => {
  467. if(item.luggageNum == this.currentLuggageNum){
  468. if(item.unloadtime == null){
  469. this.listdate2.splice(index,1)
  470. item.unloadtime = this.datatime();
  471. this.listdate1.unshift(item);
  472. }
  473. }
  474. })
  475. break;
  476. case "ARRIVED":
  477. this.listdate2.map((item,index) => {
  478. if(item.luggageNum == this.currentLuggageNum){
  479. if(item.arrivedtime == null){
  480. this.listdate2.splice(index,1)
  481. item.arrivedtime = this.datatime();
  482. this.listdate1.unshift(item);
  483. }
  484. }
  485. })
  486. break;
  487. default:
  488. break;
  489. }
  490. this.sendData()
  491. },
  492. async sendData(type){
  493. this.currentLuggage.sourceAirport = this.$storage.get('airportName');
  494. let data = {
  495. "serviceId": 3005,
  496. "dataContent": [
  497. this.currentLuggage
  498. ],
  499. "event": "0"
  500. }
  501. await this.$http.httpPost('/openApi/query', data).then(res => {
  502. console.log(res)
  503. if (res.code == "0") {
  504. uni.showToast({
  505. icon:'none',
  506. title: "操作行李:"+this.currentLuggageNum+"成功",
  507. duration: 5000
  508. });
  509. }
  510. else{
  511. uni.showToast({
  512. icon:'none',
  513. title: "操作失败",
  514. duration: 5000
  515. });
  516. }
  517. })
  518. },
  519. datatime() {
  520. let dataTime = Format("yyyy-MM-dd hh:mm:ss", new Date());
  521. return dataTime
  522. },
  523. //下拉
  524. up(item,index) {
  525. this.currentLuggageNum = item.luggageNum;
  526. this.getluggage(this.currentLuggageNum,false);
  527. this.currentIndex = index
  528. this.typeShow = false
  529. this.maskTitle = '是否确定要拉下该件行李?'
  530. this.headername = '下拉提示'
  531. this.$refs.showMask.show();
  532. },
  533. confirm: function(e) { //确定按钮
  534. this.currentLuggage.abnormalState="OFF"
  535. this.currentLuggage.abnormalName="拉下"
  536. let arr = JSON.parse(JSON.stringify(this.listdate1))
  537. arr[this.currentIndex]=JSON.parse(JSON.stringify(this.currentLuggage))
  538. this.listdate1 = arr;
  539. this.sendData()
  540. },
  541. confirm2: function(e) { //确定一键操作按钮
  542. this.cancel()
  543. this.listdate2.map((item,index) =>{
  544. this.currentLuggage = item;
  545. this.currentLuggageNum = item.luggageNum;
  546. this.setLuggage();
  547. this.listdate1.unshift(item)
  548. })
  549. this.listdate2 = [];
  550. },
  551. confirm3: function(e) { //确定按钮
  552. this.flightNO = this.currentLuggage.flightNo
  553. this.flightDate = this.currentLuggage.flightDate
  554. this.getFlightData();
  555. this.getluggageList();
  556. },
  557. cancel3: function() { //取消按钮
  558. this.flightNO=null
  559. },
  560. cancel: function() { //取消按钮
  561. console.log('您点击了取消按钮');
  562. },
  563. toDetail(num){
  564. uni.navigateTo({
  565. // url: "/pages/detail/index?luggageNum=" + data.msg
  566. url: "/pages/detail/index?luggageNum="+num
  567. })
  568. },
  569. clickOrder() {
  570. this.typeShow = false
  571. this.maskTitle2 = '是否确定要一键'+this.navname+'全部行李?'
  572. this.headername = '操作提示'
  573. this.$refs.showMask2.show();
  574. },
  575. baggageEntry() {
  576. uni.navigateTo({
  577. url: "/pages/baggageEntry/index"
  578. })
  579. },
  580. locationEntry() {
  581. uni.navigateTo({
  582. url: "/pages/locationEntry/index"
  583. })
  584. },
  585. fall() {
  586. uni.navigateBack({
  587. delta:1
  588. })
  589. },
  590. clicker(e) {
  591. this.action = !this.action
  592. if(e != this.action){
  593. this.action = e
  594. }
  595. },
  596. movetran(e) {
  597. let arr = uni.getSystemInfoSync().windowHeight;
  598. this.dataheight = (e.changedTouches[0].clientY / 16) + 'rem'
  599. if (e.changedTouches[0].clientY / 16 > 20.75) {
  600. this.dataheight = 20.75 + 'rem'
  601. } else if (e.changedTouches[0].clientY / 16 < 7.3125) {
  602. this.dataheight = 6.3125 + 'rem'
  603. }
  604. },
  605. start(e) {
  606. this.startData.clientX = e.changedTouches[0].clientX;
  607. },
  608. end(e, item) {
  609. const subX = e.changedTouches[0].clientX - this.startData.clientX;
  610. if (subX > 50) {
  611. // console.log('右滑')
  612. item.types = false
  613. } else if (subX < -50) {
  614. item.types = true
  615. // console.log('左滑')
  616. }
  617. },
  618. checkMore(item) {
  619. console.log(item)
  620. }
  621. },
  622. }
  623. </script>
  624. <style lang="scss" scoped>
  625. .app-content {
  626. position: relative;
  627. background: rgb(49, 85, 99);
  628. >.content {
  629. width: 100%;
  630. height: calc(100vh - 5.375rem);
  631. position: relative;
  632. // overflow: hidden;
  633. // background: rgb(49, 85, 99);
  634. >.content_top {
  635. width: 100%;
  636. // background: rgb(49, 85, 99);
  637. padding-bottom: 1.3125rem;
  638. >.craid {
  639. // width: 100%;
  640. height: 5.625rem;
  641. padding: 0 2.5625rem 0 2.5625rem;
  642. display: flex;
  643. justify-content: space-between;
  644. flex-wrap: wrap;
  645. align-items: center;
  646. >.craid_data {
  647. display: flex;
  648. flex-direction: column;
  649. justify-content: center;
  650. align-items: start;
  651. >p {
  652. color: rgb(255, 255, 255);
  653. font-family: Noto Sans SC;
  654. font-size: 18px;
  655. font-weight: 700;
  656. }
  657. >span {
  658. color: rgb(255, 255, 255);
  659. font-family: Noto Sans SC;
  660. font-size: 13px;
  661. font-weight: 500;
  662. }
  663. }
  664. >.aircraft {
  665. width: 1.75rem;
  666. height: 1.75rem;
  667. background: url('../../static/hang.png') no-repeat;
  668. background-size: 100% 100%;
  669. }
  670. }
  671. >.craids{
  672. height: 5.625rem;
  673. padding: 0 2.5625rem 0 2.5625rem;
  674. display: flex;
  675. justify-content: center;
  676. align-items: center;
  677. >p{
  678. color: rgb(189, 214, 231);
  679. font-family: Noto Sans SC;
  680. font-size: 13px;
  681. font-weight: 500;
  682. }
  683. }
  684. >.scanning {
  685. height: 12rem;
  686. padding: 0 1.5rem 0 1.5rem;
  687. opacity: 1;
  688. transition: all 3s;
  689. .scanning_cd {
  690. width: 100%;
  691. height: 3rem;
  692. opacity: 1;
  693. transition: all 3s;
  694. background: rgb(59, 103, 123);
  695. margin-top: 1rem;
  696. margin-bottom: .5rem;
  697. border-radius: 4px;
  698. display: flex;
  699. justify-content: center;
  700. align-items: center;
  701. color: rgb(255, 255, 255);
  702. font-family: Noto Sans SC;
  703. font-size: 16px;
  704. >.log {
  705. width: .875rem;
  706. height: .875rem;
  707. background: url('../../static/saoma.png') no-repeat;
  708. background-size: 100% 100%;
  709. margin-left: 1rem;
  710. }
  711. >.log_l {
  712. width: .125rem;
  713. height: 1.3125rem;
  714. margin-left: 4rem;
  715. background: rgb(255, 255, 255);
  716. }
  717. }
  718. .scanning_cds {
  719. width: 100%;
  720. height: 3rem;
  721. opacity: 1;
  722. transition: all 3s;
  723. background: rgb(51, 161, 165);
  724. margin-top: 1rem;
  725. margin-bottom: .5rem;
  726. border-radius: 4px;
  727. display: flex;
  728. justify-content: center;
  729. align-items: center;
  730. color: rgb(255, 255, 255);
  731. font-family: Noto Sans SC;
  732. font-size: 16px;
  733. >.log {
  734. width: .875rem;
  735. height: .875rem;
  736. background: url('../../static/saoma.png') no-repeat;
  737. background-size: 100% 100%;
  738. margin-left: 1rem;
  739. }
  740. >.log_l {
  741. width: .125rem;
  742. height: 1.3125rem;
  743. margin-left: 4rem;
  744. background: rgb(255, 255, 255);
  745. }
  746. }
  747. }
  748. }
  749. >.content_bootom {
  750. width: 100%;
  751. // height: calc(100vh - 20.9375rem - 4.375rem);
  752. padding-bottom: 0;
  753. position: absolute;
  754. bottom: 0;
  755. top: 20.75rem;
  756. border-radius: 6px 6px 0px 0px;
  757. overflow: hidden;
  758. background: rgb(255, 255, 255);
  759. >.choice {
  760. width: 100%;
  761. height: 2.5rem;
  762. display: flex;
  763. background: rgb(240, 241, 243);
  764. >.handle {
  765. width: 50%;
  766. display: flex;
  767. align-items: center;
  768. justify-content: center;
  769. color: rgb(0, 0, 0);
  770. font-family: Noto Sans SC;
  771. font-size: 15px;
  772. font-weight: 700;
  773. border-radius: 6px 6px 0px 0px;
  774. background: rgb(255, 255, 255);
  775. }
  776. >.handles {
  777. width: 50%;
  778. display: flex;
  779. align-items: center;
  780. justify-content: center;
  781. color: rgb(0, 0, 0);
  782. font-family: Noto Sans SC;
  783. font-size: 15px;
  784. font-weight: 700;
  785. }
  786. }
  787. .up {
  788. width: 100%;
  789. display: flex;
  790. align-items: center;
  791. margin-left: 1rem;
  792. border-bottom: 1px solid rgb(238, 238, 238);
  793. // transform: all 3s;
  794. >.down_up {
  795. width: .875rem;
  796. height: .875rem;
  797. background: url('../../static/xia.png') no-repeat;
  798. background-size: 100% 100%;
  799. }
  800. >.error{
  801. width: 20%;
  802. color:red
  803. }
  804. >.normal{
  805. width: 20%;
  806. color:#4682b4
  807. }
  808. >.list {
  809. width: 70%;
  810. position: relative;
  811. height: 3.75rem;
  812. display: flex;
  813. align-items: center;
  814. transform: all 3s;
  815. right: 0;
  816. color: rgb(0, 0, 0);
  817. font-family: Noto Sans SC;
  818. font-size: 13px;
  819. font-weight: 500;
  820. }
  821. >.delete {
  822. width: 3.75rem;
  823. height: 3.75rem;
  824. background: rgb(237, 101, 101);
  825. display: flex;
  826. align-items: center;
  827. justify-content: center;
  828. position: relative;
  829. right: -3.75rem;
  830. transform: all 3s;
  831. >.log {
  832. width: .875rem;
  833. height: .875rem;
  834. background: url('../../static/vector@1x.png') no-repeat;
  835. background-size: 100% 100%;
  836. }
  837. }
  838. }
  839. .ups {
  840. width: 100%;
  841. display: flex;
  842. align-items: center;
  843. margin-left: 1rem;
  844. border-bottom: 1px solid rgb(238, 238, 238);
  845. // transform: all 3s;
  846. >.down_up {
  847. width: .875rem;
  848. height: .875rem;
  849. position: relative;
  850. right: 1.875rem;
  851. background: url('../../static/xia.png') no-repeat;
  852. background-size: 100% 100%;
  853. }
  854. >.list {
  855. width: 97%;
  856. position: relative;
  857. height: 3.75rem;
  858. display: flex;
  859. align-items: center;
  860. right: 3.75rem;
  861. // right: 0;
  862. color: rgb(0, 0, 0);
  863. font-family: Noto Sans SC;
  864. font-size: 13px;
  865. font-weight: 500;
  866. transform: all 3s;
  867. }
  868. >.delete {
  869. width: 3.75rem;
  870. height: 3.75rem;
  871. background: rgb(237, 101, 101);
  872. display: flex;
  873. align-items: center;
  874. justify-content: center;
  875. position: relative;
  876. right: 1rem;
  877. transform: all 3s;
  878. // right: -3.75rem;
  879. >.log {
  880. width: .875rem;
  881. height: .875rem;
  882. background: url('../../static/vector@1x.png') no-repeat;
  883. background-size: 100% 100%;
  884. }
  885. }
  886. }
  887. .scroll-Y {
  888. // height: calc(100% - 2.5rem - 2.75rem - 2.25rem - 2.25rem);
  889. height: calc(100% - 2.5rem - 2.75rem);
  890. }
  891. .but {
  892. width: 20.5625rem;
  893. height: 2.5rem;
  894. background: linear-gradient(179.10deg, rgba(51, 161, 165, 1.00) 11.326%, rgba(59, 111, 142, 1.00) 119.032%, rgba(59, 111, 142, 1.00) 119.032%, rgba(59, 111, 142, 1.00) 119.032%);
  895. border-radius: .25rem;
  896. color: rgb(255, 255, 255);
  897. font-family: Noto Sans SC;
  898. font-size: 1rem;
  899. margin: 0 auto;
  900. display: flex;
  901. align-items: center;
  902. justify-content: center;
  903. margin-top: 0.25rem;
  904. margin-bottom: 2.25rem;
  905. }
  906. }
  907. }
  908. }
  909. </style>