chenlu
2024-07-11 88eb226ff61f3ce18be4a07c8fa7dd51726aaa63
north-glass-erp/northglass-erp/src/components/sd/delivery/PrintSheet2.vue
@@ -36,7 +36,9 @@
      money.value=deepClone(res.data.money)
      otherMoney.value=deepClone(res.data.otherMoney)
      otherMoney.value.forEach(item => {
        otherMoneys+=item.DeliveryDetailOtherMoney.monery
        if(item.DeliveryDetailOtherMoney.monery!=null){
          otherMoneys+=item.DeliveryDetailOtherMoney.monery
        }
      })
    }else{
      ElMessage.warning(res.msg)