From ccb5a60490f4e23aa0528add18b0c68a616d7968 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 17 Mar 2021 14:35:22 +0800 Subject: [PATCH] 分销订单0317 --- zq-erp/src/main/resources/templates/views/admin/hive-erp/order/projService-list.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive-erp/order/projService-list.html b/zq-erp/src/main/resources/templates/views/admin/hive-erp/order/projService-list.html index 72e8f44..8aa79f5 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive-erp/order/projService-list.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive-erp/order/projService-list.html @@ -54,7 +54,7 @@ <select class="form-control" name="state" id="state"> <option value="">-- 请选择服务状态 --</option> <option value="待预约">待预约</option> - <option value="预约成功待处理">预约成功待处理</option> +<!-- <option value="预约成功待处理">预约成功待处理</option>--> <option value="预约失败">预约失败</option> <option value="预约取消">预约取消</option> <option value="需配料">需配料</option> -- Gitblit v1.9.1