Authored by mali

二手库存优化

... ... @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8"/>
<title>Yoho!Buy运营平台</title>
<script src="/ufoPlatform/js/include.js?version=6.9.3"></script>
<script src="/ufoPlatform/js/include.js?version=6.9.6"></script>
</head>
<body class="easyui-layout" fit="true">
<div region="north" style="height:182px;">
... ...
... ... @@ -41,4 +41,4 @@ document.write("<script src='"+ contextPath +"/js/global.js'></script>");
document.write("<script src='"+ contextPath +"/js/jquery/jquery.imageUpload.js'></script>");
document.write("<script src='"+ contextPath +"/js/jquery/jquery.fileUpload.js'></script>");
document.write("<script src='"+ contextPath +"/js/jquery/jquery.zclip.js'></script>");
document.write("<script src='"+ contextPath +"/js/common/common.js'></script>");
document.write("<script src='"+ contextPath +"/js/common/common.js?version=6.9.6'></script>");
... ...