From 79a1def28b98e8ba8e4e23fef32afea85a0f07e3 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期六, 02 四月 2022 16:05:45 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/order/order.js |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js
index bbac8d8..d85f0c4 100644
--- a/src/main/webapp/static/js/order/order.js
+++ b/src/main/webapp/static/js/order/order.js
@@ -137,8 +137,6 @@
 
     // 鏄剧ず琛ㄥ崟寮圭獥
     function showEditModel(expTpe) {
-        var mlist=null
-        var inQtys=[]
         admin.open({
             type: 1,
             title: (expTpe ? '淇敼' : '娣诲姞') + '鍗曟嵁',
@@ -215,11 +213,6 @@
                         {align: 'center', title: '鎿嶄綔', toolbar: '#formSSXMTableBar', minWidth: 80, width: 80, fixed: 'right'}
                     ]],
                     done: function (res) {
-                        mlist= res.data
-                        for (let i = 0; i < mlist.length; i++) {
-                            var waitIn=mlist[i]
-                            inQtys.push(waitIn.qty)
-                        }
                         $(layero).find('.layui-table-view').css('margin', '0');
                     },
                     size: ''
@@ -313,7 +306,7 @@
                                     if (existMats.indexOf(item.value) === -1) {
                                         // 鏌ヨ鐗╂枡璇︽儏
                                         $.ajax({
-                                            url: baseUrl+"/matCode/covert/"+item.value+"/auth",
+                                            url: baseUrl+"/mat/covert/"+item.value+"/auth",
                                             headers: {'token': localStorage.getItem('token')},
                                             method: 'GET',
                                             async: false,

--
Gitblit v1.9.1