gaoluyang
2 天以前 ab931df688abda05e196cae02bb6167777414b4e
src/views/procurementManagement/invoiceEntry/components/Modal.vue
@@ -220,10 +220,12 @@
  {
    label: "产品大类",
    prop: "productCategory",
      width: 120,
  },
  {
    label: "规格型号",
    prop: "specificationModel",
      width: 120,
  },
  {
    label: "单位",
@@ -410,7 +412,7 @@
const submitForm = () => {
  formRef.value.validate(async (valid, fields) => {
    if (valid) {
      modalLoading.value = true;
      // modalLoading.value = true;
      const { code } = await addOrUpdateRegistration({
        purchaseLedgerId: id.value,
        purchaseContractNumber: form.purchaseLedgerNo,