From eacd4c4f0581f1c4b55f7f0c7f1092b3f965a6f8 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 29 三月 2023 14:04:58 +0800 Subject: [PATCH] 提交 --- zhengcaioa/zhengcaioa/Views/OrderBanci/EditDtl.cshtml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/OrderBanci/EditDtl.cshtml b/zhengcaioa/zhengcaioa/Views/OrderBanci/EditDtl.cshtml index 491c584..682c326 100644 --- a/zhengcaioa/zhengcaioa/Views/OrderBanci/EditDtl.cshtml +++ b/zhengcaioa/zhengcaioa/Views/OrderBanci/EditDtl.cshtml @@ -203,7 +203,7 @@ <label class="text-right col-sm-1 col-md-1 control-label">鎺掑簭</label> <div class="col-sm-2 col-md-2"> - <input class="form-control" label="鎺掑簭" name="Sort" id="Sort" labtype="txt" addvisible="true" maxlength="100" editvisible="true" reg="" ismust="true" type="number" value="@Model.Sort"> + <input class="form-control" label="鎺掑簭" name="Sort" id="Sort" labtype="txt" addvisible="true" maxlength="100" editvisible="true" reg="" ismust="true" type="text" value="@Model.Sort"> </div> -- Gitblit v1.9.1