index.vue 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544
  1. <template>
  2. <view class="app-content">
  3. <view class="header">
  4. <view class="log" @tap="fall"></view> <button type="primary" class="send" size="small" v-if="luggageData" @tap="sendData()">提交</button>
  5. </view>
  6. <!-- <view class="nav">
  7. <view :class="action === index ? 'nav_lists': 'nav_list'" v-for="(item, index) in list" :key="index" @tap="lop(index)">{{item.name}}</view>
  8. </view> -->
  9. <uni-swiper-dot :info="info" :current="current" field="content" :mode="mode">
  10. <swiper class="swiper-box" @change="change" style="height:11rem">
  11. <swiper-item v-for="(item ,index) in info" :key="index">
  12. <view class="swiper-item">
  13. <image style="width:100%" src="../../static/bg.png" mode="widthFix"></image>
  14. </view>
  15. </swiper-item>
  16. </swiper>
  17. </uni-swiper-dot>
  18. <view class="content" :style="{top:dataheight}">
  19. <uni-section title="行李详情" type="line"></uni-section>
  20. <view class="choice" @touchmove="movetran" v-if="luggageData">
  21. <scroll-view scroll-y="true" class="scroll-Y">
  22. <view class="list">
  23. <view class="lable">航班号</view>
  24. <span>{{luggageData.carrierFlights}}</span>
  25. </view>
  26. <view class="list">
  27. <view class="lable">航班日期</view>
  28. <span>{{luggageData.carrierFlightsDate}}</span>
  29. </view>
  30. <view class="list">
  31. <view class="lable">行李牌号</view>
  32. <span>{{luggageData.luggageNum}}</span>
  33. </view>
  34. <view class="list">
  35. <view class="lable">操作时间</view>
  36. <span>{{luggageData.processing_time}}</span>
  37. </view>
  38. <view class="list">
  39. <view class="lable">操作人</view>
  40. <span>{{luggageData.agentNumber}}</span>
  41. </view>
  42. <view class="list">
  43. <view class="lable">操作节点</view>
  44. <picker @change="bindPickerChange" :placeholderStyle="placeholderStyle" :value="index" :range-key="'nodeName'" :range="nodeList">
  45. <view class="uni-input">{{nodeNameList[index]}}</view>
  46. </picker>
  47. <view class="listup"></view>
  48. </view>
  49. <view class="list">
  50. <view class="lable">操作位置</view>
  51. <uni-easyinput :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :styles="style" :disabled="false"
  52. v-model="luggageData.location_describe" type="text" placeholder="操作位置" />
  53. </uni-forms>
  54. <view class="listup"></view>
  55. </view>
  56. <view class="list">
  57. <view class="lable">发往节点</view>
  58. <picker @change="bindPickerChange2" :placeholderStyle="placeholderStyle" :value="index2" :range-key="'nodeName'" :range="nodeList">
  59. <view class="uni-input">{{nodeNameList[index2]}}</view>
  60. </picker>
  61. <view class="listup"></view>
  62. </view>
  63. <view class="list">
  64. <view class="lable">发往位置</view>
  65. <uni-easyinput :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :styles="style" :disabled="false"
  66. v-model="luggageData.to_location_describe" type="text" placeholder="发往位置" />
  67. </uni-forms>
  68. <view class="listup"></view>
  69. </view>
  70. <view class="list">
  71. <view class="lable">特殊行李类型</view>
  72. <picker @change="bindPickerChange3" :placeholderStyle="placeholderStyle" :value="index3" :range-key="'specialTypeName'" :range="specialTypeList">
  73. <view class="uni-input">{{specialTypeNameList[index3]}}</view>
  74. </picker>
  75. <view class="listup"></view>
  76. </view>
  77. <view class="list">
  78. <view class="lable">异常类型</view>
  79. <picker @change="bindPickerChange4" :placeholderStyle="placeholderStyle" :value="index4" :range-key="'name'" :range="exceptionList">
  80. <view class="uni-input">{{exceptionNameList[index4]}}</view>
  81. </picker>
  82. <view class="listup"></view>
  83. </view>
  84. <view class="list">
  85. <view class="lable">非正常状态码</view>
  86. <picker @change="bindPickerChange5" :placeholderStyle="placeholderStyle" :value="index5" :range-key="'name'" :range="abnormalList">
  87. <view class="uni-input">{{abnormalNameList[index5]}}</view>
  88. </picker>
  89. <view class="listup"></view>
  90. </view>
  91. <view class="list">
  92. <view class="lable">装载序号</view>
  93. <uni-easyinput :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :styles="style" :disabled="false"
  94. v-model="luggageData.loadNumber" type="text" placeholder="装载序号" />
  95. </uni-forms>
  96. <view class="listup"></view>
  97. </view>
  98. <view class="list">
  99. <view class="lable">容器编号</view>
  100. <uni-easyinput :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :styles="style" :disabled="false"
  101. v-model="luggageData.container_ID" type="text" placeholder="容器编号" />
  102. </uni-forms>
  103. <view class="listup"></view>
  104. </view>
  105. <view class="list">
  106. <view class="lable">备注</view>
  107. <uni-easyinput :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :styles="style" :disabled="false"
  108. v-model="luggageData.luggage_describe" type="text" placeholder="备注" />
  109. </uni-forms>
  110. <view class="listup"></view>
  111. </view>
  112. </scroll-view>
  113. </view>
  114. </view>
  115. <luanqing-date-picker ref="datePickerObj" :isSimple="mode === 'simple'" :isMultiple="mode === 'multiple'"
  116. @finishSelectDate="finishSelectDate" :defaultCheckedList="['2023-03-28','2023-09-25']">
  117. </luanqing-date-picker>
  118. <uv-datetime-picker :show="show" v-model="value1" mode="datetime" @confirm='confirm'
  119. @close='show = false'></uv-datetime-picker>
  120. </view>
  121. </template>
  122. <script>
  123. export default {
  124. data() {
  125. return {
  126. placeholderStyle: "color:000",
  127. style: {
  128. disableColor: "#fff",
  129. color: "#000"
  130. },
  131. dataheight: '10.75rem',
  132. datatime: '2023-06-02',
  133. datacontime: '',
  134. luggageData: null,
  135. luggageDataOld:null,
  136. info: [{
  137. content: '内容 A'
  138. }, {
  139. content: '内容 B'
  140. }, {
  141. content: '内容 C'
  142. }],
  143. current: 0,
  144. mode: 'round',
  145. show: false,
  146. value1: Number(new Date()),
  147. formatter: 'yy',
  148. index:0,
  149. index2:0,
  150. index3:0,
  151. index4:0,
  152. index5:0,
  153. nodeList:[],
  154. nodeNameList:[],
  155. nextNode:null,
  156. luggageNum:null,
  157. specialTypeList:[],
  158. specialTypeNameList:[],
  159. exceptionList:[
  160. {
  161. "type":null,
  162. "name":"非异常行李"
  163. },
  164. {
  165. "type":"DPR",
  166. "name":"破损"
  167. },
  168. {
  169. "type":"AHL",
  170. "name":"少收"
  171. },
  172. {
  173. "type":"OHD",
  174. "name":"多收"
  175. }
  176. ],
  177. exceptionNameList:["非异常行李","破损","少收","多收"],
  178. abnormalList:[
  179. {
  180. "type":null,
  181. "name":"无"
  182. },
  183. {
  184. "type":"NAL",
  185. "name":"未被授权的装载"
  186. },
  187. {
  188. "type":"OFF",
  189. "name":"已卸载"
  190. },
  191. {
  192. "type":"UNS",
  193. "name":"未找到"
  194. },
  195. {
  196. "type":"OND",
  197. "name":"在场未装载,未被授权"
  198. },
  199. {
  200. "type":"ONA",
  201. "name":"在场未装载,已授权"
  202. }
  203. ],
  204. abnormalNameList:["无","未被授权的装载","已卸载","未找到","在场未装载,未被授权","在场未装载,已授权"],
  205. isShow:true
  206. }
  207. },
  208. created(option) {
  209. },
  210. onLoad(option) {
  211. this.luggageNum = option.luggageNum
  212. this.getNode()
  213. this.getSpecialTypeList()
  214. this.getDetial(this.luggageNum)
  215. },
  216. onUnload() {},
  217. onShow() {
  218. uni.$on("scancodemsg", (data) => {
  219. if (data.msg.length > 9) {
  220. this.luggageNum = data.msg.trim()
  221. this.getDetial(this.luggageNum)
  222. }
  223. });
  224. },
  225. onHide() {
  226. uni.$off("scancodemsg");
  227. },
  228. components: {},
  229. methods: {
  230. async getNode() {
  231. let data = {
  232. "serviceId": 3003,
  233. "dataContent": {},
  234. "event": "0"
  235. }
  236. await this.$http.httpPost('/openApi/query', data).then(res => {
  237. if (res.code == "0") {
  238. this.nodeList = res.returnData;
  239. this.nodeList.map(item => {
  240. this.nodeNameList.push(item.nodeName)
  241. })
  242. }
  243. })
  244. },
  245. async getSpecialTypeList(){
  246. let data = {
  247. "serviceId": 16,
  248. "dataContent": {},
  249. "event": "0"
  250. }
  251. await this.$http.httpPost('/openApi/query', data).then(res => {
  252. if (res.code == "0") {
  253. this.specialTypeList = res.returnData;
  254. this.specialTypeList.unshift(
  255. {
  256. "specialType": null,
  257. "specialTypeName": "非特殊行李",
  258. }
  259. )
  260. this.specialTypeList.map(item => {
  261. this.specialTypeNameList.push(item.specialTypeName)
  262. })
  263. }
  264. })
  265. },
  266. async getDetial(num) {
  267. let data = {
  268. "serviceId": 3002,
  269. "page": 1,
  270. "pageSize": 1,
  271. "dataContent": {
  272. "luggageNum": num, //行李号
  273. },
  274. "event": "0"
  275. }
  276. await this.$http.httpPost('/openApi/query', data).then(res => {
  277. this.luggageData = null
  278. if (res.code == "0" && res.returnData.length>0) {
  279. this.luggageData = res.returnData[0]
  280. this.luggageDataOld = JSON.parse(JSON.stringify(res.returnData[0]))
  281. this.nodeList.map((item,index)=>{
  282. if(res.returnData[0].nodeCode == item.nodeCode){
  283. this.index = index
  284. this.index2 = index + 1
  285. }
  286. })
  287. this.specialTypeList.map((item,index)=>{
  288. if(res.returnData[0].specialType == item.specialType){
  289. this.index3 = index
  290. }
  291. })
  292. this.exceptionList.map((item,index)=>{
  293. if(res.returnData[0].exception_type == item.type){
  294. this.index4 = index
  295. }
  296. })
  297. this.abnormalList.map((item,index)=>{
  298. if(res.returnData[0].abnormalState == item.type){
  299. this.index5 = index
  300. }
  301. })
  302. }
  303. else{
  304. uni.showToast({
  305. icon:'none',
  306. title: "未查询到该行李信息",
  307. duration: 5000
  308. });
  309. }
  310. })
  311. },
  312. async sendData(){
  313. this.luggageData.sourceAirport = this.$storage.get('airportName');
  314. let data = {
  315. "serviceId": 3005,
  316. "dataContent": [
  317. this.luggageData
  318. ],
  319. "event": "0"
  320. }
  321. await this.$http.httpPost('/openApi/query', data).then(res => {
  322. console.log(res)
  323. if (res.code == "0") {
  324. uni.showToast({
  325. icon:'none',
  326. title: "操作成功",
  327. duration: 5000
  328. });
  329. }
  330. else{
  331. uni.showToast({
  332. icon:'none',
  333. title: "操作失败",
  334. duration: 5000
  335. });
  336. }
  337. })
  338. },
  339. bindPickerChange(e){
  340. this.index = e.detail.value
  341. this.luggageData.nodeCode = this.nodeList[this.index].nodeCode;
  342. this.luggageData.location_describe = this.nodeList[this.index].nodeDescribe;
  343. this.index2 = this.index + 1
  344. this.luggageData.to_location_describe = this.nodeList[this.index2].nodeDescribe;
  345. },
  346. bindPickerChange2(e){
  347. this.index2 = e.detail.value
  348. this.luggageData.to_location_describe = this.nodeList[this.index2].nodeDescribe;
  349. },
  350. bindPickerChange3(e){
  351. this.index3 = e.detail.value
  352. this.luggageData.specialType = this.nodeList[this.index3].specialType;
  353. },
  354. bindPickerChange4(e){
  355. this.index4 = e.detail.value
  356. this.luggageData.exception_type = this.exceptionList[this.index4].type;
  357. },
  358. bindPickerChange5(e){
  359. this.index5 = e.detail.value
  360. this.luggageData.abnormalState = this.abnormalList[this.index5].type;
  361. },
  362. confirm(e) {
  363. this.show = false
  364. console.log(e.value)
  365. let timestamp = e.value
  366. // 此处时间戳以毫秒为单位
  367. let date = new Date(parseInt(timestamp));
  368. let Year = date.getFullYear();
  369. let Moth = (date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1);
  370. let Day = (date.getDate() < 10 ? '0' + date.getDate() : date.getDate());
  371. let Hour = (date.getHours() < 10 ? '0' + date.getHours() : date.getHours());
  372. let Minute = (date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes());
  373. let Sechond = (date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds());
  374. let GMT = Year + '-' + Moth + '-' + Day + ' ' + Hour + ':' + Minute
  375. this.datacontime = GMT
  376. },
  377. finishSelectDate(e) {
  378. this.datatime = e[0]
  379. console.error("选择了日期:", e);
  380. },
  381. movetran(e) {
  382. let arr = uni.getSystemInfoSync().windowHeight;
  383. this.dataheight = (e.changedTouches[0].clientY / 16) + 'rem'
  384. if (e.changedTouches[0].clientY / 16 > 10.75) {
  385. this.dataheight = 10.75 + 'rem'
  386. } else if (e.changedTouches[0].clientY / 16 < 3.75) {
  387. this.dataheight = 3.75 + 'rem'
  388. }
  389. },
  390. uplist() {
  391. uni.redirectTo({
  392. url: "/pages/loadingdetails/index"
  393. })
  394. },
  395. lop(index) {
  396. this.action = index
  397. },
  398. seach() {
  399. uni.redirectTo({
  400. url: "/pages/search/index"
  401. })
  402. },
  403. fall() {
  404. uni.navigateBack({
  405. delta: 1
  406. })
  407. },
  408. change(e) {
  409. this.current = e.detail.current;
  410. }
  411. },
  412. }
  413. </script>
  414. <style lang="scss" scoped>
  415. .app-content {
  416. >.header {
  417. width: 100%;
  418. height: 4.375rem;
  419. display: flex;
  420. justify-content: space-between;
  421. align-items: center;
  422. // background: rgba(49,85,99,1);
  423. color: rgb(16, 17, 22);
  424. font-family: Noto Sans SC;
  425. font-size: 1rem;
  426. position: fixed;
  427. left: 0;
  428. top: 0;
  429. z-index: 1;
  430. >.log {
  431. width: .375rem;
  432. height: .75rem;
  433. font-size: .75rem;
  434. position: absolute;
  435. left: 1.5rem;
  436. background: url('../../static/ico@1x.png') no-repeat;
  437. background-size: 100% 100%;
  438. }
  439. >.send{
  440. position: absolute;
  441. right: 1.5rem;
  442. height: 1.5rem;
  443. font-size: 1rem;
  444. line-height: 1.5rem;
  445. }
  446. >.up {
  447. width: .8456rem;
  448. height: .8456rem;
  449. position: absolute;
  450. right: 1.5rem;
  451. background: url('../../static/search.png') no-repeat;
  452. background-size: 100% 100%;
  453. // color: rgb(37, 121, 160);
  454. // font-family: Noto Sans SC;
  455. // font-size: .875rem;
  456. // font-weight: 500;
  457. }
  458. }
  459. >.content {
  460. width: 100%;
  461. // height: calc(100vh - 20.9375rem - 4.375rem);
  462. padding-bottom: 0;
  463. position: absolute;
  464. bottom: 0;
  465. top: 10.75rem;
  466. border-radius: 6px 6px 0px 0px;
  467. overflow: hidden;
  468. background: rgb(255, 255, 255);
  469. >.choice {
  470. width: 100%;
  471. // height: 3.75rem;
  472. display: flex;
  473. align-items: center;
  474. padding: 0 0 0 0.8rem;
  475. box-sizing: border-box;
  476. >.scroll-Y {
  477. // height: calc(100% - 2.5rem - 2.75rem - 2.25rem - 2.25rem);
  478. width: 100%;
  479. height: 27.75rem;
  480. .list {
  481. height: 3.375rem;
  482. display: flex;
  483. align-items: center;
  484. border-bottom: 1px solid rgb(238, 238, 238);
  485. position: relative;
  486. color: rgb(0, 0, 0);
  487. font-family: Noto Sans SC;
  488. font-size: 13px;
  489. font-weight: 400;
  490. .uni-input{
  491. width: 200px;
  492. }
  493. >.lable {
  494. color: rgb(0, 0, 0);
  495. font-family: Noto Sans SC;
  496. font-size: 13px;
  497. font-weight: 500;
  498. line-height: 19px;
  499. letter-spacing: 0px;
  500. text-align: left;
  501. width: 6rem;
  502. }
  503. >.listup {
  504. width: .25rem;
  505. height: .5rem;
  506. background: url('../../static/icos.png') no-repeat;
  507. background-size: 100% 100%;
  508. position: absolute;
  509. right: 1.5rem;
  510. }
  511. }
  512. }
  513. }
  514. .but {
  515. width: 20.5625rem;
  516. height: 2.5rem;
  517. 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%);
  518. border-radius: .25rem;
  519. color: rgb(255, 255, 255);
  520. font-family: Noto Sans SC;
  521. font-size: 1rem;
  522. margin: 0 auto;
  523. display: flex;
  524. align-items: center;
  525. justify-content: center;
  526. margin-top: 0.25rem;
  527. margin-bottom: 2.25rem;
  528. }
  529. }
  530. }
  531. </style>