凭证类型字典配置

main
mo 1 year ago
parent 3f41a74d70
commit 1bbdc2458a

@ -24,7 +24,13 @@
clearable clearable
size="small" 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-select>
</el-form-item> </el-form-item>
<el-form-item label="凭证日期" prop="voucherTime"> <el-form-item label="凭证日期" prop="voucherTime">
@ -87,7 +93,7 @@
icon="el-icon-download" icon="el-icon-download"
size="mini" size="mini"
@click="handleDownloadData" @click="handleDownloadData"
>下载元数据</el-button >下载元数据</el-button
> >
</el-col> </el-col>
<right-toolbar <right-toolbar
@ -460,7 +466,7 @@ import {
getVoucherPage, getVoucherPage,
exportVoucherExcel, exportVoucherExcel,
getVoucherDetailsPage, getVoucherDetailsPage,
downloadXml downloadXml,
} from "@/api/accounting/voucher"; } from "@/api/accounting/voucher";
import { listUser } from "@/api/system/user"; import { listUser } from "@/api/system/user";
import { getSiteTree } from "@/api/setting/organization"; import { getSiteTree } from "@/api/setting/organization";

Loading…
Cancel
Save