From a16d82a25c10fc67a98567cc90d5692cab931898 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 13 Feb 2023 15:16:26 +0800 Subject: [PATCH] 订单发货设置 --- src/main/resources/templates/febs/views/modules/order/orderList.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/order/orderList.html b/src/main/resources/templates/febs/views/modules/order/orderList.html index 8053601..70946d6 100644 --- a/src/main/resources/templates/febs/views/modules/order/orderList.html +++ b/src/main/resources/templates/febs/views/modules/order/orderList.html @@ -207,7 +207,7 @@ // window.location.href = ctx + "admin/order/confirmOrder?takeUniqueCode="+uniqueCodeValue+"&orderIds="+ids; } if(event === 'confirmOrder'){ - let uniqueCodeValue = $searchForm.find("select[name='uniqueCode']").val(); + // let uniqueCodeValue = $searchForm.find("select[name='uniqueCode']").val(); // if(uniqueCodeValue == '' || uniqueCodeValue == null){ // febs.alert.warn('请选择团长'); // return; @@ -231,7 +231,7 @@ febs.alert.warn('请选择确认到货的订单'); return; } - febs.get(ctx + 'admin/order/confirmOrder?takeUniqueCode='+uniqueCodeValue+'&orderIds='+ids, null, function () { + febs.get(ctx + 'admin/order/confirmOrder?orderIds='+ids, null, function () { febs.alert.success('操作成功'); $query.click(); }); -- Gitblit v1.9.1