|
|
@ -6,7 +6,7 @@
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="16">
|
|
|
|
<el-col :span="16">
|
|
|
|
<el-form :inline="true" label-width="50px" label-position="left">
|
|
|
|
<el-form :inline="true" label-width="45px" label-position="left">
|
|
|
|
<el-form-item label="状态:">
|
|
|
|
<el-form-item label="状态:">
|
|
|
|
<el-select v-model="queryParam.rqopt" placeholder="状态" clearable @change="ztChange" style="width: 80px">
|
|
|
|
<el-select v-model="queryParam.rqopt" placeholder="状态" clearable @change="ztChange" style="width: 80px">
|
|
|
|
<el-option
|
|
|
|
<el-option
|
|
|
@ -26,7 +26,7 @@
|
|
|
|
v-model="queryParam.dcch"
|
|
|
|
v-model="queryParam.dcch"
|
|
|
|
placeholder="船号"
|
|
|
|
placeholder="船号"
|
|
|
|
style="height: 28px;
|
|
|
|
style="height: 28px;
|
|
|
|
line-height: 28px; width: 140px;"
|
|
|
|
line-height: 28px; width: 110px;"
|
|
|
|
suffix-icon="vxe-icon--search"
|
|
|
|
suffix-icon="vxe-icon--search"
|
|
|
|
@keyup="keyupEvent6"
|
|
|
|
@keyup="keyupEvent6"
|
|
|
|
@focus="focusEvent6"
|
|
|
|
@focus="focusEvent6"
|
|
|
@ -77,12 +77,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
<el-form-item label="炉批:">
|
|
|
|
<el-form-item label="炉批:">
|
|
|
|
<el-input v-model="queryParam.lph" type="search" placeholder="炉批号" style="width: 100px" ></el-input>
|
|
|
|
<el-input v-model="queryParam.lph" type="search" placeholder="炉批号" style="width: 100px" ></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <el-form-item> </el-form-item>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <el-form-item>-->
|
|
|
|
<!-- <el-form-item>-->
|
|
|
|
<!-- <el-checkbox v-model="queryParam.flag" >启用跨位</el-checkbox>-->
|
|
|
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
</el-form-item>
|
|
|
|
|
|
|
|
<el-checkbox v-model="queryParam.sdsl" style="width: 50px" >手动</el-checkbox>
|
|
|
|
</el-form>
|
|
|
|
</el-form>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="8" style="text-align: right">
|
|
|
|
<el-col :span="8" style="text-align: right">
|
|
|
@ -388,7 +393,8 @@ export default {
|
|
|
|
flag:false,
|
|
|
|
flag:false,
|
|
|
|
wpgg:'',
|
|
|
|
wpgg:'',
|
|
|
|
lph:'',
|
|
|
|
lph:'',
|
|
|
|
kwh:''
|
|
|
|
kwh:'',
|
|
|
|
|
|
|
|
sdsl:false
|
|
|
|
},
|
|
|
|
},
|
|
|
|
defaultHeight: { height: '' },
|
|
|
|
defaultHeight: { height: '' },
|
|
|
|
wgzyprintFlag:false,
|
|
|
|
wgzyprintFlag:false,
|
|
|
@ -1087,13 +1093,19 @@ export default {
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
let selectRecords = this.$refs.xGrid.getCheckboxRecords()
|
|
|
|
let selectRecords = this.$refs.xGrid.getCheckboxRecords()
|
|
|
|
|
|
|
|
console.log(this.queryParam.sdsl)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(this.queryParam.sdsl){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}else {
|
|
|
|
for(let i = 0; i < selectRecords.length; i++) {
|
|
|
|
for(let i = 0; i < selectRecords.length; i++) {
|
|
|
|
if(selectRecords[i].dcth =='' || selectRecords[i].dcth ===null){
|
|
|
|
if(selectRecords[i].dcth =='' || selectRecords[i].dcth ===null){
|
|
|
|
this.$message({ message: '套料图为空', type: 'warning' })
|
|
|
|
this.$message({ message: '套料图为空', type: 'warning' })
|
|
|
|
retrun
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if(selectRecords.length>0){
|
|
|
|
if(selectRecords.length>0){
|
|
|
|
slPrint(selectRecords).then(res=>{
|
|
|
|
slPrint(selectRecords).then(res=>{
|
|
|
|
this.sljhPrintData=res.data
|
|
|
|
this.sljhPrintData=res.data
|
|
|
@ -1399,7 +1411,7 @@ export default {
|
|
|
|
width: 140px;
|
|
|
|
width: 140px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.el-select{
|
|
|
|
.el-select{
|
|
|
|
width: 140px;
|
|
|
|
width: 110px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1416,7 +1428,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.my-dropdown {
|
|
|
|
.my-dropdown {
|
|
|
|
width: 400px;
|
|
|
|
width: 300px;
|
|
|
|
height: 400px;
|
|
|
|
height: 400px;
|
|
|
|
background-color: #fff;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #dcdfe6;
|
|
|
|
border: 1px solid #dcdfe6;
|
|
|
|