| | |
| | | // ,{field: 'itemNum', align: 'center',title: '品项数'} |
| | | // ,{field: 'count', align: 'center',title: '数量'} |
| | | // ,{field: 'weight', align: 'center',title: '重量'} |
| | | ,{field: 'profit$', align: 'center',title: '盈亏',templet: '#profitTpl'} |
| | | // ,{field: 'profit$', align: 'center',title: '盈亏',templet: '#profitTpl'} |
| | | ,{field: 'status$', align: 'center',title: '状态'} |
| | | // ,{field: 'createBy$', align: 'center',title: '添加人员'} |
| | | // ,{field: 'createTime$', align: 'center',title: '添加时间'} |
| | |
| | | }); |
| | | doDelSensor({ids: ids}); |
| | | } else if (obj.event === 'submitERP') { // 提交erp |
| | | let loadIndex = layer.load(2); |
| | | $.ajax({ |
| | | url: baseUrl + "/mobile/checkOut/submit/auth", |
| | | headers: {'token': localStorage.getItem('token')}, |
| | |
| | | }, |
| | | method: 'GET', |
| | | success: function (res) { |
| | | layer.close(loadIndex); |
| | | notice.destroy(); |
| | | if (res.code === 200) { |
| | | layer.msg(res.msg, {icon: 1}); |