bug修复
This commit is contained in:
parent
4fc7a16fc1
commit
223d0081b7
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue