| | |
| | | // 新建 |
| | | addBtnClick() { |
| | | this.editConfig.title = "新建" |
| | | this.editConfig.infomation = {} |
| | | this.editConfig.infomation = { |
| | | purchaseTypeList:[] |
| | | } |
| | | this.editConfig.visible = true |
| | | }, |
| | | // 详情 |
| | |
| | | this.editConfig.autoEdit = true |
| | | this.editConfig.title = "编辑" |
| | | let imageSrc = row.attachmentList?.length > 0 ? row.attachmentList[0].FileUrl : "" |
| | | this.editConfig.infomation = { ...row, imageSrc: imageSrc } |
| | | this.editConfig.infomation = { ...row, imageSrc: imageSrc,moreUnitList:row.moreUnitList?row.moreUnitList:[] } |
| | | this.editConfig.visible = true |
| | | }, |
| | | // 切换列表展现形式 |