8/27 切换业务类型

20240912_adapter_z
wangwei 10 months ago
parent 2cd63ea639
commit 7cab8c36dc

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

Loading…
Cancel
Save