From 4f20ad52b8d4ab206e3458e488d3950eb2bfb5a3 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期三, 07 六月 2023 16:35:55 +0800 Subject: [PATCH] 细节调整 --- igds-app/js/admin/inout-out-handle-list.js | 108 +++++++++++++++--------------------------------------- 1 files changed, 30 insertions(+), 78 deletions(-) diff --git a/igds-app/js/admin/inout-out-handle-list.js b/igds-app/js/admin/inout-out-handle-list.js index 24b8a53..7d0eb95 100644 --- a/igds-app/js/admin/inout-out-handle-list.js +++ b/igds-app/js/admin/inout-out-handle-list.js @@ -29,13 +29,15 @@ var selectDeptId = JSON.parse(localStorage.getItem('selectDeptId')); url = user.url + "/api-phone/v35/gateway"; data.tokenAuth = user.tokenAuth; + data1.tokenAuth = user.tokenAuth; data.data.deptId = selectDeptId; - getOutHandleList(); + getInHandleList(); } //鏌ヨ鍑哄簱璁板綍 -function getOutHandleList() { +function getInHandleList() { outHandleData = null; + //鏌ヨ鐨勮溅鐗屽彿 data.data.plateNum = mui("#plateNum")[0].value; //璇锋眰 mui.ajax(url, { @@ -47,12 +49,12 @@ success: function(result) { if (result.code == "0000") { outHandleData = result.data; - console.log("if",JSON.stringify(result)) + console.log("if", JSON.stringify(result)) renderData(); } else { renderData(); mui.toast(result.msg); - console.log("else",JSON.stringify(result)) + console.log("else", JSON.stringify(result)) } }, error: function() { @@ -114,35 +116,29 @@ //娓叉煋椤甸潰 function renderData() { var html = ''; - if (outHandleData) { - if (outHandleData && outHandleData.length > 0) { - $.each(outHandleData, function(index, item) { - html += '<li><div class="con"><div class="top">'; - html += '<div class="info">杞︾墝鍙�: <b>' + (item.plateNum == null ? "" : item.plateNum) + '</b></div>'; - html += '<a href="" id = "' + item.id + '" plateNum = "' + item.plateNum + '" depotName = "' + - item.depotName + '" storeKeeperName = "' + (item.storeKeeperName == "" || item - .storeKeeperName == "" ? '--' : item.storeKeeperName) + - '" class="link">鍊间粨<span class="mui-icon mui-icon-arrowright"></span></a>'; - html += '</div><div class="box">'; - html += '<div class="item"><div class="conbox" style="background-image: url(images/icons/g-i19.png);">'; - html += '<div class="h3">' + (item.depotName == null ? "" : item.depotName) + '</div>'; - html += '<div class="bot">鐩爣浠撳簱</div></div></div>'; - html += '<div class="item"><div class="conbox" style="background-image: url(images/icons/g-i20.png);">'; - html += '<div class="h3">' + (item.foodVarietyName == null ? "" : item.foodVarietyName) + '</div>'; - html += '<div class="bot">绮鍝佺</div></div></div>'; - html += '<div class="item"><div class="conbox" style="background-image: url(images/icons/g-i21.png);">'; - html += '<div class="h3">' + (item.foodLevelName == null ? "" : item.foodLevelName) + '</div>'; - html += '<div class="bot">绮绛夌骇</div></div></div>'; - html += '</div></div></li>'; - }) - } else { - html += - '<li><div class="con"><div style="text-align: center;font-size: 20px;color:#dd524d;padding-top: 16px;">鏆傛棤鍏ュ簱寰呭�间粨淇℃伅</div></div></li>'; - } + if (outHandleData && outHandleData.length > 0) { + $.each(outHandleData, function(index, item) { + html += '<li><div class="con"><div class="top">'; + html += '<div class="info">杞︾墝鍙�: <b>' + (item.plateNum == null ? "" : item.plateNum) + '</b></div>'; + html += '<a href="" id = "' + item.id + '" plateNum = "' + item.plateNum + '" depotName = "' + item.depotName + '" storeKeeperName = "' + + (item.storeKeeperName == "" || item.storeKeeperName == "" ? '--' : item.storeKeeperName) + '" class="link">鍊间粨<span class="mui-icon mui-icon-arrowright"></span></a>'; + html += '</div><div class="box">'; + html += '<div class="item"><div class="conbox" style="background-image: url(images/icons/g-i19.png);">'; + html += '<div class="h3">' + (item.depotName == null ? "" : item.depotName) + '</div>'; + html += '<div class="bot">鐩爣浠撳簱</div></div></div>'; + html += '<div class="item"><div class="conbox" style="background-image: url(images/icons/g-i20.png);">'; + html += '<div class="h3">' + (item.foodVarietyName == null ? "" : item.foodVarietyName) + '</div>'; + html += '<div class="bot">绮鍝佺</div></div></div>'; + html += '<div class="item"><div class="conbox" style="background-image: url(images/icons/g-i21.png);">'; + html += '<div class="h3">' + (item.foodLevelName == null ? "" : item.foodLevelName) + '</div>'; + html += '<div class="bot">绮绛夌骇</div></div></div>'; + html += '</div></div></li>'; + }) } else { html += '<li><div class="con"><div style="text-align: center;font-size: 20px;color:#dd524d;padding-top: 16px;">鏆傛棤鍏ュ簱寰呭�间粨淇℃伅</div></div></li>'; } + $("#handleList").html(html); } @@ -152,20 +148,19 @@ var depotName = this.getAttribute("depotName") var plateNum = this.getAttribute("plateNum") var storeKeeperName = this.getAttribute("storeKeeperName") - + var picker = new mui.PopPicker(); picker.setData([{ value: "photo", text: "鐜板満鍊间粨" - + }, { value: "snap", text: "杩滅▼鍊间粨" }]) - picker.pickers[0].setSelectedValue('photo'); picker.show(function(SelectedItem) { console.log(JSON.stringify(SelectedItem)); - if(SelectedItem.value == 'photo'){ + if (SelectedItem.value == 'photo') { mui.openWindow({ url: "inout-out-handle.html", id: "inout-out-handle", @@ -178,7 +173,7 @@ } } }) - }else{ + } else { mui.openWindow({ url: "inout-out-handle.html", id: "inout-out-handle", @@ -193,49 +188,6 @@ }) } }) - - // var btnArray = [{ - // title:"鐜板満鍊间粨" - // },{ - // title:"杩滅▼鍊间粨" - // }]; - // plus.nativeUI.actionSheet({ - // title:"璇烽�夋嫨", - // cancel:"鍙栨秷", - // buttons:btnArray - // },function(e) { - // var index = e.index; - // switch (index) { - // case 1: - // mui.openWindow({ - // url: "inout-out-handle.html", - // id: "inout-out-handle", - // extras: { - // data: { - // serialNumber: id, - // plateNum: plateNum, - // depotName: depotName, - // storeKeeperName: storeKeeperName - // } - // } - // }) - // break; - // case 2: - // mui.openWindow({ - // url: "inout-out-handle.html", - // id: "inout-out-handle", - // extras: { - // data: { - // serialNumber: id, - // plateNum: plateNum, - // depotName: depotName, - // storeKeeperName: storeKeeperName - // } - // } - // }) - // break; - // } - // }); }); /*---------------NFC璇诲崱鍔熻兘-------------------*/ @@ -350,7 +302,7 @@ waiting.close(); //璇诲彇id鎴愬姛锛岃祴鍊煎苟鍙戦�佽姹傛煡璇� - data.data.intelCard = id; + data1.data.intelCard = id; getInoutDetail(); } } else { -- Gitblit v1.9.3