Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
顾剑亮
/
SmartScan
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 4aed483f
由
刘韬
编写于
2022-03-03 14:47:01 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
优化上传mes系统字典匹配的大小写问题
1 个父辈
130327d5
隐藏空白字符变更
内嵌
并排
正在显示
15 个修改的文件
包含
3 行增加
和
3 行删除
.vs/SmartScan/v16/.suo
BLL/Extension/Item_KaiFa.cs
BLL/MaterialEdit.cs
BLL/bin/Debug/BLL.dll
BLL/bin/Debug/BLL.pdb
BLL/obj/Debug/BLL.csproj.AssemblyReference.cache
BLL/obj/Debug/BLL.dll
BLL/obj/Debug/BLL.pdb
SmartScan/bin/Debug/BLL.dll
SmartScan/bin/Debug/BLL.pdb
SmartScan/bin/Debug/SmartScan.exe
SmartScan/bin/Debug/SmartScan.pdb
SmartScan/obj/Debug/SmartScan.csproj.AssemblyReference.cache
SmartScan/obj/Debug/SmartScan.exe
SmartScan/obj/Debug/SmartScan.pdb
.vs/SmartScan/v16/.suo
查看文件 @
4aed483
此文件类型无法预览
BLL/Extension/Item_KaiFa.cs
查看文件 @
4aed483
...
...
@@ -158,7 +158,7 @@ namespace BLL
LogNet
.
log
.
Debug
(
"Enter PrintLabel Method"
);
Dictionary
<
string
,
string
>
key
=
new
();
Dictionary
<
string
,
string
>
key
=
new
(
StringComparer
.
OrdinalIgnoreCase
);
for
(
int
i
=
0
;
i
<
extensions
.
Count
;
i
++)
{
if
(
extensions
[
i
].
Key
==
""
)
continue
;
...
...
@@ -231,7 +231,7 @@ namespace BLL
MPN
=
TryGetDictValue
(
keyv
,
"MPN"
),
SiteCode
=
TryGetDictValue
(
keyv
,
"SiteCode"
),
VEN
=
TryGetDictValue
(
keyv
,
"VEN"
),
TraceCode
=
TryGetDictValue
(
keyv
,
"T
race
"
),
TraceCode
=
TryGetDictValue
(
keyv
,
"T
RACE
"
),
};
if
(
string
.
IsNullOrWhiteSpace
(
initPPID_Request_DPS
.
ToLoc
))
...
...
BLL/MaterialEdit.cs
查看文件 @
4aed483
...
...
@@ -361,7 +361,7 @@ namespace BLL
private
bool
TemplateExtract
(
int
index
,
List
<
BarcodeInfo
>
code
,
out
Dictionary
<
string
,
string
>
keyword
,
out
bool
[]
isCodeUsed
)
{
keyword
=
new
();
keyword
=
new
(
StringComparer
.
OrdinalIgnoreCase
);
isCodeUsed
=
new
bool
[
code
.
Count
];
int
matchCount
=
0
;
...
...
BLL/bin/Debug/BLL.dll
查看文件 @
4aed483
此文件类型无法预览
BLL/bin/Debug/BLL.pdb
查看文件 @
4aed483
此文件类型无法预览
BLL/obj/Debug/BLL.csproj.AssemblyReference.cache
查看文件 @
4aed483
此文件类型无法预览
BLL/obj/Debug/BLL.dll
查看文件 @
4aed483
此文件类型无法预览
BLL/obj/Debug/BLL.pdb
查看文件 @
4aed483
此文件类型无法预览
SmartScan/bin/Debug/BLL.dll
查看文件 @
4aed483
此文件类型无法预览
SmartScan/bin/Debug/BLL.pdb
查看文件 @
4aed483
此文件类型无法预览
SmartScan/bin/Debug/SmartScan.exe
查看文件 @
4aed483
此文件类型无法预览
SmartScan/bin/Debug/SmartScan.pdb
查看文件 @
4aed483
此文件类型无法预览
SmartScan/obj/Debug/SmartScan.csproj.AssemblyReference.cache
查看文件 @
4aed483
此文件类型无法预览
SmartScan/obj/Debug/SmartScan.exe
查看文件 @
4aed483
此文件类型无法预览
SmartScan/obj/Debug/SmartScan.pdb
查看文件 @
4aed483
此文件类型无法预览
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论