|
|
@@ -3,7 +3,7 @@
|
|
|
<div class="modal-content">
|
|
|
<div class="modal-header">
|
|
|
<h5 class="modal-title text-center text-uppercase">
|
|
|
- 卸货任务服务商指定
|
|
|
+ 卸货任务装卸队指定
|
|
|
</h5>
|
|
|
<button type="button" class="close" data-dismiss="modal" @click="executingTack={},selectIndex = null,taskError={}">
|
|
|
<span>×</span>
|
|
|
@@ -13,7 +13,7 @@
|
|
|
<div class="modal-body">
|
|
|
<form class="form">
|
|
|
<div class="form-group row">
|
|
|
- <label for="executingTack-owner-id" class="col-sm-3 col-form-label text-right">服务商</label>
|
|
|
+ <label for="executingTack-owner-id" class="col-sm-3 col-form-label text-right">装卸队</label>
|
|
|
<div class="col-sm-5">
|
|
|
<select id="executingTack-owner-id" class="form-control" v-model="executingTack.facilitator_id" :class="taskError.facilitator_id? 'is-invalid' :''">
|
|
|
<option v-for="(providers,index) in facilitatorsFilter" :value="providers.id" :key="providers+index">@{{ providers.name }}</option>
|