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 | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/order/orderResult.js b/src/main/webapp/static/js/order/orderResult.js index 82ec595..4988528 100644 --- a/src/main/webapp/static/js/order/orderResult.js +++ b/src/main/webapp/static/js/order/orderResult.js @@ -218,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