|
|
@@ -95,7 +95,7 @@ namespace CarMeterSystem
|
|
|
private List<ucBusinessType> lu = new List<ucBusinessType>();
|
|
|
|
|
|
private bool isVoiceDownCar = false;//车上人员请下车播放一次
|
|
|
- private bool isShowFrmWelcome = true; //是否显示欢迎界面
|
|
|
+ private bool isShowFrmWelcome = false; //是否显示欢迎界面
|
|
|
|
|
|
private bool isOpened = false;//是否已经打开了扫码计量界面
|
|
|
|
|
|
@@ -442,8 +442,8 @@ namespace CarMeterSystem
|
|
|
//num++;
|
|
|
|
|
|
//e.carno = "湘G88888";
|
|
|
- //e.weight = 23580;
|
|
|
- //e.weightStatus = 0;
|
|
|
+ e.weight = 23580;
|
|
|
+ e.weightStatus = 0;
|
|
|
|
|
|
//if (num < 20)
|
|
|
//{
|
|
|
@@ -657,6 +657,7 @@ namespace CarMeterSystem
|
|
|
{
|
|
|
PbCache.collect.pointid = PbCache.sportInfo.baseSpotNo;
|
|
|
PbCache.collect.weight = e.weight;
|
|
|
+ PbCache.collect.weight = e.weight;
|
|
|
PbCache.collect.weightStatus = e.weightStatus;
|
|
|
PbCache.collect.parkStatus = e.parkStatus;
|
|
|
PbCache.collect.datetime = e.datetime;
|