1.预配盘摆放相关功能

master
董哲奇 3 months ago
parent 7d82d23b61
commit 16bd95c8fc

@ -15,6 +15,7 @@ export function getBfwz(data={}) {return request({url: '/dwxx/list', method: 'po
*/ */
export function saveBfwz(data={}) {return request({url: '/dwxx/addOrEdit', method: 'post', data})} export function saveBfwz(data={}) {return request({url: '/dwxx/addOrEdit', method: 'post', data})}
export function getYppyzList(data={}) {return request({url: '/yppyz/list', method: 'post', data})}
export function getDmppxxbList(data={}) {return request({url: '/dmPpxxb/getDmppxxbList', method: 'post', data})} export function getDmppxxbList(data={}) {return request({url: '/dmPpxxb/getDmppxxbList', method: 'post', data})}
export function getDmppxxbListAndYz(data={}) {return request({url: '/dmPpxxb/getDmppxxbListAndYz', method: 'post', data})} export function getDmppxxbListAndYz(data={}) {return request({url: '/dmPpxxb/getDmppxxbListAndYz', method: 'post', data})}

@ -68,7 +68,13 @@ export function getryBase(data) {
}); });
} }
export function bgList(data) {
return request({
url: "/yppyz/bgList",
method: "post",
data,
});
}
export function yppyzcx(data) { export function yppyzcx(data) {
return request({ return request({

@ -1,5 +1,13 @@
import request from '@/utils/request' import request from '@/utils/request'
export function ppBGong(data) {
return request({
url: "/zyjh/ppBGong",
method: "post",
data
});
}
export function getBzryByBz(params) { export function getBzryByBz(params) {
return request({ return request({
url: "/zyjh/getBzryByBz", url: "/zyjh/getBzryByBz",

@ -153,63 +153,58 @@ export default {
sbxx:{}, sbxx:{},
height: '500px', height: '500px',
tableColumn1:[ tableColumn1:[
{ type: 'seq', width: 60, title: '序号'}, { type: 'seq', width: 25, title: '序号'},
{ field: 'dcCh', title: '船号',width: 100, { field: 'dcCh', title: '船号\n',width: 80,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }}, filterRender: { name: 'FilterCombination', }},
// { field: 'dcCh1', title: '',width: 90, { field: 'dcPl', title: '批量\n',width: 60,
// filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
// filterRender: { name: 'FilterCombination', }},//
{ field: 'dcPl', title: '批量',width: 80,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }}, filterRender: { name: 'FilterCombination', }},
{ field: 'jssj', title: '分段\n钢料需求',width: 90,
{ field: 'jssj', title: '分段钢料需求',width: 110,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }}, filterRender: { name: 'FilterCombination', }},
{ field: 'sljhrq', title: '上料\n计划日期',width: 90,
{ field: 'sljhrq', title: '上料计划日期',width: 100,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }, filterRender: { name: 'FilterCombination', },
editRender:{ name: '$input', props: { type: 'date',labelFormat:"yyyy/MM/dd",valueFormat:"yyyy/MM/dd" }} editRender:{ name: '$input', props: { type: 'date',labelFormat:"yyyy/MM/dd",valueFormat:"yyyy/MM/dd" }}
}, },
{ field: 'pwjhrq', title: '抛丸计划日期',width: 100, { field: 'pwjhrq', title: '抛丸\n计划日期',width: 90,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }, filterRender: { name: 'FilterCombination', },
editRender:{ name: '$input', props: { type: 'date',labelFormat:"yyyy/MM/dd",valueFormat:"yyyy/MM/dd" }} editRender:{ name: '$input', props: { type: 'date',labelFormat:"yyyy/MM/dd",valueFormat:"yyyy/MM/dd" }}
}, },
{ field: 'hxjhrq', title: '划线计划日期',width: 100, { field: 'hxjhrq', title: '划线\n计划日期',width: 90,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }, filterRender: { name: 'FilterCombination', },
editRender:{ name: '$input', props: { type: 'date',labelFormat:"yyyy/MM/dd",valueFormat:"yyyy/MM/dd" }} editRender:{ name: '$input', props: { type: 'date',labelFormat:"yyyy/MM/dd",valueFormat:"yyyy/MM/dd" }}
}, },
{ field: 'qgjhrq', title: '切割计划日期',width: 100, { field: 'qgjhrq', title: '切割\n计划日期',width: 90,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }, filterRender: { name: 'FilterCombination', },
editRender:{ name: '$input', props: { type: 'date',labelFormat:"yyyy/MM/dd",valueFormat:"yyyy/MM/dd" }} editRender:{ name: '$input', props: { type: 'date',labelFormat:"yyyy/MM/dd",valueFormat:"yyyy/MM/dd" }}
}, },
{ field: 'bs', title: '套料图数',width: 80, { field: 'bs', title: '套料图\n',width: 70,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }}, filterRender: { name: 'FilterCombination', }},
{ field: 'ylbs', title: '余料板数',width: 80, { field: 'ylbs', title: '余料\n板数',width: 70,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }}, filterRender: { name: 'FilterCombination', }},
{ field: 'slxhthCount', title: '上料匹配板数',width: 80, { field: 'slxhthCount', title: '上料匹配\n板数',width: 80,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }}, filterRender: { name: 'FilterCombination', }},
{ field: 'slCount', title: '上料板数',width: 80, { field: 'slCount', title: '上料\n板数',width: 70,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }}, filterRender: { name: 'FilterCombination', }},
{ field: 'pwCount', title: '抛丸板数',width: 80, { field: 'pwCount', title: '抛丸\n板数',width: 70,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }}, filterRender: { name: 'FilterCombination', }},
// { field: 'llCount', title: '',width: 80, // { field: 'llCount', title: '',width: 80,
// filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], // filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
// filterRender: { name: 'FilterCombination', }}, // filterRender: { name: 'FilterCombination', }},
{ field: 'hxCount', title: '划线板数',width: 80, { field: 'hxCount', title: '划线\n板数',width: 70,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }}, filterRender: { name: 'FilterCombination', }},
{ field: 'qgCount', title: '切割板数',width: 80, { field: 'qgCount', title: '切割\n板数',width: 70,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }}, filterRender: { name: 'FilterCombination', }},
{ title: '1跨', { title: '1跨',
@ -254,7 +249,6 @@ export default {
}, },
], ],
tableColumn:[ tableColumn:[
{ type: 'checkbox', width: 50 ,},
{ type: 'seq', width: 60, title: '序号'}, { type: 'seq', width: 60, title: '序号'},
// { field: 'jhlx', title: '',width: 70,formatter:this.formatterZt, // { field: 'jhlx', title: '',width: 70,formatter:this.formatterZt,
// filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], // filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
@ -274,7 +268,7 @@ export default {
{ field: 'zl', title: '组立',width: 80,formatter: ['dictFormat','ZLLB'], { field: 'zl', title: '组立',width: 80,formatter: ['dictFormat','ZLLB'],
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }}, filterRender: { name: 'FilterCombination', }},
{ field: 'kw', title: '跨位',width: 80,formatter: ['dictFormat','QGKW'], { field: 'kw', title: '跨位',width: 120,formatter: ['dictFormat','QGKW'],
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }}, filterRender: { name: 'FilterCombination', }},
{ field: 'tzbh', title: '套料图号',width: 90, { field: 'tzbh', title: '套料图号',width: 90,
@ -288,20 +282,20 @@ export default {
{ field: 'ylbs', title: '余料',width: 90, { field: 'ylbs', title: '余料',width: 90,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', }}, filterRender: { name: 'FilterCombination', }},
{ // {
field: 'slkcdw', // field: 'slkcdw',
title: '上料库存垛位', // title: '',
width: 100, // width: 100,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], // filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination' } // filterRender: { name: 'FilterCombination' }
}, // },
{ // {
field: 'slcs', // field: 'slcs',
title: '上料层数', // title: '',
width: 100, // width: 100,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], // filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination' } // filterRender: { name: 'FilterCombination' }
}, // },
// { // {
// field: 'slxhth', // field: 'slxhth',
// title: '', // title: '',

@ -149,9 +149,8 @@
<!-- </el-col>--> <!-- </el-col>-->
<el-col :span="4" > <el-col :span="4" >
<el-form-item style="float: right" > <el-form-item style="float: right" >
<el-button type="success" @click="wzxjc"></el-button>
<el-button type="success" @click="slpgclick"></el-button> <el-button type="success" @click="slpgclick"></el-button>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
@ -722,10 +721,16 @@ export default {
window.addEventListener('resize', this.getHeight) window.addEventListener('resize', this.getHeight)
this.getHeight() this.getHeight()
this.initBase() this.initBase()
}, },
methods: { methods: {
//
wzxjc(){
if (!this.queryParam.dcch){
this.$message.warning('请选择船号')
return;
}
},
zlFormat({cellValue}){ zlFormat({cellValue}){
if(cellValue==='D'){ if(cellValue==='D'){
return '中大组立' return '中大组立'

@ -26,16 +26,9 @@
<el-col :span="14"></el-col> <el-col :span="14"></el-col>
<el-col :span="10" > <el-col :span="10" >
<el-form-item style="float: right" > <el-form-item style="float: right" >
<el-button <el-button type="success" @click="toolbarButtonClickEvent('save')"></el-button>
type="success"
@click="toolbarButtonClickEvent('save')"
>保存</el-button>
<el-button type="success" @click="toolbarButtonClickEvent('insert')"></el-button> <el-button type="success" @click="toolbarButtonClickEvent('insert')"></el-button>
<el-button <el-button type="danger" @click="toolbarButtonClickEvent('delete')"></el-button>
type="danger"
@click="toolbarButtonClickEvent('delete')"
>删除
</el-button>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
@ -111,6 +104,7 @@ export default {
queryParam: { queryParam: {
dcCh:'', dcCh:'',
dcPl:'', dcPl:'',
status:'全部',
}, },
inParam:{ inParam:{
rqfw:'', rqfw:'',
@ -359,7 +353,7 @@ export default {
dwList.forEach(dwxx=>{ dwList.forEach(dwxx=>{
if (dwxx.qy===item.qy&&dwxx.dwh===item.dwh){ if (dwxx.qy===item.qy&&dwxx.dwh===item.dwh){
item.dwxxId=dwxx.id item.dwxxId=dwxx.id
item.status=1 item.status='设置垛位'
} }
}) })
}) })
@ -378,7 +372,7 @@ export default {
dwList.forEach(dwxx=>{ dwList.forEach(dwxx=>{
if (dwxx.qy===item.qy&&dwxx.dwh===item.dwh){ if (dwxx.qy===item.qy&&dwxx.dwh===item.dwh){
item.dwxxId=dwxx.id item.dwxxId=dwxx.id
item.status=1 item.status='设置垛位'
} }
}) })
}) })

@ -1,7 +1,7 @@
<template> <template>
<div id="bFangSearch" ref="bFangSearchRef"> <div id="bFangSearch" ref="bFangSearchRef">
<ProjectSelect ref="projectSelectRef" clearable :_style="{width:'115px'}"/> <ProjectSelect ref="projectSelectRef" clearable :_style="{width:'115px'}"/>
<VxeInput v-model="queryParam.pl" clearable style="width: 110px" placeholder="请输入批量"/> <VxeInput v-model="queryParam.dcPl" clearable style="width: 110px" placeholder="请输入批量"/>
<VxeButton status="primary" content="查询" @click="search" /> <VxeButton status="primary" content="查询" @click="search" />
<VxeSelect v-model="plParam.qy" ref="qyRef" clearable :options="qyList" @change="qyChange" style="margin-left: 10px;width: 125px" placeholder="选择区域"/> <VxeSelect v-model="plParam.qy" ref="qyRef" clearable :options="qyList" @change="qyChange" style="margin-left: 10px;width: 125px" placeholder="选择区域"/>
<VxeSelect v-model="plParam.dw" ref="dwRef" clearable :options="dwList" style="width: 115px" placeholder="选择垛位"/> <VxeSelect v-model="plParam.dw" ref="dwRef" clearable :options="dwList" style="width: 115px" placeholder="选择垛位"/>
@ -28,7 +28,7 @@ export default {
dw:'' dw:''
}, },
queryParam:{ queryParam:{
pl:'', dcPl:'',
} }
} }
}, },
@ -37,14 +37,14 @@ export default {
}, },
methods:{ methods:{
search(){ search(){
this.queryParam.dcch=this.$refs.projectSelectRef.getDcch() this.queryParam.dcCh=this.$refs.projectSelectRef.getDcch()
EventBus.$emit('bfSearch', this.queryParam) EventBus.$emit('bfSearch', this.queryParam)
}, },
tj(){ tj(){
EventBus.$emit('bfSave', {})
}, },
pl(){ pl(){
this.$message.error('暂不支持自行调整摆放位置')
}, },
qyChange({value}){ qyChange({value}){
this.dwList=[] this.dwList=[]

@ -1,55 +1,112 @@
<template> <template>
<div class="viewpdf-box"> <div class="viewpdf-box">
<div class="border-out"> <el-row :gutter="20" style="width: 100%">
<div class="border-inner"> <el-col :span="6" v-for="(item, index) in data" :key="index">
<el-row :gutter="20"> <div class="viewpdf-flex">
<el-col :span="6" v-for="(item, index) in data" :key="index"> <div class="click_container" @click="detailShow(item.list)">
<dv-border-box-12> <img src="@/assets/KHCFDC_PDF.png" alt="" />
<div class="viewpdf-flex" @click="ljShow(item.list)"> <div class="pdf-title">{{ item.dcCh }}</div>
<img src="@/assets/KHCFDC_PDF.png" alt="" /> <div class="pdf-title">{{ item.dcPl }}</div>
<div class="pdf-title">{{ item.tzbh }}</div> <div class="pdf-title">{{ item.qy }}</div>
</div> <div class="pdf-title">{{ item.dwh }}</div>
</dv-border-box-12> </div>
</el-col> <VxeCheckbox class="pdf-check" v-model="item.selected" @change="(checked)=>{checkboxChange(checked,item)}" />
</el-row> </div>
</div> </el-col>
</div> </el-row>
</div> </div>
</template> </template>
<script> <script>
import {getDmppxxbList} from "@/api/jhzxgl/ypp"; import {getBfwz, getYppyzList} from "@/api/jhzxgl/ypp";
import {EventBus} from "@/event-bus"; import {EventBus} from "@/event-bus";
import {groupBy} from "@/utils"; import Container from "@/views/zyjhzx/components/Container.vue";
import {ppBGong} from "@/api/zyjh";
import {bgList} from "@/api/sjzx/bzzGL";
export default { export default {
name: "BFangShow", name: "BFangShow",
components: {Container},
data(){ data(){
return { return {
data:[] zyq:'',
data:[],
dwxx:[],
dataInitParam:{}
} }
}, },
created(list){ created(){
EventBus.$emit('bfSearch', list) this.zyq=this.$route.query.zyq;
EventBus.$on('bfSave', params => {
this.save()
})
this.ljShow()
}, },
methods:{ methods:{
save(){
const saveList=[]
this.data.forEach(item=>{
if(item.selected){
const data={
id:item.id,
dcCh:item.dcCh,
dcPl:item.dcPl,
ljList:[]
}
item.ljList.forEach(lj=>{
const _lj={
id:lj.id,
qq:item.qy,
dw:item.dwh,
ppzt:'02'
}
data.ljList.push(_lj)
})
saveList.push(data)
}
})
ppBGong(saveList).then((res)=>{
this.$message.success('成功')
this.initData()
})
},
detailShow(data){
console.log(data)
},
checkboxChange(checked,item){
console.log(checked,item)
return checked;
},
ljShow(){ ljShow(){
this.initDw()
EventBus.$on('bfSearch', params => { EventBus.$on('bfSearch', params => {
this.initData(params) this.dataInitParam=params;
this.initData()
}) })
}, },
initData(params={dcch:'',pl:''}){ initData(){
console.log(111) const params=this.dataInitParam;
if(!params.dcch){ if(!params.dcCh){
this.$message.warning('请选择船号') this.$message.warning('请选择船号')
return; return;
} }
getDmppxxbList(params).then((res) => { params.zyq=this.zyq
const data=groupBy(res.data,(item)=>{ bgList(params).then((res) => {
return item.tlth res.data.forEach(item => {
item.selected=false
for (const dw of this.dwxx) {
if (item.dwxxId===dw.id){
item.qy=dw.qy
item.dwh=dw.dwh
}
}
}) })
console.log(data) this.data=res.data.filter(item=>item.ljList.length>0)
this.data=data })
},
initDw(){
getBfwz().then((res)=>{
this.dwxx=res.data
}) })
} }
} }
@ -58,28 +115,35 @@ export default {
<style scoped> <style scoped>
.viewpdf-box { .viewpdf-box {
width:81.6%; width:81%;
position: absolute; position: absolute;
top:78px; top:78px;
left:344px; left:18%;
border: none; border: none;
margin: 0; margin: 0;
display: flex; display: flex;
align-items: stretch; align-items: stretch;
height: calc(100vh - 105px); height: calc(100vh - 105px);
.viewpdf-flex { .viewpdf-flex {
width: 100%;
border: #00cdff 1px solid;
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 20px;
color: #fff;
margin-top: 4%; margin-top: 4%;
padding: 20px; padding: 10px;
cursor: pointer; .click_container{
img { width: 85%;
width: 50px; display: flex;
} align-items: center;
.pdf-title { font-size: 18px;
margin-left: 10px; color: #fff;
cursor: pointer;
img {
width: 50px;
}
.pdf-title {
margin-left: 5px;
}
} }
} }
} }

@ -25,8 +25,10 @@ export default {
components: {BFangShow, ZyjhSelectComp, BFangTable, SliaoSearch, BFangSearch}, components: {BFangShow, ZyjhSelectComp, BFangTable, SliaoSearch, BFangSearch},
data(){ data(){
return{ return{
width:0,
height:0,
workers:[], workers:[],
title:'预 配 盘 报 工', title:' 配 盘 报 工',
zyq:'', zyq:'',
stage:null, stage:null,
layer:null, layer:null,

@ -168,7 +168,6 @@ export default {
} }
}, },
baogong(tmpArr,data){ baogong(tmpArr,data){
console.log(312)
let ycldwInfo=null let ycldwInfo=null
for (const dw of this.dw) { for (const dw of this.dw) {
for (const info of dw.list) { for (const info of dw.list) {

Loading…
Cancel
Save