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