* feat: invoice (#2293)

* feat: default voice header

* add i18n

* refactor: 优化代码

* feat: 用户开票

* refactor: 代码优化&&样式联调 (#2384)

* Feat: invoice upload (#2424)

* refactor: 验收问题&&样式调整

* feat: 文件上传

* 小调整

* perf: invoice ui

---------

Co-authored-by: papapatrick <109422393+Patrickill@users.noreply.github.com>
This commit is contained in:
Archer
2024-08-19 17:44:48 +08:00
committed by GitHub
parent 884c2d9553
commit 5fab3734fa
37 changed files with 1093 additions and 31 deletions

View File

@@ -0,0 +1,6 @@
<svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.66401 5.66669C3.66401 5.20645 4.03711 4.83335 4.49735 4.83335H11.6695C12.1297 4.83335 12.5028 5.20645 12.5028 5.66669C12.5028 6.12692 12.1297 6.50002 11.6695 6.50002H4.49735C4.03711 6.50002 3.66401 6.12692 3.66401 5.66669Z" fill="#3370FF"/>
<path d="M3.66401 9.00002C3.66401 8.53978 4.03711 8.16669 4.49735 8.16669H11.6695C12.1297 8.16669 12.5028 8.53978 12.5028 9.00002C12.5028 9.46026 12.1297 9.83335 11.6695 9.83335H4.49735C4.03711 9.83335 3.66401 9.46026 3.66401 9.00002Z" fill="#3370FF"/>
<path d="M4.49735 11.5C4.03711 11.5 3.66401 11.8731 3.66401 12.3334C3.66401 12.7936 4.03711 13.1667 4.49735 13.1667H11.6695C12.1297 13.1667 12.5028 12.7936 12.5028 12.3334C12.5028 11.8731 12.1297 11.5 11.6695 11.5H4.49735Z" fill="#3370FF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.4691 1.62233C11.6249 1.77591 11.8751 1.77592 12.0308 1.62235L12.7192 0.943613C12.875 0.790047 13.1252 0.790059 13.2809 0.943642L13.9691 1.62231C14.1249 1.7759 14.3751 1.77591 14.5308 1.62233L15.1596 1.00236C15.286 0.877733 15.5 0.967269 15.5 1.14477L15.5 16.8551C15.5 17.0326 15.286 17.1221 15.1596 16.9975L14.5308 16.3775C14.3751 16.2239 14.1249 16.2239 13.9691 16.3775L13.2808 17.0562C13.1251 17.2098 12.8748 17.2098 12.7191 17.0562L12.0308 16.3775C11.8751 16.2239 11.6248 16.2239 11.4691 16.3775L10.7808 17.0562C10.6251 17.2098 10.3748 17.2098 10.2191 17.0562L9.53077 16.3774C9.37502 16.2239 9.12479 16.2239 8.96904 16.3774L8.2807 17.0562C8.12495 17.2098 7.87472 17.2098 7.71897 17.0562L7.03067 16.3775C6.87493 16.2239 6.62469 16.2239 6.46894 16.3775L5.78067 17.0562C5.62492 17.2098 5.37468 17.2098 5.21894 17.0562L4.53068 16.3775C4.37493 16.2239 4.12468 16.2239 3.96893 16.3775L3.28066 17.0563C3.1249 17.2099 2.87463 17.2099 2.71888 17.0563L2.03078 16.3776C1.87503 16.2239 1.62474 16.2239 1.46898 16.3776L0.84045 16.9975C0.714067 17.1222 0.5 17.0327 0.5 16.8552V1.14489C0.5 0.967371 0.714067 0.877842 0.84045 1.00251L1.469 1.62251C1.62475 1.77614 1.87502 1.77614 2.03078 1.62253L2.71905 0.943698C2.8748 0.790091 3.12505 0.790085 3.2808 0.943684L3.96896 1.62233C4.1247 1.77591 4.37491 1.77592 4.53067 1.62235L5.21906 0.943613C5.37481 0.790047 5.62503 0.79006 5.78077 0.943642L6.46898 1.62234C6.62471 1.77591 6.87492 1.77593 7.03067 1.62237L7.71916 0.943592C7.87492 0.790036 8.12513 0.790053 8.28086 0.943631L8.96908 1.62233C9.12481 1.77591 9.37502 1.77593 9.53077 1.62236L10.2192 0.943603C10.375 0.790041 10.6252 0.790056 10.7809 0.943636L11.4691 1.62233ZM14.0753 3.53086C14.0753 3.19949 13.8067 2.93086 13.4753 2.93086H2.52471C2.19334 2.93086 1.92471 3.19949 1.92471 3.53086V14.4691C1.92471 14.8005 2.19334 15.0691 2.52471 15.0691H13.4753C13.8067 15.0691 14.0753 14.8005 14.0753 14.4691V3.53086Z" fill="#3370FF"/>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB