index.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. <template>
  2. <view class="app-content">
  3. <!-- <img src="../../static/beijing.png" alt="" class="tuku"> -->
  4. <Navs :navname.sync="navname" @fall="fall"></Navs>
  5. <view class="content">
  6. <view class="content_top">
  7. <view class="craid" v-if="cap.name">
  8. <view class="craid_data">
  9. <p>{{cap.name}}</p>
  10. <span>{{cap.time}}</span>
  11. </view>
  12. <view class="craid_data">
  13. <p>{{cap.ct}}</p>
  14. <span>{{cap.time2}}</span>
  15. </view>
  16. <view class="aircraft"></view>
  17. <view class="craid_data">
  18. <p>{{cap.cs}}</p>
  19. <span>{{cap.time3}}</span>
  20. </view>
  21. </view>
  22. <view class="craids" v-if="!cap.name">
  23. <p>暂无航班信息</p>
  24. </view>
  25. <view class="scanning">
  26. <view :class="getFooterClass">
  27. <input class="input" v-model.trim="stratvalue" type="text" value="" placeholder-style="font-size:.8125rem;color:rgb(189, 214, 231);display:flex;justify-content: start;" placeholder="请输入机票信息"/>
  28. <view class="log_l"></view>
  29. <view class="log"></view>
  30. </view>
  31. </view>
  32. </view>
  33. <view class="content_top">
  34. <view class="craid" v-if="caps.name">
  35. <view class="craid_data">
  36. <p>{{caps.name}}</p>
  37. <span>{{caps.time}}</span>
  38. </view>
  39. <view class="craid_data">
  40. <p>{{caps.ct}}</p>
  41. <span>{{caps.time2}}</span>
  42. </view>
  43. <view class="aircraft"></view>
  44. <view class="craid_data">
  45. <p>{{caps.cs}}</p>
  46. <span>{{caps.time3}}</span>
  47. </view>
  48. </view>
  49. <view class="craids" v-if="!caps.name">
  50. <p>暂无航班信息</p>
  51. </view>
  52. <view class="scanning">
  53. <view :class="getFooterClass">
  54. <input class="input" v-model.trim="endvalue" type="text" value="" placeholder-style="font-size:.8125rem;color:rgb(189, 214, 231);display:flex;justify-content: start;" placeholder="请输入行李牌号"/>
  55. <view class="log_l"></view>
  56. <view class="log"></view>
  57. </view>
  58. </view>
  59. </view>
  60. <view class="footer">
  61. <button form-type="submit" class="switchBtndel" >异常处理</button>
  62. <button form-type="submit" class="switchBtndel" >确认提取</button>
  63. </view>
  64. </view>
  65. </view>
  66. </template>
  67. <script>
  68. import Navs from '../../components/header/navs.vue'
  69. import maskModel from '../../components/mask-model/mask-model.vue'
  70. export default {
  71. data() {
  72. return {
  73. isShow: true,
  74. dataheight: '20.75rem',
  75. scrollTop: 0,
  76. old: {
  77. scrollTop: 0
  78. },
  79. input: '',
  80. main: null,
  81. poll: null,
  82. filter:null,
  83. pusher:null,
  84. intentServer:null,
  85. arr: [],
  86. navname: '提取',
  87. startcode: '扫码',
  88. stopcode: '扫码',
  89. action: true,
  90. listdate: [{
  91. name: '3880491101',
  92. types: false
  93. },
  94. {
  95. name: '3880491101',
  96. types: false
  97. },
  98. {
  99. name: '3880491101',
  100. types: false
  101. },
  102. {
  103. name: '3880491101',
  104. types: false
  105. },
  106. {
  107. name: '3880491101',
  108. types: false
  109. },
  110. {
  111. name: '3880491101',
  112. types: false
  113. },
  114. {
  115. name: '3880491101',
  116. types: false
  117. },
  118. {
  119. name: '3880491101',
  120. types: false
  121. },
  122. {
  123. name: '3880491101',
  124. types: false
  125. },
  126. {
  127. name: '3880491101',
  128. types: false
  129. },
  130. {
  131. name: '3880491101',
  132. types: false
  133. },
  134. {
  135. name: '3880491101',
  136. types: false
  137. },
  138. {
  139. name: '3880491101',
  140. types: false
  141. }],
  142. arr: [],//触发判断
  143. startData: {
  144. clientX: 0,
  145. clientY: 0
  146. },
  147. stratvalue: '',//开始位置
  148. endvalue: '',//结束位置
  149. cap:{
  150. name:'HU7412',
  151. time:'2023-02-17',
  152. ct: 'CTU',
  153. time2: '12:00:00',
  154. cs:'CSX',
  155. time3: '14:23:00'
  156. },
  157. caps:{
  158. name:'HU7412',
  159. time:'2023-02-17',
  160. ct: 'CTU',
  161. time2: '12:00:00',
  162. cs:'CSX',
  163. time3: '14:23:00'
  164. },
  165. }
  166. },
  167. created(option) {
  168. },
  169. onLoad(option){
  170. this.navname = JSON.parse(decodeURIComponent(option.item))
  171. if (this.navname == '分拣') {
  172. this.tabname = '航班'
  173. }
  174. },
  175. onUnload() {
  176. // this.$refs.showMask.show();
  177. },
  178. onShow() {
  179. },
  180. mounted() {
  181. // this.$refs.showMask.show();
  182. // console.log(this.stratvalue.length)
  183. },
  184. computed: {
  185. getFooterClass () {
  186. return this.stratvalue ? 'scanning_cds' : 'scanning_cd'
  187. },
  188. getlooterClass () {
  189. return this.endvalue ? 'scanning_cds' : 'scanning_cd'
  190. }
  191. },
  192. components: {
  193. Navs,
  194. maskModel:maskModel,
  195. },
  196. methods: {
  197. //下拉
  198. up () {
  199. this.typeShow = false
  200. this.maskTitle = '是否确定要拉下该件行李?'
  201. this.headername = '下拉提示'
  202. this.$refs.showMask.show();
  203. },
  204. confirm:function(e){//确定按钮
  205. console.log('您点击了确定按钮');
  206. },
  207. cancel:function(){//取消按钮
  208. console.log('您点击了取消按钮');
  209. },
  210. clickOrder () {
  211. uni.redirectTo({
  212. url: "/pages/baggagecheck/index"
  213. })
  214. },
  215. fall () {
  216. uni.switchTab({
  217. url: "/pages/index/index"
  218. })
  219. },
  220. clicker () {
  221. this.action = !this.action
  222. },
  223. movetran (e) {
  224. let arr = uni.getSystemInfoSync().windowHeight;
  225. this.dataheight = (e.changedTouches[0].clientY/16) + 'rem'
  226. if (e.changedTouches[0].clientY/16 > 20.75) {
  227. this.dataheight = 20.75 + 'rem'
  228. } else if (e.changedTouches[0].clientY/16 < 7.3125) {
  229. this.dataheight = 6.3125 + 'rem'
  230. }
  231. },
  232. start(e) {
  233. this.startData.clientX = e.changedTouches[0].clientX;
  234. },
  235. end (e,item) {
  236. const subX = e.changedTouches[0].clientX - this.startData.clientX;
  237. if (subX > 50) {
  238. // console.log('右滑')
  239. item.types = false
  240. } else if (subX < -50) {
  241. item.types = true
  242. // console.log('左滑')
  243. }
  244. },
  245. checkMore (item) {
  246. console.log(item)
  247. }
  248. },
  249. }
  250. </script>
  251. <style lang="scss" scoped>
  252. .app-content{
  253. position: relative;
  254. background: rgb(49, 85, 99);
  255. >.content{
  256. width: 100%;
  257. height: calc(100vh - 4.625rem);
  258. position: relative;
  259. // overflow: hidden;
  260. // background: rgb(49, 85, 99);
  261. >.content_top{
  262. width: 100%;
  263. // background: rgb(49, 85, 99);
  264. padding-bottom: 1.3125rem;
  265. >.craid{
  266. // width: 100%;
  267. height: 5.625rem;
  268. padding: 0 2.5625rem 0 2.5625rem;
  269. display: flex;
  270. justify-content: space-between;
  271. flex-wrap: wrap;
  272. align-items: center;
  273. >.craid_data{
  274. display: flex;
  275. flex-direction: column;
  276. justify-content: center;
  277. align-items: start;
  278. >p{
  279. color: rgb(255, 255, 255);
  280. font-family: Noto Sans SC;
  281. font-size: 18px;
  282. font-weight: 700;
  283. }
  284. >span{
  285. color: rgb(255, 255, 255);
  286. font-family: Noto Sans SC;
  287. font-size: 13px;
  288. font-weight: 500;
  289. }
  290. }
  291. >.aircraft{
  292. width: 1.75rem;
  293. height: 1.75rem;
  294. background: url('../../static/hang.png') no-repeat;
  295. background-size: 100% 100%;
  296. }
  297. }
  298. >.craids{
  299. height: 5.625rem;
  300. padding: 0 2.5625rem 0 2.5625rem;
  301. display: flex;
  302. justify-content: center;
  303. align-items: center;
  304. >p{
  305. color: rgb(189, 214, 231);
  306. font-family: Noto Sans SC;
  307. font-size: 13px;
  308. font-weight: 500;
  309. }
  310. }
  311. >.scanning{
  312. // height: 12rem;
  313. padding: 0 1.5rem 0 1.5rem;
  314. opacity: 1;
  315. transition: all 3s;
  316. .scanning_cd{
  317. width: 100%;
  318. height: 3rem;
  319. opacity: 1;
  320. transition: all 3s;
  321. background: rgb(59, 103, 123);
  322. margin-top: 1rem;
  323. margin-bottom: .5rem;
  324. border-radius: 4px;
  325. display: flex;
  326. justify-content: center;
  327. align-items: center;
  328. color: rgb(255, 255, 255);
  329. font-family: Noto Sans SC;
  330. font-size: 16px;
  331. >.log{
  332. width: .875rem;
  333. height: .875rem;
  334. background: url('../../static/saoma.png') no-repeat;
  335. background-size: 100% 100%;
  336. margin-left: 1rem;
  337. }
  338. >.log_l{
  339. width: .125rem;
  340. height: 1.3125rem;
  341. margin-left: 4rem;
  342. background: rgb(255, 255, 255);
  343. }
  344. }
  345. .scanning_cds{
  346. width: 100%;
  347. height: 3rem;
  348. opacity: 1;
  349. transition: all 3s;
  350. background: rgb(51, 161, 165);
  351. margin-top: 1rem;
  352. margin-bottom: .5rem;
  353. border-radius: 4px;
  354. display: flex;
  355. justify-content: center;
  356. align-items: center;
  357. color: rgb(255, 255, 255);
  358. font-family: Noto Sans SC;
  359. font-size: 16px;
  360. >.log{
  361. width: .875rem;
  362. height: .875rem;
  363. background: url('../../static/saoma.png') no-repeat;
  364. background-size: 100% 100%;
  365. margin-left: 1rem;
  366. }
  367. >.log_l{
  368. width: .125rem;
  369. height: 1.3125rem;
  370. margin-left: 4rem;
  371. background: rgb(255, 255, 255);
  372. }
  373. }
  374. }
  375. }
  376. >.content_bootom{
  377. width: 100%;
  378. // height: calc(100vh - 20.9375rem - 4.375rem);
  379. padding-bottom: 0;
  380. position: absolute;
  381. bottom: 0;
  382. top: 20.75rem;
  383. border-radius: 6px 6px 0px 0px;
  384. overflow: hidden;
  385. background: rgb(255, 255, 255);
  386. >.choice{
  387. width: 100%;
  388. height: 2.5rem;
  389. display: flex;
  390. background: rgb(240, 241, 243);
  391. >.handle{
  392. width: 50%;
  393. display: flex;
  394. align-items: center;
  395. justify-content: center;
  396. color: rgb(0, 0, 0);
  397. font-family: Noto Sans SC;
  398. font-size: 15px;
  399. font-weight: 700;
  400. border-radius: 6px 6px 0px 0px;
  401. background: rgb(255, 255, 255);
  402. }
  403. >.handles{
  404. width: 50%;
  405. display: flex;
  406. align-items: center;
  407. justify-content: center;
  408. color: rgb(0, 0, 0);
  409. font-family: Noto Sans SC;
  410. font-size: 15px;
  411. font-weight: 700;
  412. }
  413. }
  414. .up{
  415. width: 100%;
  416. display: flex;
  417. align-items: center;
  418. margin-left: 1rem;
  419. border-bottom: 1px solid rgb(238, 238, 238);
  420. // transform: all 3s;
  421. >.down_up{
  422. width: .875rem;
  423. height: .875rem;
  424. background: url('../../static/xia.png') no-repeat;
  425. background-size: 100% 100%;
  426. }
  427. >.list{
  428. width: 97%;
  429. position: relative;
  430. height: 3.75rem;
  431. display: flex;
  432. align-items: center;
  433. transform: all 3s;
  434. right: 0;
  435. color: rgb(0, 0, 0);
  436. font-family: Noto Sans SC;
  437. font-size: 13px;
  438. font-weight: 500;
  439. }
  440. >.delete{
  441. width: 3.75rem;
  442. height: 3.75rem;
  443. background: rgb(237, 101, 101);
  444. display: flex;
  445. align-items: center;
  446. justify-content: center;
  447. position: relative;
  448. right: -3.75rem;
  449. transform: all 3s;
  450. >.log{
  451. width: .875rem;
  452. height: .875rem;
  453. background: url('../../static/vector@1x.png') no-repeat;
  454. background-size: 100% 100%;
  455. }
  456. }
  457. }
  458. .ups{
  459. width: 100%;
  460. display: flex;
  461. align-items: center;
  462. margin-left: 1rem;
  463. border-bottom: 1px solid rgb(238, 238, 238);
  464. // transform: all 3s;
  465. >.down_up{
  466. width: .875rem;
  467. height: .875rem;
  468. position: relative;
  469. right: 1.875rem;
  470. background: url('../../static/xia.png') no-repeat;
  471. background-size: 100% 100%;
  472. }
  473. >.list{
  474. width: 97%;
  475. position: relative;
  476. height: 3.75rem;
  477. display: flex;
  478. align-items: center;
  479. right: 3.75rem;
  480. // right: 0;
  481. color: rgb(0, 0, 0);
  482. font-family: Noto Sans SC;
  483. font-size: 13px;
  484. font-weight: 500;
  485. transform: all 3s;
  486. }
  487. >.delete{
  488. width: 3.75rem;
  489. height: 3.75rem;
  490. background: rgb(237, 101, 101);
  491. display: flex;
  492. align-items: center;
  493. justify-content: center;
  494. position: relative;
  495. right: 1rem;
  496. transform: all 3s;
  497. // right: -3.75rem;
  498. >.log{
  499. width: .875rem;
  500. height: .875rem;
  501. background: url('../../static/vector@1x.png') no-repeat;
  502. background-size: 100% 100%;
  503. }
  504. }
  505. }
  506. .scroll-Y {
  507. height: calc(100% - 2.5rem - 2.75rem - 2.25rem - 2.25rem);
  508. }
  509. .but{
  510. width: 20.5625rem;
  511. height: 2.75rem;
  512. 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%);
  513. border-radius: .25rem;
  514. color: rgb(255, 255, 255);
  515. font-family: Noto Sans SC;
  516. font-size: 1rem;
  517. margin: 0 auto;
  518. display: flex;
  519. align-items: center;
  520. justify-content: center;
  521. margin-top: 2.25rem;
  522. margin-bottom: 2.25rem;
  523. }
  524. }
  525. >.footer{
  526. width: 100%;
  527. height: 7.4375rem;
  528. position: absolute;
  529. bottom: 0;
  530. display: flex;
  531. align-items: center;
  532. justify-content: center;
  533. }
  534. }
  535. }
  536. </style>