From 5972c5e0070c00d65eb9d08b4c49357dbf3808c4 Mon Sep 17 00:00:00 2001 From: 18516761980 <4761516tqsxp> Date: 星期四, 07 四月 2022 16:55:51 +0800 Subject: [PATCH] . --- src/main/webapp/views/flowStatus/flowStatus.html | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/flowStatus/flowStatus.html b/src/main/webapp/views/flowStatus/flowStatus.html index 2e37146..8bd3393 100644 --- a/src/main/webapp/views/flowStatus/flowStatus.html +++ b/src/main/webapp/views/flowStatus/flowStatus.html @@ -69,6 +69,12 @@ </div> </div> <div class="layui-form-item"> + <label class="layui-form-label layui-form-required">鏉冮噸鍊�: </label> + <div class="layui-input-block"> + <input class="layui-input" name="weightNum" placeholder="璇疯緭鍏ユ潈閲嶅��" lay-verify="required" lay-vertype="tips" type="number"> + </div> + </div> + <div class="layui-form-item"> <label class="layui-form-label">澶囨敞: </label> <div class="layui-input-block"> <input class="layui-input" name="memo" placeholder="璇疯緭鍏ュ娉�"> -- Gitblit v1.9.1