| | |
| | | ,{field: 'templateName', align: 'center',title: '模板名', width: 220, style: 'color: #1890ff;cursor:pointer', event: 'more',hide: false} |
| | | ,{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: '业务员'} |
| | |
| | | traditional:true, |
| | | success: function (res) { |
| | | if (res.code === 200){ |
| | | $("#itemName").val(res.data.itemId$) |
| | | $("#planId").val(res.data.planId$) |
| | | $("#priSalesNum").val(res.data.orderNum) |
| | | } else if (res.code === 403){ |
| | | top.location.href = baseUrl+"/"; |