index.vue 11 KB

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