YYC
2023-05-29 397dbf892f842c834af17a91c788c94fd96003f8
igds-app/js/admin/inout-in-handle-list.js
@@ -55,6 +55,7 @@
         if (result.code == "0000") {
            inHandleData = result.data;
            renderData();
            mui.toast(result.msg);
         } else {
            renderData();
            mui.toast(result.msg);
@@ -163,7 +164,7 @@
   picker.show(function(SelectedItem) {
      console.log(JSON.stringify(SelectedItem));
      //现场值仓
      if(SelectedItem.value == 'photo'){
      if(SelectedItem[0].value == 'photo'){
         mui.openWindow({
            url: "inout-in-handle.html",
            id: "inout-in-handle",