更新修改sku库存

parent c157aefb
Showing with 3 additions and 0 deletions
...@@ -175,6 +175,7 @@ function pureEditStock(goods_id,stock) { ...@@ -175,6 +175,7 @@ function pureEditStock(goods_id,stock) {
$('#form1')[0].reset() $('#form1')[0].reset()
}, },
btn1: function(index) { btn1: function(index) {
$("#box1").hide()
layer.close(index); layer.close(index);
}, },
btn2: function() { btn2: function() {
...@@ -190,7 +191,9 @@ function pureEditStock(goods_id,stock) { ...@@ -190,7 +191,9 @@ function pureEditStock(goods_id,stock) {
}, },
yes: function(index, layero){ yes: function(index, layero){
//事件 //事件
$("#box1").hide()
layer.close(index); layer.close(index);
} }
}); });
} }
......
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