...
|
...
|
@@ -263,7 +263,10 @@ $(document).on("click",".edit",function(){ |
|
|
var goodsgird=new common.grid({
|
|
|
el:'#goodsgird',
|
|
|
parms:function(){
|
|
|
return {};
|
|
|
return {
|
|
|
xxx:"",
|
|
|
xxx1:"",
|
|
|
};
|
|
|
},
|
|
|
columns:[
|
|
|
{display:"选择",type:"checkbox"},
|
...
|
...
|
@@ -279,6 +282,9 @@ var goodsgird=new common.grid({ |
|
|
{display:"库存",name:"storage_num"}
|
|
|
]
|
|
|
});
|
|
|
$(document).on("click","#search",function(){
|
|
|
goodsgird.reload();
|
|
|
});
|
|
|
$(document).on("click","#goodsSelectBtn",function(){
|
|
|
new common.dialog({
|
|
|
title:"选择商品",
|
...
|
...
|
|