This commit is contained in:
mashuai 2025-10-27 16:30:16 +08:00
parent b5f3acd515
commit 33d7138a26
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="未验收数量" align="center" prop="notPassNum" :show-overflow-tooltip="true"/>
<el-table-column label="入库数量" align="center" prop="inputNum" :show-overflow-tooltip="true"> <el-table-column label="入库数量" align="center" prop="inputNum" :show-overflow-tooltip="true">
<template scope="scope"> <template scope="scope">
<!-- manageType '编码' 使用可点击的 span --> <!-- manageType '编码' 使用可点击的 span -->
@ -439,6 +440,7 @@
let obj = { let obj = {
purchaseNum: response.data.purchaseNum||0,// purchaseNum: response.data.purchaseNum||0,//
passNum: response.data.passNum||0,// passNum: response.data.passNum||0,//
notPassNum: response.data.notPassNum||0,//
inputNum: response.data.inputNum||0,// inputNum: response.data.inputNum||0,//
purchasePrice: response.data.purchasePrice||0,//() purchasePrice: response.data.purchasePrice||0,//()
purchasePriceNoTax: response.data.purchasePriceNoTax||0,//() purchasePriceNoTax: response.data.purchasePriceNoTax||0,//()