|
|
@@ -189,7 +189,7 @@
|
|
|
<el-date-picker v-model="form.sendTimeWant" style="width: 80%" type="date" placeholder="请选择,默认当天或隔天"> </el-date-picker>
|
|
|
</div>
|
|
|
<div class="accounts-list">
|
|
|
- 开单人员
|
|
|
+ 开单 Ctrl + /
|
|
|
<el-select ref="kdStaffRef" style="width:80%" v-model="form.getStaffName" placeholder="请选择" @change="changeKdStaff">
|
|
|
<el-option v-for="item in staffList" :key="item.id" :label="item.name" :value="item"> </el-option>
|
|
|
</el-select>
|
|
|
@@ -437,7 +437,7 @@ export default {
|
|
|
for(const ele of that.staffList){
|
|
|
if(currentStaff.id == ele.id){
|
|
|
that.form.getStaffId = ele.id
|
|
|
- that.form.getStaffName = ele.name+'( Ctrl + / )'
|
|
|
+ that.form.getStaffName = ele.name
|
|
|
}
|
|
|
}
|
|
|
}
|