master
xhj 7 months ago
parent 0fdb4ccb2c
commit d546b21103

@ -107,7 +107,7 @@ export default {
queryParam: { queryParam: {
dcch:'', dcch:'',
yf:'', yf:'',
zt: '0' zt: ''
}, },
list: [], list: [],
list1: [], list1: [],

@ -1,7 +1,7 @@
<template> <template>
<!-- <el-container>--> <!-- <el-container>-->
<div> <div>
<div class="" v-for="(item,indexOne) in sljhPrintData" style="width: 980px; <div class="" v-for="(item,indexOne) in sljhPrintData" style=" width: 1050px;
/*border: 1px #000 solid;*/ /*border: 1px #000 solid;*/
text-align: center; text-align: center;
font-size: 20px; "> font-size: 20px; ">
@ -20,18 +20,18 @@
<div class="headOne" style="width:4%">序号</div> <div class="headOne" style="width:4%">序号</div>
<div class="headOne" style="width: 11%">合同号</div> <div class="headOne" style="width: 11%">合同号</div>
<div class="headOne" style="width: 7%">船号</div> <div class="headOne" style="width: 7%">船号</div>
<div class="headOne" style="width: 7%">材质</div> <div class="headOne" style="width: 16%">材质</div>
<div class="headOne" style="width: 10%">规格</div> <div class="headOne" style="width: 10%">规格</div>
<div class="headOne" style="width: 10%">炉批号</div> <div class="headOne" style="width: 9%">炉批号</div>
<div class="headOne" style="width: 4%">数量</div> <div class="headOne" style="width: 3%">数量</div>
<div class="headOne" style="width: 5%">库存垛位</div> <div class="headOne" style="width: 5%">库存垛位</div>
<div class="headOne" style="width: 5%">层数</div> <div class="headOne" style="width: 4%">层数</div>
<div class="headOne" style="width: 7%">需求船只</div> <div class="headOne" style="width: 6%">需求船只</div>
<div class="headOne" style="width: 5%">需求批量</div> <div class="headOne" style="width: 5%">需求批量</div>
<div class="headOne" style="width: 5%">流向</div> <div class="headOne" style="width: 5%">流向</div>
<div class="headOne" style="width: 7%">跨位</div> <div class="headOne" style="width: 7%">跨位</div>
<div class="headOne" style="width: 5%">物品状态</div> <div class="headOne" style="width: 3%">物品状态</div>
<div class="headOne" style="width: 5%">备注</div> <div class="headOne" style="width: 5%">备注</div>
<div style="clear: both"></div> <div style="clear: both"></div>
@ -40,18 +40,18 @@
<div class="one" style="width:4%">{{ item1.xh }}</div> <div class="one" style="width:4%">{{ item1.xh }}</div>
<div class="one" style="width: 11%">{{ item1.dcFd }}</div> <div class="one" style="width: 11%">{{ item1.dcFd }}</div>
<div class="one" style="width: 7%">{{ item1.dcch }}</div> <div class="one" style="width: 7%">{{ item1.dcch }}</div>
<div class="one" style="width: 7%">{{ item1.wpxh }}</div> <div class="one" style="width: 16%">{{ item1.wpxh }}</div>
<div class="one" style="width: 10%">{{ item1.wpgg }}</div> <div class="one" style="width: 10%">{{ item1.wpgg }}</div>
<div class="one" style="width: 10%">{{ item1.lph }}</div> <div class="one" style="width: 9%">{{ item1.lph }}</div>
<div class="one" style="width: 4%">{{ item1.qxkcl }}</div> <div class="one" style="width: 3%">{{ item1.qxkcl }}</div>
<div class="one" style="width: 5%">{{ item1.kwh }}</div> <div class="one" style="width: 5%">{{ item1.kwh }}</div>
<div class="one" style="width: 5%">{{ item1.cfcs1 }}</div> <div class="one" style="width: 4%">{{ item1.cfcs1 }}</div>
<div class="one" style="width: 7%">{{ item1.zych }}</div> <div class="one" style="width: 6%">{{ item1.zych }}</div>
<div class="one" style="width: 5%">{{ item1.zypl }}</div> <div class="one" style="width: 5%">{{ item1.zypl }}</div>
<div class="one" style="width: 5%">{{ item1.zylx }}</div> <div class="one" style="width: 5%">{{ item1.zylx }}</div>
<div class="one" style="width: 7%">{{ item1.sldw }}</div> <div class="one" style="width: 7%">{{ item1.sldw }}</div>
<div class="one" style="width: 5%">{{ item1.wpzt }}</div> <div class="one" style="width: 3%">{{ item1.wpzt }}</div>
<div class="one" style="width: 5%">{{ item1.bz }}</div> <div class="one" style="width: 5%">{{ item1.bz }}</div>

@ -894,52 +894,49 @@ export default {
updates2(){ updates2(){
let selectRecords = this.$refs.xGrid.getCheckboxRecords() let selectRecords = this.$refs.xGrid.getCheckboxRecords()
if(this.queryParam.rqopt!=='01'){ if(this.queryParam.rqopt==='01'){
return if(selectRecords.length>0){
} for(let i = 0; i < selectRecords.length; i++) {
console.log(selectRecords[i].ydid)
if(selectRecords.length>0){
for(let i = 0; i < selectRecords.length; i++) {
console.log(selectRecords[i].ydid)
if(this.inParam.dcch !==''){ if(this.inParam.dcch !==''){
// if(selectRecords[i].ydid!==null || selectRecords[i].ydid!==''){ // if(selectRecords[i].ydid!==null || selectRecords[i].ydid!==''){
// this.$message({ message: '', type: 'warning' }) // this.$message({ message: '', type: 'warning' })
// return // return
// } // }
selectRecords[i].zych = this.inParam.dcch selectRecords[i].zych = this.inParam.dcch
} }
if(this.inParam.dcpl !==''){ if(this.inParam.dcpl !==''){
// if(selectRecords[i].ydid!==null){ // if(selectRecords[i].ydid!==null){
// this.$message({ message: '', type: 'warning' }) // this.$message({ message: '', type: 'warning' })
// return // return
// } // }
selectRecords[i].zypl = this.inParam.dcpl selectRecords[i].zypl = this.inParam.dcpl
} }
if(this.inParam.lx !==''){ if(this.inParam.lx !==''){
// if(selectRecords[i].ydid!==null){ // if(selectRecords[i].ydid!==null){
// this.$message({ message: '', type: 'warning' }) // this.$message({ message: '', type: 'warning' })
// return // return
// } // }
selectRecords[i].zylx = this.inParam.lx selectRecords[i].zylx = this.inParam.lx
} }
if(this.inParam.qgkw !==''){ if(this.inParam.qgkw !==''){
// if(selectRecords[i].ydid!==null){ // if(selectRecords[i].ydid!==null){
// this.$message({ message: '', type: 'warning' }) // this.$message({ message: '', type: 'warning' })
// return // return
// } // }
selectRecords[i].sldw = this.inParam.qgkw selectRecords[i].sldw = this.inParam.qgkw
} }
if(this.inParam.pwwz!==''){ if(this.inParam.pwwz!==''){
selectRecords[i].pwwz = this.inParam.pwwz selectRecords[i].pwwz = this.inParam.pwwz
} }
if(this.inParam.jhrq !==''){ if(this.inParam.jhrq !==''){
selectRecords[i].dhh = this.inParam.jhrq selectRecords[i].dhh = this.inParam.jhrq
} }
if(this.inParam.bz !==''){ if(this.inParam.bz !==''){
selectRecords[i].bz = this.inParam.bz selectRecords[i].bz = this.inParam.bz
} }
@ -949,9 +946,21 @@ export default {
}
this.$refs.xGrid.updateData(this.list)
}
}else{
if(selectRecords.length>0){
for(let i = 0; i < selectRecords.length; i++) {
if(this.inParam.bz !==''){
selectRecords[i].bz = this.inParam.bz
}
}
this.$refs.xGrid.updateData(this.list)
} }
this.$refs.xGrid.updateData(this.list)
} }
}, },
updates(type){ updates(type){
@ -1165,10 +1174,10 @@ export default {
return return
} }
if(this.inParam.dcpl ===''){ // if(this.inParam.dcpl ===''){
this.$message({ message: '请输入需求批量', type: 'warning' }) // this.$message({ message: '', type: 'warning' })
return // return
} // }
let obj =this.$refs.xGrid.getTableData().visibleData; let obj =this.$refs.xGrid.getTableData().visibleData;
if(obj.length<=0){ if(obj.length<=0){
this.$message({ message: '页面无数据', type: 'warning' }) this.$message({ message: '页面无数据', type: 'warning' })

Loading…
Cancel
Save