浏览代码

活动单复核-重量为0

zhaohuanhuan 8 月之前
父节点
当前提交
22f6706aa8
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/api/check/index.ts
  2. 1 1
      src/views/outbound/check/activity/index.vue

+ 1 - 1
src/api/check/index.ts

@@ -73,7 +73,7 @@ export function getOrderPacking(data:any) {
  * 装箱复核
  * @param data
  */
-export function packingReview(data:packingReviewType) {
+export function packingReview(data:any) {
   return request({
     url: '/api/wms/outbound/review/packingReview',
     method: 'post',

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

@@ -358,7 +358,7 @@ const packingRequests = async (startIndex = 0, lastNumber) => {
         warehouse: item.warehouseId,
         workStation: item.warehouseId,
         code: item.orderNo,
-        totalGrossWeight: totalWeight.value,
+        totalGrossWeight:Number(totalWeight.value),
         groupDetailList,
       };
       showLoading()