|
|
@@ -677,13 +677,13 @@ namespace MeterSceneLibrary
|
|
|
// 重量类型为皮重
|
|
|
if (list[0].weightTypeNo == "001033002")
|
|
|
{
|
|
|
- //if (PbCache.lockWgt > 25)
|
|
|
- //{
|
|
|
- // rt = saveMethod.doError(string.Format("当前重量:{0},请确认是否为皮重", PbCache.lockWgt));
|
|
|
- // PbCache.voiceType = 26;
|
|
|
- // PbCache.LEDResultMessage = string.Format("当前重量:{0},请确认是否为皮重", PbCache.lockWgt);
|
|
|
- // return rt;
|
|
|
- //}
|
|
|
+ if (PbCache.lockWgt > 25)
|
|
|
+ {
|
|
|
+ rt = saveMethod.doError(string.Format("当前重量:{0},请确认是否为皮重", PbCache.lockWgt));
|
|
|
+ PbCache.voiceType = 26;
|
|
|
+ PbCache.LEDResultMessage = string.Format("当前重量:{0},请确认是否为皮重", PbCache.lockWgt);
|
|
|
+ return rt;
|
|
|
+ }
|
|
|
|
|
|
// 历史皮重验证
|
|
|
rt = saveMethod.validHisTare(list[0].weightTypeNo);
|