From eb1fa7f3c9dc6988c708fb41d7597d9ba3f092a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Thu, 12 Jan 2017 18:22:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BA=93=E5=AD=98=E7=8A=B6?= =?UTF-8?q?=E5=86=B5=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .classpath | 2 +- .../vo/materials/BuildingShowModel.class | Bin 947 -> 0 bytes WebRoot/pages/reports/in_out_stock_report.jsp | 57 ------------------ 3 files changed, 1 insertion(+), 58 deletions(-) delete mode 100644 WebRoot/WEB-INF/classes/com/jsh/model/vo/materials/BuildingShowModel.class diff --git a/.classpath b/.classpath index 886581b5..6eeb0510 100644 --- a/.classpath +++ b/.classpath @@ -5,7 +5,7 @@ - + diff --git a/WebRoot/WEB-INF/classes/com/jsh/model/vo/materials/BuildingShowModel.class b/WebRoot/WEB-INF/classes/com/jsh/model/vo/materials/BuildingShowModel.class deleted file mode 100644 index f217e39ce83c3cdf3b61509907adf4fcd1a14d67..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 947 zcmb7C%Wl&^6g`tTc54i6jAL5fEiI%5)e?wRt1Li5EF4(4s>E`VTFyj%RDKkRuL6mx z5=eXiABDIxF(foBK$h+Cx%Zwq=ZwGq`0@?FQ}hkA7@myt)Ss3UKg~~~#6QdZlvhz9 zcvAW=YLT3XEDk66`=Klw&=}UI{EYhv&tm`WXc~0+ou_yqu5{6E3>4>!wA`rc^4j z=uMrDqT*=g&kpi2PmVbSMt&Pmt0tmk*bn|ETWLFvs$r9t)8AWmN-gEQrPp8XkY;sB zBZKY!;#i3G`DN@M12x0EF2>O-Ay3s^`ZM-rc-W$>+H`l&qKks1AFU;$BkYP=ThM4t zM?lXtLITwfxZVZUJ=;Eq<9&tu?gAU<*!-ksZqd`GIeB6lO`34fqxEe/depot/getBasicData.action", - //设置为同步 - async:false, - dataType: "json", - success: function (systemInfo) - { - depotList = systemInfo.showModel.map.depotList; - var msgTip = systemInfo.showModel.msgTip; - if(msgTip == "exceptoin") - { - $.messager.alert('提示','查找系统基础信息异常,请与管理员联系!','error'); - return; - } - } - }); - } - //初始化页面选项卡 - function initSelectInfo() - { - var options = ""; - - if(depotList !=null) - { - options = ""; - for(var i = 0 ;i < depotList.length;i ++) - { - var depot = depotList[i]; - if(0 == i) - { - depotID = depot.id; - } - options += ''; - } - $("#ProjectId").empty().append(options); - $("#searchProjectId").empty().append('').append(options); - } - } - - //防止表单提交重复 - function initForm() - { - $('#personFM').form({ - onSubmit: function(){ - return false; - } - }); - } //导出EXCEL function exportExcel() {