| | |
| | | { label: "销售负责人", prop: "principalId" }, |
| | | { label: "产品名称", prop: "name", isProductName: true }, |
| | | { label: "数量", prop: "amount", isProductAmount: true }, |
| | | { label: "含税单价", prop: "price", isProductCommon: true }, |
| | | { label: "价税合计", prop: "total", isProductCommon: true } |
| | | { label: "含税单价", prop: "price", isProductPrice: true }, |
| | | { label: "价税合计", prop: "total", isProductTotal: true } |
| | | ] |
| | | } |
| | | this.searchOptions = [] |
| | |
| | | this.editConfig.visible = true |
| | | this.editConfig.title = "新建" |
| | | this.editConfig.sourceType = this.sourceType |
| | | this.editConfig.infomation = { ...this.addConfig } |
| | | this.editConfig.infomation = { ...this.addConfig, number: "" } |
| | | } |
| | | } |
| | | } |