|
@@ -162,7 +162,7 @@
|
|
|
</el-table>
|
|
</el-table>
|
|
|
|
|
|
|
|
<!-- 上传附件 -->
|
|
<!-- 上传附件 -->
|
|
|
- <el-dialog ref="uploadInvoice" class="zap-upload-invoice" :title="上传发票" :visible.sync="uploadOpen" width="752px" append-to-body>
|
|
|
|
|
|
|
+ <el-dialog ref="uploadInvoice" class="zap-upload-invoice" title="上传发票" :visible.sync="uploadOpen" width="752px" append-to-body>
|
|
|
<el-row class="zap-upload-invoice__top">
|
|
<el-row class="zap-upload-invoice__top">
|
|
|
<span class="zap-upload-invoice__top-text">支持格式:.jpg,.jpeg,.png,单个文件不能超过3MB</span>
|
|
<span class="zap-upload-invoice__top-text">支持格式:.jpg,.jpeg,.png,单个文件不能超过3MB</span>
|
|
|
</el-row>
|
|
</el-row>
|
|
@@ -295,10 +295,10 @@ import {
|
|
|
import {
|
|
import {
|
|
|
getToken
|
|
getToken
|
|
|
} from "@/utils/auth";
|
|
} from "@/utils/auth";
|
|
|
-
|
|
|
|
|
|
|
+import InvoiceVerification from "@/components/InvoiceVerification"
|
|
|
export default {
|
|
export default {
|
|
|
name: "billAdd",
|
|
name: "billAdd",
|
|
|
- components: {},
|
|
|
|
|
|
|
+ components: {InvoiceVerification},
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
// 选中数组
|
|
// 选中数组
|