| | |
| | | }) |
| | | } |
| | | |
| | | |
| | | // 工具条点击事件 |
| | | table.on('tool(order)', function (obj) { |
| | | var data = obj.data; |
| | |
| | | {field: 'specs', title: '规格'}, |
| | | {field: 'anfme', title: '数量(修改)', style: 'color: blue;font-weight: bold', edit: true, minWidth: 110, width: 110}, |
| | | {field: 'owner', title: '货主编号', style: 'color: blue;font-weight: bold', edit: true, minWidth: 110, width: 110}, |
| | | {field: 'payment', title: '货主编号', style: 'color: blue;font-weight: bold', templet: '#payment'}, |
| | | {field: 'payment', title: '货物状态', style: 'color: blue;font-weight: bold', templet: '#payment'}, |
| | | // {field: 'payment', title: '货物状态',align: 'center', templet: '#payment'}, |
| | | {field: 'qty', title: '作业数量', minWidth: 100, width: 100}, |
| | | // {field: 'unit', title: '单位', width: 80}, |
| | |
| | | }, |
| | | size: '' |
| | | }; |
| | | |
| | | if (!isExpAdd) { |
| | | $.ajax({ |
| | | url: baseUrl+"/order/detl/all/auth?orderId=" + expTpe.id, |
| | |
| | | } |
| | | } |
| | | data[obj.field] = obj.value; |
| | | insTbSSXM.reload({data: xxDataList}); |
| | | insTbSSXM.reloadData({data: xxDataList,scrollPos: true}); |
| | | }); |
| | | |
| | | $('#matAddBtnComment').click(function () { |
| | |
| | | |
| | | } |
| | | }); |
| | | |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | // 删除单据 |
| | | function doDel(orderId) { |
| | |
| | | }); |
| | | |
| | | |
| | | |
| | | }); |