Browse Source

发货单分类

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1119 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 10 years ago
parent
commit
ac8122080f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/tpl/index/sale/sample.html

+ 1 - 1
src/main/webapp/resources/tpl/index/sale/sample.html

@@ -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>