| | |
| | | if (layEvent === 'goodsUpdate') { |
| | | febs.modal.open('编辑', 'modules/goods/goodsUpdateNew/' + data.id, { |
| | | btn: ['提交', '取消'], |
| | | area:['100%','100%'], |
| | | yes: function (index, layero) { |
| | | $('#goods-updatenew').find('#submit').trigger('click'); |
| | | $('#febs-update').find('#submit').trigger('click'); |
| | | }, |
| | | btn2: function () { |
| | | layer.closeAll(); |
| | |
| | | tableIns = febs.table.init({ |
| | | elem: $view.find('table'), |
| | | id: 'userTable', |
| | | url: ctx + 'admin/goods/goodsList', |
| | | url: ctx + 'admin/goods/goodsList?goodsType=1', |
| | | cols: [[ |
| | | {field: 'goodsNo', title: '商品编号', minWidth: 150,align:'left'}, |
| | | {field: 'goodsName', title: '商品名称', minWidth: 150,align:'left'}, |