chenrui 3 gadi atpakaļ
vecāks
revīzija
6e121bbcf4

+ 1 - 1
src/views/bulkManagement/bulkReturnGoods/detailModal.vue

@@ -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 {