|
@@ -702,11 +702,12 @@
|
|
"
|
|
"
|
|
>提交</el-button
|
|
>提交</el-button
|
|
>
|
|
>
|
|
- <span v-show="orgCode!='chengyunshang'">是否校验GPS:</span>
|
|
|
|
|
|
+ <span v-show="orgCode != 'chengyunshang'">是否校验GPS:</span>
|
|
<el-switch
|
|
<el-switch
|
|
v-model="isCheckGPS"
|
|
v-model="isCheckGPS"
|
|
- v-show="orgCode!='chengyunshang'"
|
|
|
|
- :disabled="orgCode=='chengyunshang'">
|
|
|
|
|
|
+ v-show="orgCode != 'chengyunshang'"
|
|
|
|
+ :disabled="orgCode == 'chengyunshang'"
|
|
|
|
+ >
|
|
</el-switch>
|
|
</el-switch>
|
|
</div>
|
|
</div>
|
|
<div class="steelMapClass33">
|
|
<div class="steelMapClass33">
|
|
@@ -1432,11 +1433,11 @@ export default {
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- isCheckGPS:true,
|
|
|
|
- userId:null,
|
|
|
|
- orgCode:null,
|
|
|
|
- taskAllNum:0,
|
|
|
|
- noticeInterval:null,
|
|
|
|
|
|
+ isCheckGPS: true,
|
|
|
|
+ userId: null,
|
|
|
|
+ orgCode: null,
|
|
|
|
+ taskAllNum: 0,
|
|
|
|
+ noticeInterval: null,
|
|
exceptionHandleVisible: false,
|
|
exceptionHandleVisible: false,
|
|
batchCarrierName: null,
|
|
batchCarrierName: null,
|
|
batchCarrierVisible: false,
|
|
batchCarrierVisible: false,
|
|
@@ -3056,7 +3057,7 @@ export default {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
//是否校验GPS
|
|
//是否校验GPS
|
|
- this.steelMap.isCheckGPS=this.isCheckGPS;
|
|
|
|
|
|
+ this.steelMap.isCheckGPS = this.isCheckGPS
|
|
if (this.steelMap.capacityIds != 0) {
|
|
if (this.steelMap.capacityIds != 0) {
|
|
const loading = this.$loading({
|
|
const loading = this.$loading({
|
|
lock: true,
|
|
lock: true,
|
|
@@ -3713,7 +3714,6 @@ export default {
|
|
console.log(this.maxHeight, 'this.maxHeight')
|
|
console.log(this.maxHeight, 'this.maxHeight')
|
|
this.maxHeight = window.innerHeight - 130
|
|
this.maxHeight = window.innerHeight - 130
|
|
console.log(this.maxHeight, 'this.maxHeight')
|
|
console.log(this.maxHeight, 'this.maxHeight')
|
|
- this.steelMap = {}
|
|
|
|
loading.close()
|
|
loading.close()
|
|
console.log(this.visibleList)
|
|
console.log(this.visibleList)
|
|
})
|
|
})
|
|
@@ -3803,7 +3803,6 @@ export default {
|
|
)
|
|
)
|
|
.then(res => {
|
|
.then(res => {
|
|
this.tableData = res.data.data
|
|
this.tableData = res.data.data
|
|
- this.steelMap = {}
|
|
|
|
this.totalHeight += this.itemHeight
|
|
this.totalHeight += this.itemHeight
|
|
this.visibleList = []
|
|
this.visibleList = []
|
|
this.maxHeight = window.innerHeight - 130
|
|
this.maxHeight = window.innerHeight - 130
|