@@ -137,7 +137,7 @@ export default {
},
// 合计
getDetailCount () {
- sparePartsRetDetailCount({ sparePartsPurchaseSn: this.itemSn }).then(res => {
+ sparePartsRetDetailCount({ sparePartsReturnSn: this.itemSn }).then(res => {
if (res.status == 200) {
this.productTotal = res.data
} else {