更新修改联营sku库存

parent 25febea6
Showing with 1 additions and 2 deletions
...@@ -172,10 +172,10 @@ function pureEditStock(goods_id,stock) { ...@@ -172,10 +172,10 @@ function pureEditStock(goods_id,stock) {
layero.find('.layui-layer-btn').css('text-align', 'center') layero.find('.layui-layer-btn').css('text-align', 'center')
}, },
end:function () { end:function () {
$("#box1").hide()
$('#form1')[0].reset() $('#form1')[0].reset()
}, },
btn1: function(index) { btn1: function(index) {
$("#box1").hide()
layer.close(index); layer.close(index);
}, },
btn2: function() { btn2: function() {
...@@ -191,7 +191,6 @@ function pureEditStock(goods_id,stock) { ...@@ -191,7 +191,6 @@ 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