|
|
|
@ -83,7 +83,11 @@
|
|
|
|
|
>{{ val.substring(val.length - 5) }}</el-tag
|
|
|
|
|
>
|
|
|
|
|
<el-tag
|
|
|
|
|
v-if="timeProtocol == '65286' || timeProtocol == '65282'"
|
|
|
|
|
v-if="
|
|
|
|
|
timeProtocol == '65286' ||
|
|
|
|
|
timeProtocol == '65282' ||
|
|
|
|
|
timeProtocol == '65281'
|
|
|
|
|
"
|
|
|
|
|
class="mr10 mt10"
|
|
|
|
|
size="mini"
|
|
|
|
|
v-for="(val, index) in this.newshedulenr"
|
|
|
|
@ -713,7 +717,8 @@ export default {
|
|
|
|
|
//河南规约
|
|
|
|
|
if (
|
|
|
|
|
this.timeProtocol == "65286" ||
|
|
|
|
|
this.timeProtocol == "65282"
|
|
|
|
|
this.timeProtocol == "65282" ||
|
|
|
|
|
this.timeProtocol == "65281"
|
|
|
|
|
) {
|
|
|
|
|
console.log("河南规约");
|
|
|
|
|
var hnarr = [];
|
|
|
|
@ -1048,7 +1053,8 @@ export default {
|
|
|
|
|
////判断河南规约
|
|
|
|
|
if (
|
|
|
|
|
this.deviceListData.zzprotocol == "65286" ||
|
|
|
|
|
this.timeProtocol == "65282"
|
|
|
|
|
this.deviceListData.zzprotocol == "65282" ||
|
|
|
|
|
this.deviceListData.zzprotocol == "65281"
|
|
|
|
|
) {
|
|
|
|
|
console.log("河南规约");
|
|
|
|
|
//偏移时间
|
|
|
|
|