username@email.com
2022-01-24 2b177eea6ca44785a6116e91dbadbf7cf5ed2e15
提交
3个文件已修改
24 ■■■■■ 已修改文件
zhengcaioa/Services/WfHistoryService.cs 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/DailyManagement/HoldPhone.cshtml 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/OrderBanciOrder/Printhetong.cshtml 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/Services/WfHistoryService.cs
@@ -350,6 +350,8 @@
                         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
@@ -396,7 +398,7 @@
                             Content = k.Content,
                             ShenpiStatusName = eee.Comments,
                              
                             Deelurl = a.Deelurl,
                             Deelurl = aaa.Deelurl,
                             Creater = k.Creater,
                             Createtime = k.Createtime,
                             Step = k.Step,
zhengcaioa/zhengcaioa/Views/DailyManagement/HoldPhone.cshtml
@@ -10,13 +10,13 @@
        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 = '';
@@ -30,10 +30,10 @@
                }
            },
            { 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 = '';
@@ -46,7 +46,7 @@
                    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',
zhengcaioa/zhengcaioa/Views/OrderBanciOrder/Printhetong.cshtml
@@ -152,9 +152,13 @@
                            <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>
@@ -166,7 +170,7 @@
                            font-size: 16pt;
                            font-family: 'FangSong';
                            background: #fff;
                            line-height: 2.0;
                            line-height: 1.2;
                        }
                        span {