| | |
| | | } |
| | | }; |
| | | const handleEdit = (row) => { |
| | | window.localStorage.setItem('slotId', row.slot) |
| | | window.localStorage.setItem('deviceId', row.deviceId) |
| | | window.localStorage.setItem('slot', row.slot) |
| | | Edit.value = true; |
| | | }; |
| | | const handleBinda = (row) => { |
| | |
| | | }; |
| | | // 修改数量 |
| | | const Editclick = async () => { |
| | | let slotId = window.localStorage.getItem('slotId') |
| | | let slot = window.localStorage.getItem('slot') |
| | | let deviceId = window.localStorage.getItem('deviceId') |
| | | try { |
| | | const response = await request.post('/glassStorage/rawGlassStorageDetails/updateQuantity', { |
| | | slotId: slotId, |
| | | deviceId: deviceId, |
| | | slot: slot, |
| | | remainQuantity: remainQuantity.value, |
| | | filmsId: filmsId.value, |
| | | patternThickness: patternThickness.value, |