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.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/igds-app/js/admin/inout-out-handle.js b/igds-app/js/admin/inout-out-handle.js index e72585c..05f97b2 100644 --- a/igds-app/js/admin/inout-out-handle.js +++ b/igds-app/js/admin/inout-out-handle.js @@ -52,7 +52,6 @@ $("#plateNum").html(depotData.plateNum); $("#depotName").html(depotData.depotName); $("#storeKeeperName").html(depotData.storeKeeperName); - } function toHandle(tag) { @@ -190,7 +189,7 @@ }]) picker.show(function(SelectedItem) { console.log(JSON.stringify(SelectedItem)); - if (SelectedItem == 'cameraImg') { + if (SelectedItem[0].value == 'cameraImg') { cameraImg(typeNum); } else { galleryImg(typeNum); @@ -217,7 +216,7 @@ // }]) // picker.show(function(SelectedItem) { // console.log(JSON.stringify(SelectedItem)); - // if (SelectedItem == 'cameraImg') { + // if (SelectedItem[0].value == 'cameraImg') { // cameraImg(typeNum); // } else { // galleryImg(typeNum); -- Gitblit v1.9.3