yangfeng
2023-11-29 01fe9929805fc9e73b72033f9717fc3f32005b03
src/views/service/serviceContract/index.vue
@@ -271,9 +271,9 @@
      this.editConfig.infomation = {
        ...this.addConfig,
        currency: "人民币",
        client_name: "",
        client_name: Object.keys(this.addConfig).length === 0 ? "" : this.addConfig.client_name,
        contact_name: "",
        sale_chance_name: "",
        sale_chance_name: Object.keys(this.addConfig).length === 0 ? "" : this.addConfig.sale_chance_name,
        contract_number: "",
        quotation_number: ""
      }
@@ -289,7 +289,9 @@
        quotation_number: row.quotation.number,
        currency: "人民币",
        sale_chance_name: row.SaleChance.name,
        contact_name: row.contact.name
        contact_name: row.contact.name,
        serviceContractTypeId: row.serviceContractTypeId === 0 ? null : row.serviceContractTypeId,
        serviceContractStatusId: row.serviceContractStatusId === 0 ? null : row.serviceContractStatusId
      }
    },
    // 删除