Index: ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationView.jsp =================================================================== diff -u -r18209 -r18248 --- ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationView.jsp (.../goodsApplicationView.jsp) (revision 18209) +++ ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationView.jsp (.../goodsApplicationView.jsp) (revision 18248) @@ -334,6 +334,26 @@ returnStatusArr.push('<%=InvoicePlan.RETURN_STATUS_RETURNED%>'); returnStatusArr.push('<%=InvoicePlan.RETURN_STATUS_AWAITCONFIRM%>'); +//申请单类型数组 +var applyFormTypeArr = []; +applyFormTypeArr.push('<%=InvoicePlan.TYPE_COMBO_FORM%>'); +applyFormTypeArr.push('<%=InvoicePlan.TYPE_TOUSSE_APPLICATION_FORM%>'); +applyFormTypeArr.push('<%=InvoicePlan.TYPE_DIPOSABLE_GOODS_APPLICATION_FORM%>'); +applyFormTypeArr.push('<%=InvoicePlan.TYPE_DISINFECT_GOODS_APPLICATION_FORM%>'); +applyFormTypeArr.push('<%=InvoicePlan.TYPE_BORROWINGSINGLE%>'); +applyFormTypeArr.push('<%=InvoicePlan.TYPE_DRESSING_APPLICATION_FROM%>'); +applyFormTypeArr.push('<%=InvoicePlan.TYPE_SPECIALIZED_INSTRUMENT_APPLICATION_FROM%>'); +applyFormTypeArr.push('<%=InvoicePlan.TYPE_APPLYING_FOR_RETURN_FORM%>'); +applyFormTypeArr.push('<%=InvoicePlan.TYPE_PROXYDISINFECTION%>'); +applyFormTypeArr.push('<%=InvoicePlan.TYPE_FOREIGNPROXYDISINFECTION%>'); +applyFormTypeArr.push('<%=InvoicePlan.TYPE_FOREIGNTOUSSEAPPLIACTION%>'); +applyFormTypeArr.push('<%=InvoicePlan.TYPE_CUSTOM_TOUSSE_APPLIACTION_FORM%>'); +applyFormTypeArr.push('<%=InvoicePlan.TYPE_TOUSSE_EXPANSION_FORM%>'); +applyFormTypeArr.push('<%=InvoicePlan.TYPE_SECOND_SUPPLY_ROOM%>'); +applyFormTypeArr.push('<%=InvoicePlan.TYPE_RECYCLINGCREATE_APPLICATION%>'); +applyFormTypeArr.push('<%=InvoicePlan.TYPE_QUALITY_MONITOR_RECYCLE_APPLICATION%>'); +applyFormTypeArr.push('<%=InvoicePlan.TYPE_OPERATION_RESERVATION_APPLICATION%>'); + var today = '<%=request.getAttribute("today")%>'; var toussePriceFluctuation = '<%=request.getAttribute("toussePriceFluctuation")%>'; var supplyRoomCoding = '<%=request.getAttribute("supplyRoomCoding")%>';