| | |
| | | number: "", |
| | | price: 0, |
| | | total: 0, |
| | | supplierId: this.supplierId |
| | | supplierId:this.supplierId |
| | | } |
| | | ] |
| | | } else { |
| | | this.tableData = [{ ...this.editConfig.infomation }] |
| | | this.tableData = [{ ...this.editConfig.infomation}] |
| | | this.detailEnter = true |
| | | } |
| | | this.productTableList = { |
| | |
| | | this.tableData.map((item) => { |
| | | if (item.productId === row.productId) { |
| | | item[prop] = val |
| | | item.supplierId = this.supplierId |
| | | item.supplierId =Number(this.supplierId) |
| | | item.deliveryTime = this.deliveryTime |
| | | item.shippingDuration = this.shippingDuration |
| | | item.purchasePrice = this.purchasePrice |