Browse Source

仓库调拨bug

lilei 3 năm trước cách đây
mục cha
commit
090b96f163

+ 1 - 1
src/views/allocationManagement/warehouseAllocation/edit.vue

@@ -435,7 +435,7 @@ export default {
           if (isAll) { //  整单删除
             params = { allocationWarehouseSn: _this.$route.params.sn }
           } else { //  单个删除
-            params = { id: row.id }
+            params = { allocationWarehouseSn: _this.$route.params.sn, productSn: row.productSn }
           }
           _this.spinning = true
           allocWarehouseDetailDel(params).then(res => {