123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562 |
- <template>
- <view class="app-content">
- <view class="header">
- <view class="log" @tap="fall"></view> <button type="primary" class="send" size="small" v-if="luggageData" @tap="sendData()">提交</button>
- </view>
- <!-- <view class="nav">
- <view :class="action === index ? 'nav_lists': 'nav_list'" v-for="(item, index) in list" :key="index" @tap="lop(index)">{{item.name}}</view>
- </view> -->
- <uni-swiper-dot :info="info" :current="current" field="content" :mode="mode">
- <swiper class="swiper-box" @change="change" style="height:11rem">
- <swiper-item v-for="(item ,index) in info" :key="index">
- <view class="swiper-item">
- <image style="width:100%" src="../../static/bg.png" mode="widthFix"></image>
- </view>
- </swiper-item>
- </swiper>
- </uni-swiper-dot>
- <view class="content" :style="{top:dataheight}">
- <uni-section title="行李详情" type="line"></uni-section>
- <view class="choice" @touchmove="movetran" v-if="luggageData">
- <scroll-view scroll-y="true" class="scroll-Y">
- <view class="list">
- <view class="lable">航班号</view>
- <uni-easyinput :inputBorder="false" :styles="style" :disabled="true"
- v-model="luggageData.carrierFlights" type="text" placeholder="航班号" />
- </uni-forms>
- <!-- <view class="listup"></view> -->
- </view>
- <view class="list">
- <view class="lable">航班日期</view>
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="true"
- v-model="luggageData.carrierFlightsDate" type="text" placeholder="航班日期" />
- </uni-forms>
- <!-- <view class="listup"></view> -->
- </view>
- <view class="list">
- <view class="lable">行李牌号</view>
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="true"
- v-model="luggageData.luggageNum" type="text" placeholder="行李牌号" />
- </uni-forms>
- <!-- <view class="listup"></view> -->
- </view>
- <view class="list">
- <view class="lable">操作节点</view>
- <picker @change="bindPickerChange" :value="index" :range-key="'nodeName'" :range="nodeList">
- <view class="uni-input">{{nodeNameList[index]}}</view>
- </picker>
- <view class="listup"></view>
- </view>
- <view class="list">
- <view class="lable">操作位置</view>
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="false"
- v-model="luggageData.location_describe" type="text" placeholder="操作位置" />
- </uni-forms>
- <view class="listup"></view>
- </view>
- <view class="list">
- <view class="lable">操作时间</view>
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="true"
- v-model="luggageData.processing_time" type="text" placeholder="操作时间" />
- </uni-forms>
- <!-- <view class="listup"></view> -->
- </view>
- <view class="list">
- <view class="lable">操作人</view>
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="true"
- v-model="luggageData.agentNumber" type="text" placeholder="操作人" />
- </uni-forms>
- <!-- <view class="listup"></view> -->
- </view>
- <view class="list">
- <view class="lable">发往节点</view>
- <picker @change="bindPickerChange2" :value="index2" :range-key="'nodeName'" :range="nodeList">
- <view class="uni-input">{{nodeNameList[index2]}}</view>
- </picker>
- <view class="listup"></view>
- </view>
- <view class="list">
- <view class="lable">发往位置</view>
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="false"
- v-model="luggageData.to_location_describe" type="text" placeholder="发往位置" />
- </uni-forms>
- <view class="listup"></view>
- </view>
- <view class="list">
- <view class="lable">特殊行李类型</view>
- <picker @change="bindPickerChange3" :value="index3" :range-key="'specialTypeName'" :range="specialTypeList">
- <view class="uni-input">{{specialTypeNameList[index3]}}</view>
- </picker>
- <view class="listup"></view>
- </view>
-
- <view class="list">
- <view class="lable">异常类型</view>
- <picker @change="bindPickerChange4" :value="index4" :range-key="'name'" :range="exceptionList">
- <view class="uni-input">{{exceptionNameList[index4]}}</view>
- </picker>
- <view class="listup"></view>
- </view>
- <view class="list">
- <view class="lable">非正常状态码</view>
- <picker @change="bindPickerChange5" :value="index5" :range-key="'name'" :range="abnormalList">
- <view class="uni-input">{{abnormalNameList[index5]}}</view>
- </picker>
- <view class="listup"></view>
- </view>
- <!-- <view class="list">
- <view class="lable">当前结果</view>
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="false"
- v-model="luggageData.currentResult" type="text" placeholder="当前结果" />
- </uni-forms>
- <view class="listup"></view>
- </view> -->
- <view class="list">
- <view class="lable">装载序号</view>
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="false"
- v-model="luggageData.loadNumber" type="text" placeholder="装载序号" />
- </uni-forms>
- <view class="listup"></view>
- </view>
- <view class="list">
- <view class="lable">容器编号</view>
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="false"
- v-model="luggageData.container_ID" type="text" placeholder="容器编号" />
- </uni-forms>
- <view class="listup"></view>
- </view>
- <view class="list">
- <view class="lable">备注</view>
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="false"
- v-model="luggageData.luggage_describe" type="text" placeholder="备注" />
- </uni-forms>
- <view class="listup"></view>
- </view>
- </scroll-view>
- </view>
- </view>
- <luanqing-date-picker ref="datePickerObj" :isSimple="mode === 'simple'" :isMultiple="mode === 'multiple'"
- @finishSelectDate="finishSelectDate" :defaultCheckedList="['2023-03-28','2023-09-25']">
- </luanqing-date-picker>
- <uv-datetime-picker :show="show" v-model="value1" mode="datetime" @confirm='confirm'
- @close='show = false'></uv-datetime-picker>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- style: {
- disableColor: "#fff",
- color: "#000"
- },
- dataheight: '10.75rem',
- datatime: '2023-06-02',
- datacontime: '',
- luggageData: null,
- luggageDataOld:null,
- info: [{
- content: '内容 A'
- }, {
- content: '内容 B'
- }, {
- content: '内容 C'
- }],
- current: 0,
- mode: 'round',
- show: false,
- value1: Number(new Date()),
- formatter: 'yy',
- index:0,
- index2:0,
- index3:0,
- index4:0,
- index5:0,
- nodeList:[],
- nodeNameList:[],
- nextNode:null,
- luggageNum:null,
- specialTypeList:[],
- specialTypeNameList:[],
- exceptionList:[
- {
- "type":null,
- "name":"非异常行李"
- },
- {
- "type":"DPR",
- "name":"破损"
- },
- {
- "type":"AHL",
- "name":"少收"
- },
- {
- "type":"OHD",
- "name":"多收"
- }
- ],
- exceptionNameList:["非异常行李","破损","少收","多收"],
- abnormalList:[
- {
- "type":null,
- "name":"无"
- },
- {
- "type":"NAL",
- "name":"未被授权的装载"
- },
- {
- "type":"OFF",
- "name":"已卸载"
- },
- {
- "type":"UNS",
- "name":"未找到"
- },
- {
- "type":"OND",
- "name":"在场未装载,未被授权"
- },
- {
- "type":"ONA",
- "name":"在场未装载,已授权"
- }
- ],
- abnormalNameList:["无","未被授权的装载","已卸载","未找到","在场未装载,未被授权","在场未装载,已授权"],
- isShow:true
- }
- },
- created(option) {
- },
- onLoad(option) {
- this.luggageNum = option.luggageNum
- this.getNode()
- this.getSpecialTypeList()
- this.getDetial(this.luggageNum)
- },
- onUnload() {},
- onShow() {
- uni.$on("scancodemsg", (data) => {
- if (data.msg.length > 9) {
- this.luggageNum = Number(data.msg)
- this.getDetial(this.luggageNum)
- }
- });
- },
- onHide() {
- uni.$off("scancodemsg");
- },
- components: {},
- methods: {
- async getNode() {
- let data = {
- "serviceId": 3003,
- "dataContent": {},
- "event": "0"
- }
- await this.$http.httpPost('/openApi/query', data).then(res => {
- if (res.code == "0") {
- this.nodeList = res.returnData;
- this.nodeList.map(item => {
- this.nodeNameList.push(item.nodeName)
- })
- }
- })
- },
- async getSpecialTypeList(){
- let data = {
- "serviceId": 16,
- "dataContent": {},
- "event": "0"
- }
- await this.$http.httpPost('/openApi/query', data).then(res => {
- if (res.code == "0") {
- this.specialTypeList = res.returnData;
- this.specialTypeList.unshift(
- {
- "specialType": null,
- "specialTypeName": "非特殊行李",
- }
- )
- this.specialTypeList.map(item => {
- this.specialTypeNameList.push(item.specialTypeName)
- })
- }
- })
- },
- async getDetial(num) {
- let data = {
- "serviceId": 3002,
- "page": 1,
- "pageSize": 1,
- "dataContent": {
- "luggageNum": num, //行李号
- },
- "event": "0"
- }
- await this.$http.httpPost('/openApi/query', data).then(res => {
- this.luggageData = null
- if (res.code == "0" && res.returnData.length>0) {
- this.luggageData = res.returnData[0]
- this.luggageDataOld = JSON.parse(JSON.stringify(res.returnData[0]))
- this.nodeList.map((item,index)=>{
- if(res.returnData[0].nodeCode == item.nodeCode){
- this.index = index
- this.index2 = index + 1
- }
- })
- this.specialTypeList.map((item,index)=>{
- if(res.returnData[0].specialType == item.specialType){
- this.index3 = index
- }
- })
- this.exceptionList.map((item,index)=>{
- if(res.returnData[0].exception_type == item.type){
- this.index4 = index
- }
- })
- this.abnormalList.map((item,index)=>{
- if(res.returnData[0].abnormalState == item.type){
- this.index5 = index
- }
- })
- }
- else{
- uni.showToast({
- icon:'none',
- title: "未查询到该行李信息",
- duration: 5000
- });
- }
- })
- },
- async sendData(){
- this.luggageData.sourceAirport = this.$storage.get('airportName');
- let data = {
- "serviceId": 3005,
- "dataContent": [
- this.luggageData
- ],
- "event": "0"
- }
- await this.$http.httpPost('/openApi/query', data).then(res => {
- console.log(res)
- if (res.code == "0") {
- uni.showToast({
- icon:'none',
- title: "操作成功",
- duration: 5000
- });
- }
- else{
- uni.showToast({
- icon:'none',
- title: "操作失败",
- duration: 5000
- });
- }
- })
- },
- bindPickerChange(e){
- this.index = e.detail.value
- this.luggageData.nodeCode = this.nodeList[this.index].nodeCode;
- this.luggageData.location_describe = this.nodeList[this.index].nodeDescribe;
- this.index2 = this.index + 1
- this.luggageData.to_location_describe = this.nodeList[this.index2].nodeDescribe;
- },
- bindPickerChange2(e){
- this.index2 = e.detail.value
- this.luggageData.to_location_describe = this.nodeList[this.index2].nodeDescribe;
- },
- bindPickerChange3(e){
- this.index3 = e.detail.value
- this.luggageData.specialType = this.nodeList[this.index3].specialType;
- },
- bindPickerChange4(e){
- this.index4 = e.detail.value
- this.luggageData.exception_type = this.exceptionList[this.index4].type;
- },
- bindPickerChange5(e){
- this.index5 = e.detail.value
- this.luggageData.abnormalState = this.abnormalList[this.index5].type;
- },
- confirm(e) {
- this.show = false
- console.log(e.value)
- let timestamp = e.value
- // 此处时间戳以毫秒为单位
- let date = new Date(parseInt(timestamp));
- let Year = date.getFullYear();
- let Moth = (date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1);
- let Day = (date.getDate() < 10 ? '0' + date.getDate() : date.getDate());
- let Hour = (date.getHours() < 10 ? '0' + date.getHours() : date.getHours());
- let Minute = (date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes());
- let Sechond = (date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds());
- let GMT = Year + '-' + Moth + '-' + Day + ' ' + Hour + ':' + Minute
- this.datacontime = GMT
- },
- finishSelectDate(e) {
- this.datatime = e[0]
- console.error("选择了日期:", e);
- },
- movetran(e) {
- let arr = uni.getSystemInfoSync().windowHeight;
- this.dataheight = (e.changedTouches[0].clientY / 16) + 'rem'
- if (e.changedTouches[0].clientY / 16 > 10.75) {
- this.dataheight = 10.75 + 'rem'
- } else if (e.changedTouches[0].clientY / 16 < 3.75) {
- this.dataheight = 3.75 + 'rem'
- }
- },
- uplist() {
- uni.redirectTo({
- url: "/pages/loadingdetails/index"
- })
- },
- lop(index) {
- this.action = index
- },
- seach() {
- uni.redirectTo({
- url: "/pages/search/index"
- })
- },
- fall() {
- uni.navigateBack({
- delta: 1
- })
- },
- change(e) {
- this.current = e.detail.current;
- }
- },
- }
- </script>
- <style lang="scss" scoped>
- .app-content {
- >.header {
- width: 100%;
- height: 4.375rem;
- display: flex;
- justify-content: space-between;
- align-items: center;
- // background: rgba(49,85,99,1);
- color: rgb(16, 17, 22);
- font-family: Noto Sans SC;
- font-size: 1rem;
- position: fixed;
- left: 0;
- top: 0;
- z-index: 1;
- >.log {
- width: .375rem;
- height: .75rem;
- font-size: .75rem;
- position: absolute;
- left: 1.5rem;
- background: url('../../static/ico@1x.png') no-repeat;
- background-size: 100% 100%;
- }
- >.send{
- position: absolute;
- right: 1.5rem;
- height: 1.5rem;
- font-size: 1rem;
- line-height: 1.5rem;
- }
- >.up {
- width: .8456rem;
- height: .8456rem;
- position: absolute;
- right: 1.5rem;
- background: url('../../static/search.png') no-repeat;
- background-size: 100% 100%;
- // color: rgb(37, 121, 160);
- // font-family: Noto Sans SC;
- // font-size: .875rem;
- // font-weight: 500;
- }
- }
- >.content {
- width: 100%;
- // height: calc(100vh - 20.9375rem - 4.375rem);
- padding-bottom: 0;
- position: absolute;
- bottom: 0;
- top: 10.75rem;
- border-radius: 6px 6px 0px 0px;
- overflow: hidden;
- background: rgb(255, 255, 255);
- >.choice {
- width: 100%;
- // height: 3.75rem;
- display: flex;
- align-items: center;
- padding: 0 0 0 0.8rem;
- box-sizing: border-box;
- >.scroll-Y {
- // height: calc(100% - 2.5rem - 2.75rem - 2.25rem - 2.25rem);
- width: 100%;
- height: 27.75rem;
- .list {
- height: 3.375rem;
- display: flex;
- align-items: center;
- border-bottom: 1px solid rgb(238, 238, 238);
- position: relative;
- color: rgb(0, 0, 0);
- font-family: Noto Sans SC;
- font-size: 13px;
- font-weight: 400;
- >.lable {
- color: rgb(0, 0, 0);
- font-family: Noto Sans SC;
- font-size: 13px;
- font-weight: 500;
- line-height: 19px;
- letter-spacing: 0px;
- text-align: left;
- width: 6rem;
- }
- >.listup {
- width: .25rem;
- height: .5rem;
- background: url('../../static/icos.png') no-repeat;
- background-size: 100% 100%;
- position: absolute;
- right: 1.5rem;
- }
- }
- }
- }
- .but {
- width: 20.5625rem;
- height: 2.5rem;
- 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%);
- border-radius: .25rem;
- color: rgb(255, 255, 255);
- font-family: Noto Sans SC;
- font-size: 1rem;
- margin: 0 auto;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 0.25rem;
- margin-bottom: 2.25rem;
- }
- }
- }
- </style>
|