合同打印增加
parent
cd17dd9d5f
commit
2d62a68a10
|
|
@ -62,7 +62,7 @@
|
|||
class="w-1/1"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in quotationList"
|
||||
v-for="item in userOptions"
|
||||
:key="item.id"
|
||||
:label="item.no"
|
||||
:value="item.id"
|
||||
|
|
@ -820,7 +820,7 @@ onMounted(async () => {
|
|||
// 获得用户列表
|
||||
userOptions.value = await UserApi.getSimpleUserList()
|
||||
// 获得报价列表
|
||||
quotationList.value = await QuotationApi.getSimpleQuotationList()
|
||||
quotationList.value = await QuotationApi.getSelfSimpleQuotationList()
|
||||
|
||||
//票据
|
||||
const tempData = await BillTemplateApi.getBillTemplatePage({
|
||||
|
|
|
|||
Loading…
Reference in New Issue