| | |
| | | |
| | | join a in _context.WfHistories |
| | | on k.Id equals a.RunProcessId |
| | | into asssss |
| | | from aaa in asssss.DefaultIfEmpty() |
| | | |
| | | join e in listCode.Where(x => x.CodeTable == "wf_run_process" && x.CodeField == "shenpi_status") |
| | | on k.ShenpiStatus equals e.CodeSn |
| | |
| | | Content = k.Content, |
| | | ShenpiStatusName = eee.Comments, |
| | | |
| | | Deelurl = a.Deelurl, |
| | | Deelurl = aaa.Deelurl, |
| | | Creater = k.Creater, |
| | | Createtime = k.Createtime, |
| | | Step = k.Step, |
| | |
| | | dataCol = [ |
| | | { label: 'id', name: 'Id', labtype: 'txt', hidden: true }, |
| | | { |
| | | label: '来电时间', name: 'InTime', labtype: 'txt', width: 100, hidden: false, |
| | | label: '来电时间', name: 'InTime', labtype: 'txt', width: 80, hidden: false, |
| | | formatter: function (cellvalue, options, rowObject) { |
| | | return '<a href="javascript: void (0)" onclick="edit(\'' + rowObject.Id + '\');">' + new Date(cellvalue).Format("yyyy-MM-dd hh:mm") + '</a>'; |
| | | } |
| | | }, |
| | | { |
| | | label: '电话类型', name: 'LineType', labtype: 'txt', width: 100, hidden: false, |
| | | label: '电话类型', name: 'LineType', labtype: 'txt', width: 50, hidden: false, |
| | | formatter: function (cellvalue, options, rowObject) { |
| | | let LType = JSON.parse(LineType); |
| | | let value = ''; |
| | |
| | | } |
| | | }, |
| | | { label: '来电单位', name: 'OrderId', labtype: 'txt', hidden: false, width: 200 }, |
| | | { label: '电话号码', name: 'Phone', labtype: 'txt', hidden: false, width: 100}, |
| | | { label: '电话号码', name: 'Phone', labtype: 'txt', hidden: false, width: 50}, |
| | | { label: '电话内容', name: 'Context', labtype: 'txt', hidden: false, width: 200}, |
| | | { |
| | | label: '合作意向', name: 'Intention', labtype: 'txt', width: 100, hidden: false, |
| | | label: '合作意向', name: 'Intention', labtype: 'txt', width: 50, hidden: false, |
| | | formatter: function (cellvalue, options, rowObject) { |
| | | let it = JSON.parse(Intention); |
| | | let value = ''; |
| | |
| | | return value; |
| | | } |
| | | }, |
| | | { label: '接电话人', name: 'UserId', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '接电话人', name: 'UserId', labtype: 'txt', hidden: false, width: 50 }, |
| | | |
| | | { |
| | | label: '操作', name: 'RecStatus', align: "center", align: "center", sortable: false, width: 100, labtype: 'txt', |
| | |
| | | <tr> |
| | | <td colspan="2" style="height:15px"></td> |
| | | </tr> |
| | | |
| | | <tr> |
| | | <td colspan="2" align="right">签订时间:@(Model.Baomingtime.ToString("yyyy年MM月dd日"))</td> |
| | | <td align="left">甲方:</td> |
| | | <td align="left">乙方:</td> |
| | | </tr> |
| | | <tr> |
| | | <td >签订时间:@(Model.Baomingtime.ToString("yyyy年MM月dd日"))</td> |
| | | <td >签订时间:@(Model.Baomingtime.ToString("yyyy年MM月dd日"))</td> |
| | | </tr> |
| | | </table> |
| | | </div> |
| | |
| | | font-size: 16pt; |
| | | font-family: 'FangSong'; |
| | | background: #fff; |
| | | line-height: 2.0; |
| | | line-height: 1.2; |
| | | } |
| | | |
| | | span { |