Compare commits
	
		
			No commits in common. "81ea3f55f2e087158fd056c8b8488575dadc1e04" and "7217e45a21c2092b11389986b2edf97a68316a2f" have entirely different histories.
		
	
	
		
			81ea3f55f2
			...
			7217e45a21
		
	
		| 
						 | 
				
			
			@ -58,7 +58,7 @@
 | 
			
		|||
		<!-- 指纹机号码 -->
 | 
			
		||||
		<add  key="machineNumber" value="1"/>
 | 
			
		||||
		<!-- 指纹机ip -->
 | 
			
		||||
		<add  key="fingerIp" value="192.168.50.59"/>
 | 
			
		||||
		<add  key="fingerIp" value="192.168.50.201"/>
 | 
			
		||||
		<!--一个抽屉对应标签数-->
 | 
			
		||||
		<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[0].DrawerNo, csList[0].ColNo, totalQuantity);
 | 
			
		||||
                                        _portUtil.WriteQuantity(csList[i].DrawerNo, csList[i].ColNo, totalQuantity);
 | 
			
		||||
                                        Thread.Sleep(200);
 | 
			
		||||
                                    }
 | 
			
		||||
                                    else
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue