|
|
@@ -56,14 +56,14 @@
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
<a-form-item label="发票金额">
|
|
|
- <span class="white">{{ formatValue(selectedRow.invoiceamount) }}</span>
|
|
|
+ <span class="white">{{ formatValue(selectedRow.InvoiceAmount) }}</span>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
<a-row :gutter="24">
|
|
|
<a-col :span="12">
|
|
|
<a-form-item label="发票附件">
|
|
|
- <span class="white">{{ formatValue(selectedRow.invoiceamount) }}</span>
|
|
|
+ <span class="white">{{ formatValue(selectedRow.InvoiceAmount) }}</span>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
@@ -110,6 +110,8 @@ export default defineComponent({
|
|
|
const maskClosableFlag = ref<boolean>(false);
|
|
|
|
|
|
function submit() {
|
|
|
+ console.log(props)
|
|
|
+ debugger
|
|
|
context.emit('refresh');
|
|
|
cancel()
|
|
|
}
|