Commit 270c1e98 authored by xxx's avatar xxx

1

parent bd2e8193
......@@ -159,7 +159,7 @@ export default {
this.equipmentName = resSon1.data.content[0].equipmentName;
this.btnShow3 = true;
this.btnShow4 = true;
if(resSon1.data.content[0].workStatus == 0 && this.paidanFlag == 0){
if(resSon1.data.content[0].workStatus == 0){
this.paidanFlag = res.data.content[0].flag;
this.showDe = true;
this.btnShow1 = true;
......@@ -223,7 +223,7 @@ export default {
this.equipmentName = resSon1.data.content[0].equipmentName;
this.btnShow3 = true;
this.btnShow4 = true;
if(resSon1.data.content[0].workStatus == 0 && this.paidanFlag == 0){
if(resSon1.data.content[0].workStatus == 0){
this.paidanFlag = res.data.content[0].flag;
this.showDe = true;
this.btnShow1 = true;
......@@ -579,7 +579,7 @@ export default {
finishPaidanFn1(){
//查询指定目的地围栏以及判断该车是否在围栏里
let carDestinationText1 = this.carDestination;
let carDestinationText2 = carDestinationText1.split('-')[0];
let carDestinationText2 = carDestinationText1.split('/')[0];
httpGet(screenMapSetUpQuery,{size:9999,name:carDestinationText2}).then((resSon2) => {
if(resSon2){
let weilanArr1 = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment