给收入单和支出单增加收支项目下拉框的快捷录入框

This commit is contained in:
jishenghua
2024-09-26 23:00:18 +08:00
parent c585ebdf37
commit b2e231938f
5 changed files with 48 additions and 5 deletions

View File

@@ -234,6 +234,7 @@
<div slot="dropdownRender" slot-scope="menu">
<v-nodes :vnodes="menu" />
<slot name="depotAdd" v-if="col.key === 'depotId'" :target="getVM()"/>
<slot name="inOutItemAdd" v-if="col.key === 'inOutItemId'" :target="getVM()"/>
</div>
<!--<template v-for="(opt,optKey) in col.options">-->
<!--<a-select-option :value="opt.value" :key="optKey">{{ opt.title }}</a-select-option>-->