Commit 0b6ca0df by LJM

goods_id

parent 692553ae
...@@ -484,7 +484,7 @@ export default { ...@@ -484,7 +484,7 @@ export default {
* @param row * @param row
*/ */
handleClick(row) { handleClick(row) {
this.getLogs(507, '1168906660256142490'); this.getLogs(507, row.goods_id);
}, },
/** /**
* 查看日志详情 * 查看日志详情
...@@ -792,7 +792,7 @@ export default { ...@@ -792,7 +792,7 @@ export default {
}); });
return; return;
} }
// 修改价格时检查是否只选择了一条数据 // 修改价格时检查是否只选择了一条数据
if (command == 4 && this.multipleSelection.length > 1) { if (command == 4 && this.multipleSelection.length > 1) {
this.$message({ this.$message({
...@@ -801,7 +801,7 @@ export default { ...@@ -801,7 +801,7 @@ export default {
}); });
return; return;
} }
this.selectData = JSON.parse(JSON.stringify(this.multipleSelection)); this.selectData = JSON.parse(JSON.stringify(this.multipleSelection));
if (command == 1) { if (command == 1) {
//修改库存弹窗 //修改库存弹窗
......
...@@ -519,7 +519,7 @@ export default { ...@@ -519,7 +519,7 @@ export default {
* @param row * @param row
*/ */
handleClick(row) { handleClick(row) {
this.getLogs(507, '1168906660256142490'); this.getLogs(507, row.goods_id);
}, },
/** /**
* 查看日志详情 * 查看日志详情
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment