Compare commits
2 Commits
7217e45a21
...
81ea3f55f2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81ea3f55f2 |
|
|
|
|
ed701f2360 |
|
|
|
@ -58,7 +58,7 @@
|
|||
<!-- 指纹机号码 -->
|
||||
<add key="machineNumber" value="1"/>
|
||||
<!-- 指纹机ip -->
|
||||
<add key="fingerIp" value="192.168.50.201"/>
|
||||
<add key="fingerIp" value="192.168.50.59"/>
|
||||
<!--一个抽屉对应标签数-->
|
||||
<add key="labelCount" value="2"/>
|
||||
<!--是否自动写标签数量-->
|
||||
|
|
|
|||
|
|
@ -391,7 +391,7 @@ namespace DM_Weight.ViewModels
|
|||
_portUtil.ShowContent(csList[0].DrawerNo, csList[0].ColNo);
|
||||
Thread.Sleep(200);
|
||||
//将库位多批次的总库存数更新标签
|
||||
_portUtil.WriteQuantity(csList[i].DrawerNo, csList[i].ColNo, totalQuantity);
|
||||
_portUtil.WriteQuantity(csList[0].DrawerNo, csList[0].ColNo, totalQuantity);
|
||||
Thread.Sleep(200);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue