From 6108fe7c4f3a329e8d309d00ee0b1761b8c5ad8f Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 16 十二月 2022 09:39:55 +0800
Subject: [PATCH] 请示批复”里增加“招标信息网”的试用权限

---
 zhengcaioa/zhengcaioa/Views/CooperOrder/Chedan.cshtml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/CooperOrder/Chedan.cshtml b/zhengcaioa/zhengcaioa/Views/CooperOrder/Chedan.cshtml
index b813050..e3c2e64 100644
--- a/zhengcaioa/zhengcaioa/Views/CooperOrder/Chedan.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/CooperOrder/Chedan.cshtml
@@ -3,7 +3,7 @@
 @using zhengcaioa.Models;
 @{
     string Chedanid = ViewData["Chedanid"] as string; //鎷滆鏂瑰紡
-
+    string Money = ViewData["Money"] as string; //鎷滆鏂瑰紡
 
 }
 @{
@@ -102,13 +102,13 @@
                                 <div class="clearfix layer-area" style="padding-bottom:15px;">
                                     
                                     <div class="col-sm-12 col-md-12">
-                                        <input class="form-control" label="瀹㈡埛鍚嶇О" name="Price" id="Price" labtype="txt" addvisible="true"   editvisible="true" reg="" ismust="true" type="number" value="" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
+                                        <input class="form-control" label="瀹㈡埛鍚嶇О" name="Price" id="Price" labtype="txt" addvisible="true"   editvisible="true" reg="" ismust="true" type="number" value="@Money" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
                                     </div>
                                 </div>
 
 
 
-
+                                @*<input type="hidden"  name="Price" id="Price" value="0" />*@
 
 
 

--
Gitblit v1.9.1