yangfeng
2023-08-18 ea4f9ee1d7a6333bd516deb09c1d12f18a168787
src/views/service/serviceContract/index.vue
@@ -144,7 +144,7 @@
          { label: "产品名称", prop: "productName" }, // 产品名称
          { label: "服务开始日", prop: "startTime" }, // 服务开始日
          { label: "服务到期日", prop: "endTime" }, // 服务到期日
          { label: "价税合计", prop: "priceTax" } // 价税合计
          { label: "价税合计", prop: "amountTotal" } // 价税合计
        ]
      }
      this.searchOptions = []
@@ -207,7 +207,7 @@
    addBtnClick() {
      this.editConfig.visible = true
      this.editConfig.title = "新建"
      this.editConfig.infomation = { ...this.addConfig }
      this.editConfig.infomation = { ...this.addConfig, currency: "人民币" }
    },
    // 编辑
    handleClick(row) {
@@ -217,7 +217,8 @@
      this.editConfig.infomation = {
        ...row,
        contract_number: row.salesDetails.number,
        quotation_number: row.quotation.number
        quotation_number: row.quotation.number,
        currency: "人民币"
      }
    },
    // 删除