YYC
2023-05-30 ea6bc6a90863e8800db77091810c647aa9328963
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",