Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.Client.Invoices.Etax
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陶然
Kivii.Client.Invoices.Etax
Commits
1ca01acf
Commit
1ca01acf
authored
Apr 04, 2024
by
陶然
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
ef41ff00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
FrmMain.cs
Src/FrmMain.cs
+6
-0
No files found.
Src/FrmMain.cs
View file @
1ca01acf
...
...
@@ -287,6 +287,12 @@ namespace Kivii.Client.Invoices.Etax
{
if
(
resp
.
Results
.
IsNullOrEmpty
())
{
var
mvPath
=
$"
{
errorPath
}
\\
{
file
.
Name
}
"
;
fileMove
(
file
.
FullName
,
mvPath
);
outputMessage
(
$"文件名:
{
file
.
Name
}
格式不正确,无法从中获取发票号,此文件已移动到目录:
{
errorPath
}
"
);
}
else
{
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment