|
@ -1223,7 +1223,8 @@ const submitPurchasePass = async (id, submitData) => { |
|
|
const formFinanceRef = ref() |
|
|
const formFinanceRef = ref() |
|
|
const handleFinanceApp = async (row) => { |
|
|
const handleFinanceApp = async (row) => { |
|
|
row.postingDate = dayjs().valueOf() |
|
|
row.postingDate = dayjs().valueOf() |
|
|
row.voucherNumberRemark = '收到' + row.supplierName + '发票' + row.goldenTaxInvoiceNumber |
|
|
//描述用供应商简称 |
|
|
|
|
|
row.voucherNumberRemark = '收到' + row.supplierShortName + '发票' + row.goldenTaxInvoiceNumber |
|
|
formFinanceRef.value.open('update', row, null, '财务通过', '财务通过') |
|
|
formFinanceRef.value.open('update', row, null, '财务通过', '财务通过') |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|