Prechádzať zdrojové kódy

划拨记录加备注,备注必填

lcl 2 rokov pred
rodič
commit
a107381d10

+ 1 - 1
Areas/Admin/Views/MainServer/SysTools/TransferPos.cshtml

@@ -64,7 +64,7 @@
                                     <label class="layui-form-label">备注</label>
                                     <div class="layui-input-inline">
                                         <input class="layui-input" type="text" id="Note" name="Note"
-                                            maxlength="200" autocomplete="off"
+                                            maxlength="200" lay-verify="required|" autocomplete="off"
                                             placeholder="请输入备注">
                                     </div>
                                 </div>

+ 1 - 1
Areas/Admin/Views/MainServer/SysTools/TransferPosCoupon.cshtml

@@ -73,7 +73,7 @@
                                     <label class="layui-form-label">备注</label>
                                     <div class="layui-input-inline">
                                         <input class="layui-input" type="text" id="Note" name="Note"
-                                            maxlength="200" autocomplete="off"
+                                            maxlength="200" lay-verify="required|" autocomplete="off"
                                             placeholder="请输入备注">
                                     </div>
                                 </div>