自动化立体仓库 - WMS系统
#
lty
2 天以前 0768f562cfcbcfb81ef02b2ebd5495a06d243383
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){