Authored by weiqingting

xiaoshoujia 4.4

@@ -309,11 +309,11 @@ @@ -309,11 +309,11 @@
309 <div class="form-group"> 309 <div class="form-group">
310 <label class="col-sm-2 control-label">吊牌价<span class="red">*</span></label> 310 <label class="col-sm-2 control-label">吊牌价<span class="red">*</span></label>
311 <div class="col-sm-2"> 311 <div class="col-sm-2">
312 - <input type="number" id="retailPriceStr" class="form-control" required value="[[retailPriceStr]]" match="numbers" placeholder="吊牌价" /> 312 + <input type="text" id="retailPriceStr" class="form-control" required value="[[retailPriceStr]]" match="numbers" placeholder="吊牌价" />
313 </div> 313 </div>
314 <label class="col-sm-1 control-label">销售价<span class="red">*</span></label> 314 <label class="col-sm-1 control-label">销售价<span class="red">*</span></label>
315 <div class="col-sm-2"> 315 <div class="col-sm-2">
316 - <input type="number" id="salesPriceStr" class="form-control" required value="[[salesPriceStr]]" match="numbers" placeholder="销售价" /> 316 + <input type="text" id="salesPriceStr" class="form-control" required value="[[salesPriceStr]]" match="numbers" placeholder="销售价" />
317 </div> 317 </div>
318 </div> 318 </div>
319 319