Sfoglia il codice sorgente

活动单复核-进度调整

zhaohuanhuan 8 mesi fa
parent
commit
7a1188c060
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/outbound/check/activity/index.vue

+ 1 - 1
src/views/outbound/check/activity/index.vue

@@ -363,7 +363,7 @@ const packingRequests = async (startIndex = 0, lastNumber) => {
         showLoadingToast({
         showLoadingToast({
           duration: 0,
           duration: 0,
           forbidClick: true,
           forbidClick: true,
-          message: `复核进度:${startIndex+1}/${lastNumber}`,
+          message: `进度:${startIndex+1}/${lastNumber}`,
         });
         });
       const res = await packingReview(data)
       const res = await packingReview(data)
       // const res = await getPendingReviewTask(data)
       // const res = await getPendingReviewTask(data)