guoyuji
2023-07-26 9c71419b9d59367943e786a4beb1a8a89bca35fd
修改产品新增界面
2个文件已修改
33 ■■■■ 已修改文件
gmms/WebContent/login/quanxian.jsp 30 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/WebContent/orderManage/produce.jsp 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/WebContent/login/quanxian.jsp
@@ -107,21 +107,21 @@
        }
        
    }
function tiaoz(n,mid){
    if(mid!=90){
        localStorage.setItem("newPage",n);
    }
    n=n+'&'+window.parent.location.search.substr(1);
    if (mid==90) {
         window.open(n, '_blank'); // 在新窗口中打开指定 URL
    }else{
         window.parent.document.getElementById("main").src = n;
    }
    }
     function tiaoz(n,mid){
         if(mid!=90){
             localStorage.setItem("newPage",n);
         }
         n=n+'&'+window.parent.location.search.substr(1);
         if (mid==90) {
              window.open(n, '_blank'); // 在新窗口中打开指定 URL
            }else{
                 window.parent.document.getElementById("main").src = n;
            }
         }
    </script>
</body>
</html>
gmms/WebContent/orderManage/produce.jsp
@@ -125,7 +125,7 @@
</body>
  <!-- import Vue before Element -->
  <script src="../js/jquery-3.4.1.min.js"></script>
  <script src="../js/axios.min.js"></script>
  <script src="../js/static/js/vue.js"></script>
  <script src="../js/mixins.js"></script>
  <!-- import JavaScript -->
@@ -135,6 +135,7 @@
  <script >
    //import * as echarts from '../js/echarts.min.js';
    Vue.prototype.$echarts = echarts
    Vue.prototype.$http= axios
    let app =new Vue({
      el: '#app',
      mixins:[mixin],