|
|
|
@ -105,10 +105,11 @@
|
|
|
|
|
ref="selectHeadEmpId"
|
|
|
|
|
filterable
|
|
|
|
|
remote
|
|
|
|
|
disabled
|
|
|
|
|
@focus="handleFocus"
|
|
|
|
|
@change="busTypeChange"
|
|
|
|
|
reserve-keyword
|
|
|
|
|
placeholder="请选择业务类型" clearable style="width: 90%"
|
|
|
|
|
placeholder="请选择业务类型" clearable style="width: 60%"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in busTypeList"
|
|
|
|
@ -120,6 +121,7 @@
|
|
|
|
|
<span style="float: right; color: #8492a6; font-size: 13px">{{ item.documentTypeCode }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
<el-button type="primary" @click="toggleBusType">切换业务</el-button>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
@ -497,7 +499,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
this.findCurOrder();
|
|
|
|
|
},
|
|
|
|
|
handleFocus(){
|
|
|
|
|
toggleBusType(){
|
|
|
|
|
//隐藏下拉框内容
|
|
|
|
|
this.$refs.selectHeadEmpId.blur();
|
|
|
|
|
this.selectBusTypeDisabled = true
|
|
|
|
|