From d17c089f1d7ff3be848b05161917346e7f664a1d Mon Sep 17 00:00:00 2001
From: mrzhssss <pro6@qq.com>
Date: 星期二, 26 四月 2022 15:17:53 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/order/orderResult.js |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/order/orderResult.js b/src/main/webapp/static/js/order/orderResult.js
index 2716189..4988528 100644
--- a/src/main/webapp/static/js/order/orderResult.js
+++ b/src/main/webapp/static/js/order/orderResult.js
@@ -170,8 +170,7 @@
         limits: [15, 30, 50, 100, 200, 500],
         height: 'full-100',
         cols: [[
-            {type: 'checkbox'}
-            ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿'}
+            {field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿'}
             ,{field: 'matnr', align: 'center',title: '鐗╂枡ID'}
             ,{field: 'maktx', align: 'center',title: '鐗╂枡鍚嶇О'}
             ,{field: 'anfme', align: 'center',title: '搴斿嚭搴撻噺', minWidth: 100}
@@ -219,6 +218,16 @@
         return false;
     });
 
+    $('#waveback').click(function (data) {
+        layer.open({
+            type: 2,
+            title: false,
+            area: ['1000px','700px'],
+            content: "waveback_detl.html",
+        })
+    });
+
+
     /* 琛ㄦ牸2澶村伐鍏锋爮鐐瑰嚮浜嬩欢 */
     table.on('toolbar(orderTable)', function (obj) {
         if (obj.event === 'add') { // 娣诲姞

--
Gitblit v1.9.1