From 2a6ffd8bfdb3d8234a55e7fabe71999f1dba4fd9 Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期一, 05 九月 2022 18:32:08 +0800 Subject: [PATCH] # --- src/main/webapp/views/flowStatus/flowStatus.html | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/flowStatus/flowStatus.html b/src/main/webapp/views/flowStatus/flowStatus.html index 8bd3393..a22dfcd 100644 --- a/src/main/webapp/views/flowStatus/flowStatus.html +++ b/src/main/webapp/views/flowStatus/flowStatus.html @@ -80,6 +80,15 @@ <input class="layui-input" name="memo" placeholder="璇疯緭鍏ュ娉�"> </div> </div> + <div class="layui-form-item"> + <label class="layui-form-label layui-form-required">椤圭洰绫诲瀷: </label> + <div class="layui-input-block"> + <select name="isAsrs"> + <option value="0">甯歌椤圭洰</option> + <option value="1">闆嗘垚椤圭洰</option> + </select> + </div> + </div> <!-- <div class="layui-form-item">--> <!-- <label class="layui-form-label">: </label>--> <!-- <div class="layui-input-block">--> -- Gitblit v1.9.1