| | |
| | | { label: "销售负责人", prop: "member_name" } |
| | | // { label: "修改时间", prop: "modifyTime", isTime: true, min: 130 } |
| | | ], |
| | | showCol: ["销售退货单编号", "客户名称", "退货日期", "状态", "退入仓库", "应退款", "已退款", "销售负责人"] |
| | | showCol: ["销售退货单编号", "客户名称", "退货日期", "状态", "退入仓库", "应退款", "已退款", "销售负责人"], |
| | | products: [] |
| | | } |
| | | }, |
| | | created() { |
| | |
| | | addBtnClick() { |
| | | this.editConfig.visible = true |
| | | this.editConfig.title = "新建" |
| | | this.editConfig.infomation = { currency: "人民币",salesDetailNumber:"",client_name:""} |
| | | this.editConfig.infomation = { currency: "人民币", salesDetailNumber: "", client_name: "" } |
| | | }, |
| | | // 编辑 |
| | | handleClick(row) { |