yangfeng
2023-08-18 96fdf32bd5612b6c16dcbcc8352a9f54adcc8e7e
src/views/sales/quotation/index.vue
@@ -144,9 +144,9 @@
          { label: "有效期", prop: "validity_date", min: 100 }, // 修改时间
          // { label: "小计", prop: "subTotal" }, // 小计
          // { label: "合计", prop: "total" }, // 合计
          { label: "产品名称", prop: "productName", isProduct: true }, // 产品名称
          { label: "数量", prop: "number1" }, // 数量
          { label: "价税合计", prop: "priceTax" } // 价税合计
          { label: "产品名称", prop: "productName", isProductName: true },
          { label: "数量", prop: "productNumber", isProductAmount: true },
          { label: "价税合计", prop: "priceTax", isProductCommon: true }
        ]
      }
      this.searchOptions = []