| ÎļþÃû´Ó н¨Îļþ¼Ð/WMS/src/extension/medicine/Dt_MedicineGoods.js ÐÞ¸Ä |
| | |
| | | //ä¸é¢è¿äºæ¹æ³å¯ä»¥ä¿çä¹å¯ä»¥å |
| | | // å é¤è¯å |
| | | handleDelete(row) { |
| | | this.$confirm(`ç¡®å®è¦å é¤è¯å ${row.goods_no} åï¼`, 'æä½ç¡®è®¤', { |
| | | this.$confirm(`ç¡®å®è¦å é¤è¯å ${row.materielCode} åï¼`, 'æä½ç¡®è®¤', { |
| | | confirmButtonText: 'ç¡®å®', |
| | | cancelButtonText: 'åæ¶', |
| | | type: 'warning' |
| | | }).then(() => { |
| | | // ç¨æ·ç¹å»ç¡®å®åæ§è¡å é¤ |
| | | http.post(`api/MedicineGoods/DeleteProduct?goodsno=${row.goods_no}`) |
| | | http.post(`api/MedicineGoods/DeleteProduct?goodsno=${row.materielCode}`) |
| | | .then(res => { |
| | | if (res && res.status) { |
| | | this.$message.success(res.message || 'å 餿åï¼'); |