| | |
| | | @emptyProductClick="emptyProductClick" |
| | | @clearupProduct="clearupProduct" |
| | | @selCommonName="selCommonName" |
| | | @handleProduct="handleProduct" |
| | | /> |
| | | </div> |
| | | </div> |
| | |
| | | let data = this.editConfig.infomation |
| | | let params = { |
| | | deliveryTime: this.deliveryTime || 0, |
| | | id: data.ID || 0, |
| | | id: data.id || 0, |
| | | maximumStock: data.maximumStock || 0, |
| | | minimumStock: data.minimumStock || 0, |
| | | modelNumber: data.modelNumber || "", |
| | |
| | | } |
| | | return params |
| | | }, |
| | | handleProduct(item,row){ |
| | | this.editConfig.infomation.id=row.id |
| | | }, |
| | | setTableForm() { |
| | | if (this.editConfig.title === "添加") { |
| | | this.detailEnter = false |