1.调整语音服务器地址

2.抛丸导出增加内码、跨为、组立
3.修正抛丸派工物料号不显示问题
master
董哲奇 5 months ago
parent cf6d3f92aa
commit 8ec12543b8

@ -47,7 +47,10 @@ export default {
}
})
// this.gridOptions.data = this.list
this.showData(this.list)
this.showData(this.list,false)
EventBus.$emit('pwtgComp', {
flag:true
})
})
},
created(){
@ -83,13 +86,13 @@ export default {
}
},
methods:{
showData(list){
if (this.tmpList.length===0){
showData(list,flag=false){
if (this.tmpList.length===0||flag){
this.tmpList=list
}
this.list=this.tmpList.filter(item=>item.zt==='BF')
this.gridOptions.data = this.list
this.gridOptions.data = this.list.reverse()
},
// initData(){
// bgControl({}).then(res=>{

@ -33,6 +33,11 @@ export default {
EventBus.$on('pwpg', item => {
this.gridOptions.data.push(item)
})
EventBus.$on('pwtgComp', item => {
if (item.flag){
// this.gridOptions.data = []
}
})
},
created(){
const {options,columns,setExt}=paoWanPgdConfig(window.innerHeight*0.95)
@ -75,6 +80,7 @@ export default {
})
})
}
this.gridOptions.data = []
},
export(){
@ -102,6 +108,18 @@ export default {
break;
}
}
for (const dw of this.gridOptions.tlt) {
if (item.kw===dw.bm){
_item.垮位=dw.bmsm
break;
}
}
for (const dw of this.gridOptions.zl) {
if (item.zl===dw.bm){
_item.组立=dw.name
break;
}
}
printData.push(_item)
})
const workBook = XLSX.utils.book_new();
@ -122,8 +140,8 @@ export default {
}
data.push(item)
})
this.gridOptions.data=data
console.log(this.gridOptions.data)
this.gridOptions.data=data.reverse()
this.$refs.vxeGrid.setAllCheckboxRow(false);
},
}
}

@ -18,7 +18,26 @@ export default function (_height=0) {
showOverflow: true,
scrollY:{enable:true},
data:[],
ycldw:[]
ycldw:[],
tlt:[
{"bmsm": "2跨超长超宽曲板", "bmlb": "QGKW", "bm": "10"},
{"bmsm": "2跨T型材腹板", "bmlb": "QGKW", "bm": "11"},
{"bmsm": "2跨激光切割板", "bmlb": "QGKW", "bm": "12"},
{"bmsm": "3跨曲板", "bmlb": "QGKW", "bm": "13"},
{"bmsm": "3跨厚板", "bmlb": "QGKW", "bm": "14"},
{"bmsm": "4跨普通板", "bmlb": "QGKW", "bm": "15"},
{"bmsm": "7跨型板", "bmlb": "QGKW", "bm": "16"},
{"bmsm": "光电", "bmlb": "QGKW", "bm": "17"},
{"bmsm": "2跨T型材面板", "bmlb": "QGKW", "bm": "5"},
{"bmsm": "3跨平铁", "bmlb": "QGKW", "bm": "6"},
{"bmsm": "1跨平直大板", "bmlb": "QGKW", "bm": "7"},
{"bmsm": "1跨进线板", "bmlb": "QGKW", "bm": "8"},
{"bmsm": "2跨超长超宽板", "bmlb": "QGKW", "bm": "9"}
],
zl:[
{"name": "小组立", "bm": "1010"},
{"name": "中大组立", "bm": "1110"},
]
}
const ext={}
const setExt=function (key,value){
@ -48,19 +67,36 @@ export default function (_height=0) {
}
}
}
const kwFormat=function ({cellValue}){
for (const item of options.tlt) {
if (cellValue===item.bm){
return item.bmsm
}
}
}
const zlFormat=function ({cellValue}){
for (const item of options.zl) {
if (cellValue===item.bm){
return item.name
}
}
}
const columns = [
{ type: 'checkbox', width: 40 },
{ type: 'seq',title:'序号', width: 60 },
{ type: 'seq',title:'序号', width: 50 },
{field: 'dwId', title: '垛位', width: 100,formatter: dwFormat},
{field: 'ceng', title: '层数', width: 60},
{field: 'czbh', title: '船号'},
{field: 'pl', title: '批量'},
{field: 'fd', title: '分段',visible:false},
{field: 'tlth', title: '套料图号',visible:false},
{field: 'wpgg', title: '物品规格', },
{field: 'wlh', title: '物料号', },
{field: 'nm', title: '内码',visible:false },
{field: '', title: '备注',visible:false },
{field: 'ceng', title: '层数', width: 50},
{field: 'czbh', title: '船号', width: 80},
{field: 'pl', title: '批量', width: 50},
{field: 'fd', title: '分段',width: 50,visible:false},
{field: 'tlth', title: '套料图号',width: 120,visible:false},
{field: 'wpgg', title: '物品规格', width: 120,},
{field: 'wlh', title: '物料号', width: 130,},
{field: 'kw', title: '垮位',width: 130,formatter: kwFormat},
{field: 'zl', title: '组立', width: 70,formatter: zlFormat},
{field: 'nbsbm', title: '入库批号',minWidth: 100,},
{field: '', title: '备注',width: 50,visible:false },
]
return {

@ -141,7 +141,7 @@ export default {
const item=res.data[i]
const dwGroup=dw(i,item)
dwGroup.on('click tap',function (){
that.$refs.pwpgd.showData(item.list)
that.$refs.pwpgd.showData(item.list,true)
})
group.add(dwGroup)
}

@ -390,7 +390,7 @@ export default {
sljhrq:item.sljhrq,
qgjhrq:item.qgjhrq,
wlh:item.slwlh,
nm:item.nm,
nbsbm:item.nbsbm,
bfr:that.getCurrentWorker()?.userCode,
type:'YCL'
}

Loading…
Cancel
Save