| | |
| | | |
| | | <script> |
| | | import customerIndex from '@/pages/customer-page/customer-index/customer-index.vue'; |
| | | // import driverIndex from '@/pages/driver-page/driver-index/driver-index.vue'; |
| | | import driverIndex from '@/pages/driver-page/driver-index/test-index.vue' |
| | | import driverIndex from '@/pages/driver-page/driver-index/driver-index.vue'; |
| | | // import driverIndex from '@/pages/driver-page/driver-index/test-index.vue' |
| | | import inspectionIndex from '@/pages/driver-page/driver-index/bill-of-lading-details/selectOrderPlan/selectOrderPlan.vue' |
| | | import freightForwarderIndex from '@/pages/freight-forwarder-page/freightForwarder-index/freightForwarder-index.vue'; |
| | | import { mapState, mapMutations, mapGetters } from 'vuex'; |
| | |
| | | let nowWeighObj = JSON.parse(v.slice(7)); |
| | | console.log(nowWeighObj,'nowWeighObj-----') |
| | | console.log(this.globalweighHouseCode,'this.globalweighHouseCode-----') |
| | | console.log('我进来了--------------1111111') |
| | | if (this.globalweighHouseCode && nowWeighObj.eqCode == this.globalweighHouseCode) { |
| | | console.log('我进来了--------------22') |
| | | if (nowWeighObj.eqInfraredStatus) { |
| | | this.changeinfraredStatus(true); |
| | | this.changeWeigh(nowWeighObj.weigh); |