...
|
...
|
@@ -309,11 +309,11 @@ |
|
|
<div class="form-group">
|
|
|
<label class="col-sm-2 control-label">吊牌价<span class="red">*</span></label>
|
|
|
<div class="col-sm-2">
|
|
|
<input type="number" id="retailPriceStr" class="form-control" required value="[[retailPriceStr]]" match="numbers" placeholder="吊牌价" />
|
|
|
<input type="text" id="retailPriceStr" class="form-control" required value="[[retailPriceStr]]" match="numbers" placeholder="吊牌价" />
|
|
|
</div>
|
|
|
<label class="col-sm-1 control-label">销售价<span class="red">*</span></label>
|
|
|
<div class="col-sm-2">
|
|
|
<input type="number" id="salesPriceStr" class="form-control" required value="[[salesPriceStr]]" match="numbers" placeholder="销售价" />
|
|
|
<input type="text" id="salesPriceStr" class="form-control" required value="[[salesPriceStr]]" match="numbers" placeholder="销售价" />
|
|
|
</div>
|
|
|
</div>
|
|
|
|
...
|
...
|
|