|
@@ -129,7 +129,7 @@
|
|
|
, btn: ['确定', '取消'],
|
|
|
yes: function (index) {
|
|
|
layer.close(index);
|
|
|
- $eb.createModalFrame('增减库存','{:Url("edit_stock",["bar_code"=>'+pass+'])}',{h:550,w:720})
|
|
|
+ $eb.createModalFrame('增减库存 - '+data.store_name,layList.U({a: 'edit_stock', q: {bar_code: pass}}),{h:550,w:720})
|
|
|
// layer.prompt({title: '请输入数量', formType: 0}, function (text, index) {
|
|
|
// layer.close(index);
|
|
|
// layList.baseGet(layList.Url({
|