gaoluyang
2025-08-27 470d16803de7533c2fa84663e12968d3126dd14f
src/pages/procurementManagement/paymentEntry/edit.vue
@@ -186,10 +186,6 @@
    showNotify({ type: 'warning', message: '请选择付款形式' })
    return
  }
  if (!form.value.paymentDate) {
    showNotify({ type: 'warning', message: '请选择付款日期' })
    return
  }
  loading.value = true
   paymentRegistrationEdit(form.value)
      .then(() => {