bug修复

This commit is contained in:
jjLv 2024-12-10 09:59:43 +08:00
parent 4fc7a16fc1
commit 223d0081b7
2 changed files with 6 additions and 17 deletions

View File

@ -157,39 +157,27 @@
:show-overflow-tooltip="true"
/>
<el-table-column
label="退料数量"
label="退料接收数量"
align="center"
prop="backNum"
:show-overflow-tooltip="true"
/>
<el-table-column
label="未接收数量"
align="center"
prop="num1"
:show-overflow-tooltip="true"
/>
<el-table-column
label="接收数量"
align="center"
prop="num2"
:show-overflow-tooltip="true"
/>
<el-table-column
label="合格数量"
align="center"
prop="num3"
prop="hgNum"
:show-overflow-tooltip="true"
/>
<el-table-column
label="维修数量"
align="center"
prop="num4"
prop="wxNum"
:show-overflow-tooltip="true"
/>
<el-table-column
label="报废数量"
align="center"
prop="num5"
prop="bfNum"
:show-overflow-tooltip="true"
/>
<el-table-column
@ -220,7 +208,7 @@
<el-table-column
label="往来单位"
align="center"
prop="num5"
prop="unitName"
:show-overflow-tooltip="true"
/>
<el-table-column

View File

@ -578,6 +578,7 @@ export default {
agreementCode:this.queryParams.agreementCode, */
typeName: this.queryParams.typeName,
typeModelName: this.queryParams.typeModelName,
userId: this.queryParams.userId,
/* startTime:this.queryParams.time && this.queryParams.time[0],
endTime:this.queryParams.time && this.queryParams.time[1], */
pageSize: this.queryParams.pageSize,