chenrui %!s(int64=3) %!d(string=hai) anos
pai
achega
6e121bbcf4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/bulkManagement/bulkReturnGoods/detailModal.vue

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