凭证类型字典配置

main
mo 1 year ago
parent 3f41a74d70
commit 1bbdc2458a

@ -24,7 +24,13 @@
clearable
size="small"
>
<el-option label="请选择字典生成" value="" />
<el-option
v-for="item in typeOptions"
:key="item.id"
:value="item.value"
:label="item.label"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item label="凭证日期" prop="voucherTime">
@ -87,7 +93,7 @@
icon="el-icon-download"
size="mini"
@click="handleDownloadData"
>下载元数据</el-button
>下载元数据</el-button
>
</el-col>
<right-toolbar
@ -460,7 +466,7 @@ import {
getVoucherPage,
exportVoucherExcel,
getVoucherDetailsPage,
downloadXml
downloadXml,
} from "@/api/accounting/voucher";
import { listUser } from "@/api/system/user";
import { getSiteTree } from "@/api/setting/organization";

Loading…
Cancel
Save