From 9c71419b9d59367943e786a4beb1a8a89bca35fd Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期三, 26 七月 2023 16:54:37 +0800
Subject: [PATCH] 修改产品新增界面
---
gmms/WebContent/orderManage/produce.jsp | 3 ++-
gmms/WebContent/login/quanxian.jsp | 30 +++++++++++++++---------------
2 files changed, 17 insertions(+), 16 deletions(-)
diff --git a/gmms/WebContent/login/quanxian.jsp b/gmms/WebContent/login/quanxian.jsp
index 7fac880..12a4a20 100644
--- a/gmms/WebContent/login/quanxian.jsp
+++ b/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>
\ No newline at end of file
diff --git a/gmms/WebContent/orderManage/produce.jsp b/gmms/WebContent/orderManage/produce.jsp
index 56ae598..5602e19 100644
--- a/gmms/WebContent/orderManage/produce.jsp
+++ b/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],
--
Gitblit v1.8.0