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

yangwl
A0010407 3 months ago
parent d205526131
commit ff2851a0b6

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

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

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

Loading…
Cancel
Save