con_collection_income_entrance.lview 14.6 KB
Newer Older
Spencer Chang's avatar
Spencer Chang committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320
<?xml version="1.0" encoding="UTF-8"?>
<a:screen xmlns:a="http://www.leaf-framework.org/application" dynamiccreateenabled="true" trace="true">
    <a:view>
        <a:link id="${/parameter/@layout_code}_con_contract_get_layout_code_link_id"
                model="cont.CON500.con_contract_get_layout_code" modelaction="update"/>
        <a:link id="${/parameter/@layout_code}_hls_bp_master_query_link"
                url="${/request/@context_path}/modules/hls/HLS214N/hls_bp_master_modify.lview"/>
        <a:link id="${/parameter/@layout_code}_con632_close_link_id"
                url="${/request/@context_path}/modules/cont/CON632/con_collection_detail.lview"/>
        <a:link id="${/parameter/@layout_code}_con_collection_income_link_id"
                url="${/request/@context_path}/modules/rent/rent200/con_collection_income.lview"/>
        <a:link id="insert_collection_record_link"
                url="${/request/@context_path}/modules/interface/INTERFACE_WX/wx_update_usedcar_Info.lsc"/>
        <a:link id="tms_insert_record_link" model="rent.rent100.tms_insert_record" modelaction="batch_update"/>
        <a:link id="wx_sale_record_link" model="rent.rent100.wx_sale_record" modelaction="batch_update"/>
        <a:link id="admission_record_link" model="rent.rent200.admission_record" modelaction="batch_update"/>
        <a:link id="insert_trailer_info_link" model="rent.rent200.insert_trailer_info" modelaction="update"/>
        <a:link id="confirm_record_link" model="rent.rent200.confirm_record" modelaction="batch_update"/>
        <script><![CDATA[

                Leaf.onReady(function () {
                    if ('${/parameter/@function_code}' == 'RENT200') {

                        $('${/parameter/@layout_code}_user_button6').hide();
                        $('${/parameter/@layout_code}_user_button7').hide();
                        $('${/parameter/@layout_code}_user_button8').hide();
                    }
                });
        //锁屏
        window['${/parameter/@bp_seq}${/parameter/@layout_code}_lock_layout_dynamic_window'] = function () {
            var detail_mask;
            if ('${/parameter/@winid}') {
                if (parent.$L.CmpManager.get('${/parameter/@winid}')) {
                    detail_mask = parent.$('${/parameter/@winid}').wrap;
                    parent.Leaf.Masker.mask(detail_mask, '${l:HLS.EXECUTING}');
                } else {
                    detail_mask = $('${/parameter/@winid}').wrap;
                    Leaf.Masker.mask(detail_mask, '${l:HLS.EXECUTING}');
                }
            } else {
                detail_mask = Ext.getBody();
                Leaf.Masker.mask(detail_mask, '${l:HLS.EXECUTING}');
            }
        };
        //解屏
        window['${/parameter/@bp_seq}${/parameter/@layout_code}_unlock_layout_dynamic_window'] = function () {
            var detail_mask;
            if ('${/parameter/@winid}') {
                if (parent.$L.CmpManager.get('${/parameter/@winid}')) {
                    detail_mask = parent.$('${/parameter/@winid}').wrap;
                    parent.Leaf.Masker.unmask(detail_mask);
                } else {
                    detail_mask = $('${/parameter/@winid}').wrap;
                    Leaf.Masker.unmask(detail_mask);
                }
            } else {
                detail_mask = Ext.getBody();
                Leaf.Masker.unmask(detail_mask);
            }
            if (Ext.get(document.documentElement)) {
                $L.Masker.unmask(Ext.get(document.documentElement));
            }
        };

        //销售
        window['${/parameter/@layout_code}_user_button1_layout_dynamic_click'] = function () {
            var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'con_trailer_info');

            var records = $(ds_id).getSelected();
            var datas = [];
            var count = 0;
            for (var i = 0; i < records.length; i++) {
                var obj = {};
                if (records[i].get('trailer_status_wx') != '30') {
                    count = count + 1;
                }
                obj['con_trailer_id'] = records[i].get('con_trailer_id');//拖车ID
//                obj['agentname'] = records[i].get('agent_name');//代理商名称
//                obj['customername'] = records[i].get('bp_name');//客户名称
//                obj['cartype'] = records[i].get('division_n');//产品类别
//                obj['modeltype'] = records[i].get('pattern');//机型
//                obj['carno'] = records[i].get('machine_number');//机号
//                obj['executetime'] = records[i].get('lease_execution_date');//执行日期
//                obj['cartype'] = records[i].get('cntrt_no');//合同编号
//                obj['bondamount'] = records[i].get('cur_won_bal');//债权余额
//                obj['overdueday'] = records[i].get('dly_tot_dd_cnt');//逾期天数
//                obj['workhour'] = records[i].get('open_hours');//开动时间(小时)
//                obj['areaname'] = records[i].get('address');//设备地址
//                obj['_status'] = 'update';
                datas[i] = obj;
            }
            if (count == 0) {
                Leaf.showConfirm('提示', 'TMS信息是否已查询?', function() {
                Leaf.showConfirm('${l:HLS.PROMPT}', '是否发起销售?', function () {
                    Leaf.request({
                        url: $('insert_collection_record_link').getUrl(),
                        para: datas,
                        success: function (res) {
                            Leaf.SideBar.show({
                                msg: '销售发起成功',
                                duration: 2000
                            });
                            $(ds_id).query();
                        },
                        scope: this
                    });
                });
                }, null);
            } else {
                Leaf.showErrorMessage('提示', '无法发起销售!');
                return;
            }
        };


        //TMS查询
        window['${/parameter/@layout_code}_user_button2_layout_dynamic_click'] = function () {
            var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'con_trailer_info');

            var records = $(ds_id).getSelected();
            var datas = [];
            var count = 0;
            for (var i = 0; i < records.length; i++) {
                var obj = {};
                if (!records[i].get('equipment_number')) {
                    count = count + 1;
                }
                obj['machine_number'] = records[i].get('equipment_number');
                obj['_status'] = 'update';
                datas[i] = obj;
            }
            if (count == 0) {
                Leaf.showConfirm('${l:HLS.PROMPT}', '是否发起查询?', function () {
                    Leaf.request({
                        url: $('tms_insert_record_link').getUrl(),
                        para: datas,
                        success: function (res) {
                            Leaf.SideBar.show({
                                msg: 'TMS查询成功',
                                duration: 2000
                            });
                            $(ds_id).query();
                        },
                        scope: this
                    });
                });
            } else {
                Leaf.showErrorMessage('提示', '装备号为空,无法查询!');
                return;
            }


        };

        //刷新按钮
        window['${/parameter/@layout_code}_user_button3_layout_dynamic_click'] = function () {
            var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'con_trailer_info');
            Leaf.showConfirm('${l:HLS.PROMPT}', '是否获取APP拖车?', function () {
                Leaf.request({
                    url: $('insert_trailer_info_link').getUrl(),
                    success: function (res) {
                        Leaf.SideBar.show({
                            msg: '获取数据成功',
                            duration: 2000
                        });
                        $(ds_id).query();
                    },
                    scope: this
                });
            });
        }

        //回购按钮
        window['${/parameter/@layout_code}_user_button4_layout_dynamic_click'] = function () {
            var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'con_trailer_info');
            var records = $(ds_id).getSelected();
            var datas = [];
            var count = 0;
            for (var i = 0; i < records.length; i++) {
                var obj = {};
                if (!records[i].get('reporter_type') || records[i].get('trailer_status_app') == '40') {
                    count = count + 1;
                }
                obj['con_trailer_id'] = records[i].get('con_trailer_id');
                obj['_status'] = 'update';
                datas[i] = obj;
            }
            if (count == 0) {
                Leaf.showConfirm('${l:HLS.PROMPT}', '是否回购?', function () {
                    Leaf.request({
                        url: $('wx_sale_record_link').getUrl(),
                        para: datas,
                        success: function (res) {
                            Leaf.SideBar.show({
                                msg: '回购成功',
                                duration: 2000
                            });
                            $(ds_id).query();
                        },
                        scope: this
                    });
                });
            } else {
                Leaf.showErrorMessage('提示', '代理商未提交报告或已赎回,无法回购!');
                return;
            }
        }

        //入账
        window['${/parameter/@layout_code}_user_button5_layout_dynamic_click'] = function () {
            var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'con_trailer_info');
            var records = $(ds_id).getSelected();
            var datas = [];
            var count = 0;
            for (var i = 0; i < records.length; i++) {
                var obj = {};
//                if (records[i].get('trailer_status_wx') != '30' || records[i].get('trailer_status_wx') != '50' || records[i].get('trailer_status_wx') != '60' || records[i].get('trailer_status_wx') != '70') {
//                    count = count + 1;
//                }
                obj['con_trailer_id'] = records[i].get('con_trailer_id');
                obj['_status'] = 'update';
                datas[i] = obj;
            }
