YYC
2023-05-19 6e7865b1f1c3d310019987f52d7e145cde691942
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",