username@email.com
2022-07-07 c54d598cc71ca26f262d498e034b64627d7b6616
zhengcaioa/zhengcaioa/Views/Project/Add.cshtml
@@ -216,7 +216,7 @@
                                        </select>
                                    </div>
                                </div>
@@ -226,9 +226,14 @@
                                        <input id="Number" class="form-control" label="公告时间" name="Number" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.Number">
                                    </div>
                                    <label class="text-right col-sm-1 col-md-1 control-label">项目名称<i class="red">*</i></label>
                                    <div class="col-sm-7 col-md-7">
                                    <div class="col-sm-4 col-md-4">
                                        <input id="Name" class="form-control" label="公告时间" name="Name" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.Name">
                                    </div>
                                    <label class="text-right col-sm-1 col-md-1 control-label">采购预算</label>
                                    <div class="col-sm-2 col-md-2" style="width:10%;">
                                        <input class="form-control" label="评审得分" name="Caigouyusuan" id="Caigouyusuan" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.CaigouyusuanName" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,4})?/)">
                                    </div>
                                    <label class="text-left col-sm-1 col-md-1 control-label" style="width:60px;">万元</label>
                                </div>
                                <div id="addlist_1">
                                    @for (int i = 0; i < Projectzhongbiaos.Count; i++)
@@ -859,6 +864,10 @@
                    starttime.val(data.StartTimestr);
                    var Number = $("#Number");
                    Number.val(data.Number);
                    var Caigouyusuan = $("#Caigouyusuan");
                    Caigouyusuan.val(data.CaigouyusuanName);
                    var Fbyy = $("#Fbyy");
                    Fbyy.val(data.Fbyy);
                    var Name = $("#Name");
                    Name.val(data.Name);
                    var Zhuanjia = $("#Zhuanjia");
@@ -897,7 +906,7 @@
                                var oTr = document.createElement('div');
                                $('#addlist_1').append(oTr);
                                $(oTr).html('<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">'
                                                        +'<div class="col-sm-4 col-md-4">'
                                    + '<input class="form-control" label="中标(成交)供应商" name="Names" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="' + data.Projectzhongbiaos[i].Names+'">'
                                    + '</div>'
                                    + '<label class="text-right col-sm-1 col-md-1 control-label" style="width:30px;">报价</label>'
@@ -905,6 +914,10 @@
                                    + '<input class="form-control" label="中标(成交)供应商" name="Price" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="' + data.Projectzhongbiaos[i].Price +'">'
                                    + '<input type="hidden" name="ZhongbiaoId" value="" />'
                                    + ' </div>'
                                    + '  <label class="text-right col-sm-1 col-md-1 control-label" style="width:60px;">评审得分</label>'
                                    + '     <div class="col-sm-2 col-md-2" style="width:10%;">'
                                    + '        <input class="form-control" label="评审得分" name="Defen" id="Defen" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)" >'
                                    +'     </div>'
                                    + '<div class="col-sm-1 col-md-1" style="width:100px;">'
                                    + '<button type = "button"  onclick = "_pageAdd(\'' + data.Projectzhongbiaos[i].Names +'\')" data - type="1" style="color:red;" >添加供应商</button >'
                                    + ' </div>'