| | |
| | | // ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} |
| | | ,{field: 'number', align: 'center',title: '销售单号'} |
| | | ,{field: 'billDate', align: 'center',title: '单据日期'} |
| | | ,{field: 'bTypeId', align: 'center',title: '客户编号'} |
| | | ,{field: 'eTypeId', align: 'center',title: '经手人编号'} |
| | | ,{field: 'btypeId', align: 'center',title: '客户编号'} |
| | | ,{field: 'etypeId', align: 'center',title: '经手人编号'} |
| | | ,{field: 'userCode', align: 'center',title: '商品编号'} |
| | | ,{field: 'qty', align: 'center',title: '商品数量'} |
| | | ,{field: 'price', align: 'center',title: '商品单价'} |
| | |
| | | } else if (res.code === 20001) { |
| | | layer.confirm(res.msg, { |
| | | shadeClose: true |
| | | , btn: ['库存调拨', '打印'] |
| | | , btn: ['库存调拨', '取消'] |
| | | }, function() { |
| | | // todo 库存调拨 |
| | | layer.closeAll(); |
| | | }, function() { |
| | | printPakouts(data.number); |
| | | // printPakouts(data.number); |
| | | layer.closeAll(); |
| | | } |
| | | ) |