//            if (count == 0) {
            Leaf.showConfirm('${l:HLS.PROMPT}', '是否入账?', function () {
                Leaf.request({
                    url: $('admission_record_link').getUrl(),
                    para: datas,
                    success: function (res) {
                        Leaf.SideBar.show({
                            msg: '入账成功',
                            duration: 2000
                        });
                        $(ds_id).query();
                    },
                    scope: this
                });
            });
//            } else {
//                Leaf.showErrorMessage('提示', '拖车未成功,无法入账!');
//                return;
//            }
        };

        //反冲
        window['${/parameter/@layout_code}_user_button9_layout_dynamic_click'] = function () {
            var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'con_trailer_info');
            var records = $(ds_id).getSelected();
            var datas = [];
            var count = 0;
            for (var i = 0; i < records.length; i++) {
                var obj = {};

//                if (records[i].get('trailer_status_wx') != '60') {
//                    count = count + 1;
//                }
                obj['con_trailer_id'] = records[i].get('con_trailer_id');
                obj['contract_lease_item_id'] = records[i].get('contract_lease_item_id');
                obj['_status'] = 'update';
                datas[i] = obj;
            }
//            if (count == 0) {
            Leaf.showConfirm('${l:HLS.PROMPT}', '是否反冲?', function () {
                Leaf.request({
                    url: $('confirm_record_link').getUrl(),
                    para: datas,
                    success: function (res) {
                        Leaf.SideBar.show({
                            msg: '已反冲',
                            duration: 2000
                        });
                        $(ds_id).query();
                    },
                    scope: this
                });
            });
