From 412beb11a870c033401a38f1de2e6711c0bba2f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sun, 18 Mar 2018 21:00:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3'=E7=A4=BC=E5=93=81=E9=94=80?= =?UTF-8?q?=E5=94=AE'=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/pages/materials/in_out.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/webapp/js/pages/materials/in_out.js b/src/main/webapp/js/pages/materials/in_out.js index 688a5fc7..7be2652b 100644 --- a/src/main/webapp/js/pages/materials/in_out.js +++ b/src/main/webapp/js/pages/materials/in_out.js @@ -241,6 +241,9 @@ depotString = depotString + depot.id + ","; } } + if(depot.type === 1){ + depotString = depotString + depot.id + ","; + } } depotString = depotString.substring(1, depotString.length-1); $("#ProjectId").empty().append(options);