Commit 47834c37 authored by 顾俭's avatar 顾俭

aship/aship#3 防伪码功能-作废重打:UI

parent a7df49fa
......@@ -6,8 +6,8 @@
<div class="col-md-4">
<div class="form-group">
<label>营运中心</label>
<select class="form-control select2" ng-model="queryCondition.factory.id" required style="width: 100%;">
<option ng-repeat="factory in factories" value="{{factory.id}}">{{factory.name}}</option>
<select class="form-control select2" ng-model="queryCondition.factory.factoryUid" required style="width: 100%;">
<option ng-repeat="factory in factories" value="{{factory.factoryUid}}">{{factory.name}}</option>
</select>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment