From d1f0a6ce2a3571c0ac2383ba8769b401c6da23c7 Mon Sep 17 00:00:00 2001 From: Administrator <335182714> Date: 星期二, 19 八月 2025 14:01:34 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/order/out.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/order/out.js b/src/main/webapp/static/js/order/out.js index 9881ad1..9123594 100644 --- a/src/main/webapp/static/js/order/out.js +++ b/src/main/webapp/static/js/order/out.js @@ -348,11 +348,13 @@ content: $('#staBatchSelectDialog').html(), success: function(layero2, index2){ // 娓叉煋涓嬫媺妗� - let select = $(layero2).find('select[name="batchSta"]'); + let select = $(layero2).find('#batchSelectStaBox'); + select.empty().append(`<option value="">璇烽�夋嫨缁勮揣鍗曞彿</option>`); // 淇濇寔榛樿绌� res.data.forEach(item => { select.append(`<option value="${item}">${item}</option>`); }); - layui.form.render('select'); + layui.form.render('select'); // 閲嶆柊娓叉煋涓嬫媺妗� + // 纭鎸夐挳 form.on('submit(staBatchSelectConfirm)', function(obj){ -- Gitblit v1.9.1