8/27 切换业务类型

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

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

Loading…
Cancel
Save