|
|
@@ -431,7 +431,7 @@
|
|
|
<div class="col-md-4 col-sm-4 col"><input ng-model="sampleItem.sampleSend.brand" class="form-control input-sm" type="text"></div>
|
|
|
<label class="col-md-2 col-sm-2 col">采购单价:</label>
|
|
|
<div class="col-md-4 col-sm-4 col">
|
|
|
- <input ng-model="sampleItem.sampleSend.puprice | number:6" class="form-control input-sm" type="text"
|
|
|
+ <input ng-model="sampleItem.sampleSend.puprice" class="form-control input-sm" type="text"
|
|
|
ng-pattern="/^[1-9]\d*\.{0,1}\d*|0\.\d*[1-9]\d*$/">
|
|
|
</div>
|
|
|
</div>
|