Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.Client.SampleInbounds.V4.0
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.SampleInbounds.V4.0
Commits
a0374d7c
Commit
a0374d7c
authored
Jun 05, 2023
by
任天宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
d09d4bda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
FrmMain.cs
Src/FrmMain.cs
+6
-5
No files found.
Src/FrmMain.cs
View file @
a0374d7c
...
...
@@ -515,15 +515,16 @@ namespace Kivii.Client.SampleInbounds
if
(
tid
.
IsNullOrEmpty
()
&&
bizId
.
IsNullOrEmpty
()
&&
epc
.
IsNullOrEmpty
())
return
;
var
request
=
new
SamplePrePackaging
();
if
(!
tid
.
IsNullOrEmpty
())
request
.
Tid
=
tid
;
if
(!
bizId
.
IsNullOrEmpty
())
request
.
BizId
=
bizId
;
if
(!
Guid
.
TryParse
(
epc
,
out
var
epcKvid
))
else
if
(!
bizId
.
IsNullOrEmpty
())
request
.
BizId
=
bizId
;
else
if
(
Guid
.
TryParse
(
epc
,
out
var
epcKvid
))
{
return
;
//
request.BizKvid = epcKvid;
//
return;
request
.
BizKvid
=
epcKvid
;
}
else
{
request
.
BizKvid
=
epcKvid
;
return
;
//request.BizKvid = epcKvid;
}
var
ownerSelected
=
cbSetCurrentPackageOwner
.
SelectedItem
as
Organization
;
if
(
ownerSelected
==
null
)
...
...
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