| | |
| | | ,{field: 'templateName', align: 'center',title: '模板名'} |
| | | ,{field: 'orderNum', align: 'center',title: '核价订单号'} |
| | | ,{field: 'inOrderNum', align: 'center',title: '明细编号'} |
| | | ,{field: 'itemId$', align: 'center',title: '项目名'} |
| | | ,{field: 'planId$', align: 'center',title: '项目名'} |
| | | ,{field: 'createTime$', align: 'center',title: '创建时间'} |
| | | ,{field: 'updateTime$', align: 'center',title: '更新时间'} |
| | | ,{field: 'memberId$', align: 'center',title: '业务员'} |
| | |
| | | success: function (res) { |
| | | console.log(res) |
| | | if (res.code === 200){ |
| | | $("#itemName").val(res.data.itemId$) |
| | | $("#planId").val(res.data.planId$) |
| | | } else if (res.code === 403){ |
| | | top.location.href = baseUrl+"/"; |
| | | } else { |