|
@@ -8,9 +8,9 @@
|
|
|
<h4 class="modal-title" id="bidModalLabel"><b>参与投标</b></h4>
|
|
|
</div>
|
|
|
<div class="modal-body g-modal-body">
|
|
|
- <p class="text-muted u-font">{{.T.demandInfo.s_name}}</p>
|
|
|
- <p class="text-muted">
|
|
|
- <span id="bid-publishPerson">发布人:</span>
|
|
|
+ <p class="text-default u-font" style="color:#A0A0A0;font-size:13px;padding-left:8px; ">发布人:{{.T.demandInfo.s_name}}</p>
|
|
|
+ <p class="text-default">
|
|
|
+ <span id="bid-publishPerson" style="border-left: 3px solid #FF5A5F; padding-left: 5px;">发布人:</span>
|
|
|
<span class="pull-right">
|
|
|
已有
|
|
|
<span class="text-primary">{{if .T.demandInfo.i_bids}}{{.T.demandInfo.i_bids}}{{else}}0{{end}}</span>
|
|
@@ -19,17 +19,20 @@
|
|
|
</p>
|
|
|
<div class="g-tbform">
|
|
|
<div class="form-group">
|
|
|
- <label class="col-sm-2 control-label text-muted">联系人</label>
|
|
|
- <div class="col-sm-7">
|
|
|
+ <label class="col-sm-2 control-label text-default"><span style="color:red;">*</span> 联系人</label>
|
|
|
+ <div class="col-sm-5">
|
|
|
<input type="text" class="form-control" name="s_person" datatype="*" nullmsg="请输入联系人" maxlength="10"/>
|
|
|
</div>
|
|
|
- <div class="col-sm-3">
|
|
|
- <span class="Validform_checktip"></span>
|
|
|
+ <div class="col-sm-4">
|
|
|
+ <span class="checkbox-inline" style=" padding-left:10px;">
|
|
|
+ <input type="radio" name="i_sex" id="man" value="1" checked="checked">先生</span>
|
|
|
+ <span class="checkbox-inline" style=" padding-left:10px;">
|
|
|
+ <input type="radio" name="i_sex" id="woman" value="0"> 女士</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label class="col-sm-2 control-label text-muted">联系方式</label>
|
|
|
- <div class="col-sm-7">
|
|
|
+ <label class="col-sm-2 control-label text-default"><span style="color:red;">*</span>联系方式</label>
|
|
|
+ <div class="col-sm-5">
|
|
|
<input type="text" class="form-control" name="s_phone" maxlength="11" onKeyUp="rePlaceUnDigital(this)" datatype="m" nullmsg="请输入电话" errormsg="手机号码格式错误"/>
|
|
|
</div>
|
|
|
<div class="col-sm-3">
|
|
@@ -37,23 +40,25 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label class="col-sm-2 control-label text-muted">报价</label>
|
|
|
- <div class="col-sm-7">
|
|
|
+ <label class="col-sm-2 control-label text-default">报价</label>
|
|
|
+ <div class="col-sm-5">
|
|
|
<input type="text" class="form-control" ignore="ignore" datatype="f" name="f_price" nullmsg="请输入报价" errormsg="格式错误" maxlength="9"/>
|
|
|
</div>
|
|
|
<div class="col-sm-3">
|
|
|
- <span class="Validform_checktip"></span>
|
|
|
+ <span class="checkbox-inline" style=" padding-left:10px;">
|
|
|
+ <input type="checkbox" name="i_price" value=-1 />面议
|
|
|
+ </span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label class="col-sm-2 control-label text-muted">备注</label>
|
|
|
- <div class="col-sm-7">
|
|
|
+ <label class="col-sm-2 control-label text-default">备注</label>
|
|
|
+ <div class="col-sm-10">
|
|
|
<textarea class="form-control" name="s_remarks" rows="4"></textarea>
|
|
|
</div>
|
|
|
<div class="col-sm-3"></div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label class="col-sm-2 control-label text-muted" >验证码</label>
|
|
|
+ <label class="col-sm-2 control-label text-default" ><span style="color:red;">*</span>验证码</label>
|
|
|
<div class="col-sm-7 input-group checkCodeId" id="checkCodeId">
|
|
|
<input type="text" name="checkCodeId" class="form-control inputxt" maxlength="4" onKeyUp="rePlaceUnDigital(this)" datatype="n4" nullmsg="请输入验证码" errormsg="验证码格式错误" aria-describedby="checkCodeId">
|
|
|
<span class="input-group-addon" id="checkCodeId">
|