合同打印增加

pull/781/head
quu 2025-05-05 22:20:12 +09:00
parent cd17dd9d5f
commit 2d62a68a10
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
class="w-1/1" class="w-1/1"
> >
<el-option <el-option
v-for="item in quotationList" v-for="item in userOptions"
:key="item.id" :key="item.id"
:label="item.no" :label="item.no"
:value="item.id" :value="item.id"
@ -820,7 +820,7 @@ onMounted(async () => {
// //
userOptions.value = await UserApi.getSimpleUserList() userOptions.value = await UserApi.getSimpleUserList()
// //
quotationList.value = await QuotationApi.getSimpleQuotationList() quotationList.value = await QuotationApi.getSelfSimpleQuotationList()
// //
const tempData = await BillTemplateApi.getBillTemplatePage({ const tempData = await BillTemplateApi.getBillTemplatePage({