//            } else {
//                Leaf.showErrorMessage('提示', '无法反冲!');
//                return;
//            }
        };

        window['${/parameter/@layout_code}_user_button6_layout_dynamic_click'] = function () {
        };

        window['${/parameter/@layout_code}_user_button7_layout_dynamic_click'] = function () {
        };

        window['${/parameter/@layout_code}_user_button8_layout_dynamic_click'] = function () {
        };


        function open_trailer_win(ds_id, record_id) {

            var record = $(ds_id).findById(record_id);
            var param = record.data;
            param['function_code'] = 'RENT200_TRAILER';
            param['function_usage'] = 'QUERY';
            param['contract_id'] = record.get('contract_id');
//            param['function_type'] = 'PHONE';
            param['url_title'] = '拖车详情';
            hls_doc_get_layout_code('${/parameter/@layout_code}_con_contract_get_layout_code_link_id', param, '${/parameter/@layout_code}_con_collection_income_link_id', ds_id);
        }

        //超链接渲染
        window['${/parameter/@layout_code}_dynamic_link_renderer'] = function (value, record, name, config_record) {
//            if (name == 'bp_code' && value) {
//                return '<a href="javascript:open_bp_code_query_win(\'' + record.ds.id + '\',\'' + record.id + '\')">' + value + '</a>';
//            } else
            if (name == 'trailer_report') {
                return '<a href="javascript:open_trailer_win(\'' + record.ds.id + '\',\'' + record.id + '\')">' + '明细' + '</a>';
//            }else if (name == 'trailer_detail') {
//                return '<a href="javascript:open_trailer_win(\'' + record.ds.id + '\',\'' + record.id + '\')">' + '明细'+ '</a>';
            }
            return value;
        };
        ]]></script>
        <a:screen-include screen="modules/cont/CON500/con_contract_get_layout_code.lview"/>
    </a:view>
</a:screen>