|
|
@ -4,6 +4,7 @@
|
|
|
|
<QgePgd id="qgfkpgd" v-if="pgdShow" ref="hxpgd" @initPgd="initPgd" :pgd="pgd" :worker="getWorker" :dw="dw" :workers="workers" @pgdClick="pgdClick"/>
|
|
|
|
<QgePgd id="qgfkpgd" v-if="pgdShow" ref="hxpgd" @initPgd="initPgd" :pgd="pgd" :worker="getWorker" :dw="dw" :workers="workers" @pgdClick="pgdClick"/>
|
|
|
|
<ZyjhSelectComp id="selectComp" ref="selRef" @initWorkers="initWorkers" @clear="clear"/>
|
|
|
|
<ZyjhSelectComp id="selectComp" ref="selRef" @initWorkers="initWorkers" @clear="clear"/>
|
|
|
|
<TipsComp />
|
|
|
|
<TipsComp />
|
|
|
|
|
|
|
|
<Drawer ref="drawer"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
@ -20,10 +21,11 @@ import {getBzryList} from "@/api/sjzx/bzzGL";
|
|
|
|
import QgePgd from "@/views/zyjhzx/qgefkui/comps/QgePgd.vue";
|
|
|
|
import QgePgd from "@/views/zyjhzx/qgefkui/comps/QgePgd.vue";
|
|
|
|
import ZyjhSelectComp from "@/views/zyjhzx/components/SelectComp.vue";
|
|
|
|
import ZyjhSelectComp from "@/views/zyjhzx/components/SelectComp.vue";
|
|
|
|
import TipsComp from "@/views/zyjhzx/components/TipsComp.vue";
|
|
|
|
import TipsComp from "@/views/zyjhzx/components/TipsComp.vue";
|
|
|
|
|
|
|
|
import Drawer from "@/views/zyjhzx/components/Drawer.vue";
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name: 'QGeFKui',
|
|
|
|
name: 'QGeFKui',
|
|
|
|
components: {TipsComp, ZyjhSelectComp, QgePgd},
|
|
|
|
components: {Drawer, TipsComp, ZyjhSelectComp, QgePgd},
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
title: '切 割 作 业 报 工',
|
|
|
|
title: '切 割 作 业 报 工',
|
|
|
@ -187,6 +189,11 @@ export default {
|
|
|
|
this.layer = layer
|
|
|
|
this.layer = layer
|
|
|
|
|
|
|
|
|
|
|
|
const titel = drawTitle(this.width, this.height, this.title)
|
|
|
|
const titel = drawTitle(this.width, this.height, this.title)
|
|
|
|
|
|
|
|
const that=this
|
|
|
|
|
|
|
|
titel.on('click touch',function (){
|
|
|
|
|
|
|
|
console.log(111)
|
|
|
|
|
|
|
|
that.$refs.drawer.show()
|
|
|
|
|
|
|
|
})
|
|
|
|
this.layer.add(titel)
|
|
|
|
this.layer.add(titel)
|
|
|
|
|
|
|
|
|
|
|
|
this.initWorkers(this.$refs.selRef.getData().bzType)
|
|
|
|
this.initWorkers(this.$refs.selRef.getData().bzType)
|
|
|
|