From d09a1552e45e6cfc8f83c0249cd296b8706c0dc2 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期二, 20 五月 2025 09:33:27 +0800 Subject: [PATCH] 修改下发AGV任务接口,修改条码增加功能 --- HTML/views/HouseWithinSetting/HopperTransport.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HTML/views/HouseWithinSetting/HopperTransport.html b/HTML/views/HouseWithinSetting/HopperTransport.html index 9ad2288..6c075df 100644 --- a/HTML/views/HouseWithinSetting/HopperTransport.html +++ b/HTML/views/HouseWithinSetting/HopperTransport.html @@ -100,9 +100,9 @@ <label class="layui-form-label" style="width: 80px;">瑙勬牸</label> <div class="layui-input-block"> <select name="Standard" lay-filter="Standard" lay-search> - <option value="400">400L</option> - <option value="800">800L</option> - <option value="1000">1000L</option> + <option value="400L">400L</option> + <option value="800L">800L</option> + <option value="1000L">1000L</option> </select> </div> </div> -- Gitblit v1.8.0