|
|
@@ -127,7 +127,7 @@
|
|
|
layer.open({
|
|
|
content: '确认是否为商品' + `${data.store_name}[${data.suk}]¥${data.price}`
|
|
|
, btn: ['确定', '取消'],
|
|
|
- yes: function (index) {
|
|
|
+ yes: function (index,data) {
|
|
|
layer.close(index);
|
|
|
$eb.createModalFrame('增减库存 - '.data.store_name,'{:Url('edit_stock')}',{h:550,w:720})
|
|
|
// layer.prompt({title: '请输入数量', formType: 0}, function (text, index) {
|