yanjinhui
2025-10-20 614945e153d38d1dadf5beb1e1d4dbc6db07c226
н¨Îļþ¼Ð/WMS/src/extension/medicine/Dt_MaterielInfo.js
ÎļþÃû´Ó н¨Îļþ¼Ð/WMS/src/extension/medicine/Dt_MedicineGoods.js ÐÞ¸Ä
@@ -19,13 +19,13 @@
       //下面这些方法可以保留也可以删
      // åˆ é™¤è¯å“
      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 || '删除成功!');