Browse Source

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1121 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d

administrator 11 years ago
parent
commit
3401af0bc3
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

@@ -440,7 +440,7 @@
 					<div class="col-md-4 col-sm-4 col"><input ng-model="sampleItem.sampleSend.vendSpec" 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 type="file" ng-model="attachFile" ng-file-select accept="*/*" ng-multiple="false" class="form-control input-sm" name="attachFile" id="attachFile">
+						<input type="file" ng-model="attachFile" ng-file-select ng-multiple="false" class="form-control input-sm" name="attachFile" id="attachFile">
 					</div>
 				</div>
         	</div>