gaoluyang
3 天以前 792ddec0ad8c5fe780ad65d4d04a38ae67ac4cea
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,