| | |
| | | { 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 = [] |