index.vue 12 KB

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