From 9c8f2d141e88b18c289523d4fa777bb55886525c Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 21 Jul 2025 14:49:27 +0800
Subject: [PATCH] fix(clothesType): 修复订单列表选择提示信息
---
src/main/resources/templates/febs/views/modules/clothesType/orderList.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/clothesType/orderList.html b/src/main/resources/templates/febs/views/modules/clothesType/orderList.html
index 7fcd9d5..f7cc631 100644
--- a/src/main/resources/templates/febs/views/modules/clothesType/orderList.html
+++ b/src/main/resources/templates/febs/views/modules/clothesType/orderList.html
@@ -218,7 +218,7 @@
let ids = "";
for(let i = 0;i < data.length;i++){
if(data[i].status != 2){
- febs.alert.warn('请选择待收货的订单');
+ febs.alert.warn('请选择待发货的订单');
return;
}else{
ids = data[i].id;
--
Gitblit v1.9.1