郑州规约

wp1.0
fanluyan 2 years ago
parent e0ad6d1b3a
commit 9f0cd2f2d0

@ -355,7 +355,10 @@ export default {
console.log(spanTime);
console.log(moment(this.ruleSchedule[j].endTime).hour());
//
if (this.allCheckNode[i].protocol == "65283") {
if (
this.allCheckNode[i].protocol == "65283" ||
this.allCheckNode[i].protocol == "65285"
) {
console.log("湖南规约");
console.log(Stime, Etime);
console.log(typeof Stime);
@ -433,8 +436,7 @@ export default {
this.allCheckNode[i].protocol == "65280" ||
this.allCheckNode[i].protocol == "65296" ||
this.allCheckNode[i].protocol == "65281" ||
this.allCheckNode[i].protocol == "65284" ||
this.allCheckNode[i].protocol == "65285"
this.allCheckNode[i].protocol == "65284"
) {
console.log("河南规约");
//

@ -636,6 +636,88 @@ export default {
name: "",
},
], //
henanratiolist: [
{
id: 1,
name: "320X240",
},
{
id: 2,
name: "640X480",
},
{
id: 3,
name: "704X576",
},
{
id: 4,
name: "800X600 ",
},
{
id: 5,
name: "1024X768",
},
{
id: 6,
name: "1280X1024 ",
},
{
id: 7,
name: "1280X720",
},
{
id: 8,
name: "1920X1080",
},
{
id: 9,
name: "2560X1440",
},
{
id: 10,
name: "3840X2160",
},
{
id: 11,
name: "2560X1920 ",
},
{
id: 12,
name: "3264X2448",
},
{
id: 13,
name: "4224X3136",
},
{
id: 14,
name: "",
},
{
id: 15,
name: "",
},
{
id: 16,
name: "",
},
{
id: 17,
name: "",
},
{
id: 18,
name: "",
},
{
id: 19,
name: "",
},
{
id: 20,
name: "",
},
], //
selaccess: "", //
capturenr: {}, //
setForm: {}, //
@ -693,9 +775,9 @@ export default {
this.ratiolist = this.hnratiolist;
break;
//
// case 65285:
// days = "";
// break;
case 65285:
this.ratiolist = this.henanratiolist;
break;
//
case 65286:
this.ratiolist = this.zzratiolist;

@ -50,7 +50,7 @@
<div class="w8">时间表:</div>
<div class="w80 flexonly" v-loading="timeloading">
<el-tag
v-if="timeProtocol == '65283'"
v-if="timeProtocol == '65283' || timeProtocol == '65285'"
class="mr10 mt10"
size="mini"
v-for="(val, index) in this.shedulenr"
@ -75,7 +75,7 @@
>
<div class="w80 flexonly" v-loading="timeloading">
<el-tag
v-if="timeProtocol == '65283'"
v-if="timeProtocol == '65283' || timeProtocol == '65285'"
class="mr10 mt10"
size="mini"
v-for="(val, index) in this.newshedulenr"
@ -393,7 +393,10 @@ export default {
console.log("aaaaa");
console.log(this.shedulenr);
//
if (this.timeProtocol == "65283") {
if (
this.timeProtocol == "65283" ||
this.timeProtocol == "65285"
) {
console.log("1111111111111111111111111111111111111");
var hnarr = [];
for (var i = 0; i < this.shedulenr.length; i++) {
@ -504,7 +507,7 @@ export default {
this.shedulenr = res.data.list;
console.log(this.shedulenr);
//
if (this.timeProtocol == "65283") {
if (this.timeProtocol == "65283" || this.timeProtocol == "65285") {
console.log("1111111111111111111111111111111111111");
var hnarr = [];
for (var i = 0; i < this.shedulenr.length; i++) {
@ -634,7 +637,10 @@ export default {
console.log("qqqqqqqqqqqqqqqqqqqqqq");
console.log(this.offsetnum);
//
if (this.timeProtocol == "65283") {
if (
this.timeProtocol == "65283" ||
this.timeProtocol == "65285"
) {
console.log("湖南规约");
console.log("1111111111111111111111111111111111111");
var hnarr = [];
@ -976,7 +982,10 @@ export default {
console.log(Stime, Etime, spanTime);
console.log(moment(this.scheduleInfo[j].endTime).hour());
//
if (this.deviceListData.zzprotocol == "65283") {
if (
this.deviceListData.zzprotocol == "65283" ||
this.deviceListData.zzprotocol == "65285"
) {
console.log("湖南规约");
console.log(Stime, Etime);
console.log(typeof Stime);

Loading…
Cancel
Save