From 88f285842419bdc871ba1a5da897e0ac90ee08fb Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 30 三月 2022 10:09:37 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js
index bbac8d8..69302a4 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: ''

--
Gitblit v1.9.1