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