From 38b802f2647e7b5f7e066befedfec9d0aafff437 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 29 七月 2021 16:55:51 +0800 Subject: [PATCH] 提交 --- zhengcaioa/zhengcaioa/Views/AdmAsk/AskGood.cshtml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/AdmAsk/AskGood.cshtml b/zhengcaioa/zhengcaioa/Views/AdmAsk/AskGood.cshtml index 14e599b..2837b01 100644 --- a/zhengcaioa/zhengcaioa/Views/AdmAsk/AskGood.cshtml +++ b/zhengcaioa/zhengcaioa/Views/AdmAsk/AskGood.cshtml @@ -9,9 +9,9 @@ string sifoudangqian = ViewBag.sifoudangqian as string; string dangqianbuzhou = ViewBag.dangqianbuzhou as string; - List<WfHistoryDTO> lishiyijian = ViewData["lishiyijian"] as List<WfHistoryDTO>; //鍘嗗彶鎰忚 + List<WfHistoryDTO> lishiyijian = ViewData["lishiyijian"] as List<WfHistoryDTO>; //瀹℃壒杩涘害 - List<AdmGoodsManageDTO> Goods = ViewData["Goods"] as List<AdmGoodsManageDTO>; //鍘嗗彶鎰忚 + List<AdmGoodsManageDTO> Goods = ViewData["Goods"] as List<AdmGoodsManageDTO>; } <!DOCTYPE html> @@ -115,7 +115,7 @@ <div class="clearfix layer-area" style="padding-bottom:15px;"> <label class="text-right col-sm-1 col-md-1 control-label">鐢宠璇存槑</label> <div class="col-sm-6 col-md-6"> - <textarea class="form-control bt" id="Remark" name="Remark" maxlength="4000" length="long" style="resize:none;overflow-y:hidden; height:80px;">@Model.Remark</textarea> + <textarea class="form-control bt" id="Remark" name="Remark" maxlength="500" length="long" style="resize:none;overflow-y:hidden; height:80px;">@Model.Remark</textarea> </div> </div> @@ -127,7 +127,7 @@ </div> </div> <div class="clearfix layer-area" style="padding-bottom:15px;"> - <label class="text-right col-sm-1 col-md-1 control-label">鍘嗗彶鎰忚</label> + <label class="text-right col-sm-1 col-md-1 control-label">瀹℃壒杩涘害</label> <div class="col-sm-6 col-md-6"> <table> @if (lishiyijian.Count > 0) -- Gitblit v1.9.1