zhang_nuo
2 天以前 3fbc97fd2316fb6cfcbd9f88435c2d1fb11f9b71
src/views/salesManagement/salesLedger/index.vue
@@ -2857,6 +2857,12 @@
    return;
  }
  // 审批中时提示用户已有待审批的发货记录
  const statusStr = row.shippingStatus ? String(row.shippingStatus).trim() : "";
  if (statusStr === "审批中") {
    proxy.$modal.msgWarning("该产品存在待审批的发货记录,请注意避免重复提交");
  }
  currentDeliveryRow.value = row;
  const batchNoList = await getDeliveryBatchNoList(
    row.productModelId || row.modelId