2024-09-02 MES-三个上位机报表-产线编码改为产线名称

yangwl
A0010407 2 months ago
parent d205526131
commit ff2851a0b6

@ -180,7 +180,7 @@
<br />
</el-col>
<el-col :span="8">
<div class="text-print" >生产产线: {{ headerParameters.lineCode }}</div>
<div class="text-print" >生产产线: {{ headerParameters.lineName }}</div>
<br />
</el-col>
<el-col :span="5">
@ -327,6 +327,7 @@ export default {
productionWorkshop: null, //
reportName: 'ConversionReportRight', //
lineCode: null, //线
lineName: null, //线
checkPeople: null, //
productName: null, //
checkDate: null, //
@ -416,6 +417,7 @@ export default {
resetQuery() {
(this.headerParameters.productionWorkshop = null), //
(this.headerParameters.lineCode = null), //线
(this.headerParameters.lineName = null), //线
(this.headerParameters.checkPeople = null), //
(this.headerParameters.productName = null), //
(this.headerParameters.checkDate = null), //
@ -437,6 +439,7 @@ export default {
this.headerParameters.productName = response.productName; //
this.headerParameters.remark = response.remark; //
this.headerParameters.bz = response.bz; //
this.headerParameters.lineName = response.lineName;
//this.headerParameters.checkDate = response.checkDate
//线
});

@ -80,7 +80,7 @@
<tr>
<th rowspan="2" style="width: 50px">车间</th>
<th rowspan="2" style="width: 120px">黑蚊香</th>
<th style="width: 250px">产线{{ headerParameters.lineCode }}</th>
<th style="width: 250px">产线{{ headerParameters.lineName }}</th>
<th
th
v-for="item in checkBoxData[0]"
@ -204,7 +204,7 @@
<th rowspan="2" style="width: 50px">车间</th>
<th rowspan="2" style="width: 120px">黑蚊香</th>
<th style="width: 250px">
产线{{ headerParameters.lineCode }}
产线{{ headerParameters.lineName }}
</th>
<th
th
@ -350,6 +350,7 @@ export default {
reportName: "ConversionReport", //
productionWorkshop: null, //
lineCode: null, //线
lineName: null, //线
createBy: null, //
productName: null, //
checkDate: null, //
@ -442,6 +443,7 @@ export default {
resetQuery() {
(this.headerParameters.productionWorkshop = null), //
(this.headerParameters.lineCode = null), //线
(this.headerParameters.lineName = null), //线
(this.headerParameters.createBy = null), //
(this.headerParameters.productName = null), //
(this.headerParameters.checkDate = null), //
@ -500,6 +502,7 @@ export default {
this.headerParameters.productName = response.productName; //
this.headerParameters.remark = response.remark; //
this.headerParameters.bz = response.bz; //
this.headerParameters.lineName = response.lineName;
//this.headerParameters.checkDate = response.checkDate
//线
});

@ -154,7 +154,7 @@
</el-col>
<el-col :span="9">
<div class="text-print">
生产产线: {{ headerParameters.lineCode }}
生产产线: {{ headerParameters.lineName }}
</div>
<br />
</el-col>
@ -275,6 +275,7 @@ export default {
reportName: "ConversionReport", //
productionWorkshop: null, //
lineCode: null, //线
lineName: null, //线
checkPeople: null, //
productName: null, //
checkDate: null, //
@ -367,6 +368,7 @@ export default {
resetQuery() {
(this.headerParameters.productionWorkshop = null), //
(this.headerParameters.lineCode = null), //线
(this.headerParameters.lineName = null), //线
(this.headerParameters.checkPeople = null), //
(this.headerParameters.productName = null), //
(this.headerParameters.checkDate = null), //
@ -390,6 +392,7 @@ export default {
this.headerParameters.productName = response.productName; //
this.headerParameters.remark = response.remark; //
this.headerParameters.bz = response.bz; //
this.headerParameters.lineName = response.lineName;
//this.headerParameters.checkDate = response.checkDate
//线
});

Loading…
Cancel
Save