|
|
@@ -316,10 +316,10 @@
|
|
|
<td ng-bind="item.oldProduct.brand || '-'" title="{{item.oldProduct.brand}}"></td>
|
|
|
<td ng-bind="item.oldQty || '-'" title="{{item.oldQty}}"></td>
|
|
|
<td><input type="text" class="text-center" ng-model="item.newQty" placeholder="新数量"
|
|
|
- ng-pattern="/^(([0-9]+\.[0-9]{1,3})|([0-9]*[1-9][0-9]*\.[0-9]{1,3})|([0-9]*[1-9][0-9]*))$/" ></td>
|
|
|
+ ng-pattern="/^(([0-9]+\.[0-9]{1,3})|([0-9]*[0-9][0-9]*\.[0-9]{1,3})|([0-9]*[0-9][0-9]*))$/" ></td>
|
|
|
<td ng-bind="item.oldPrice || '-'" title="{{item.oldPrice}}"></td>
|
|
|
<td><input type="text" class="text-center" ng-model="item.newPrice" placeholder="新单价"
|
|
|
- ng-pattern="/^(([0-9]+\.[0-9]{1,6})|([0-9]*[1-9][0-9]*\.[0-9]{1,6})|([0-9]*[1-9][0-9]*))$/" ></td>
|
|
|
+ ng-pattern="/^(([0-9]+\.[0-9]{1,6})|([0-9]*[0-9][0-9]*\.[0-9]{1,6})|([0-9]*[0-9][0-9]*))$/" ></td>
|
|
|
<td ng-bind="item.oldTaxrate || '-'" title="{{item.oldTaxrate}}"></td>
|
|
|
<td><input type="text" class="text-center" ng-model="item.newTaxrate" placeholder="新税率"
|
|
|
ng-pattern="/^[0-9][0-9]{0,1}$/"></td>
|