| | |
| | | { field: "customer_code", name: "服务供应商编码", isshow: "T" ,width: "110"}, |
| | | { field: "customer_name", name: "服务供应商", isshow: "T" ,width: "200",align:"left"}, |
| | | { field: "amt", name: "应付金额", align:"right",isshow: "T" ,width: "100",formatter:'formatter_money'}, |
| | | { field: "other_deduction", name: "其余扣款",align:"right", isshow: "T", align: "center", width: "100",formatter:'formatter_money' }, |
| | | { field: "other_deduction", name: "其余扣款",align:"right", isshow: "T", width: "100",formatter:'formatter_money' }, |
| | | { field: "after_deduction_amt", name: "扣款后金额", isshow: "T", align: "right", width: "100",formatter:'formatter_money' }, |
| | | { field: "applicant", name: "申请人", isshow: "T", align: "center", width: "100" }, |
| | | { field: "apply_date", name: "申请时间", isshow: "T", align: "center", width: "100" ,formatter:'formatter_date'}, |
| | | { field: "order_state", name: "尾款状态", isshow: "T", align: "center", width: "100" }, |
| | | { field: "order_code", name: "关联首款单号", isshow: "T", align: "center", width: "100", isfilter: true }, |
| | | { field: "province_order_code", name: "省级费用单号", isshow: "T", align: "center", width: "100", isfilter: true }, |
| | | { field: "payment", name: "付款金额", isshow: "T",align:"right", align: "center", width: "100",formatter:'formatter_money' }, |
| | | { field: "payment", name: "付款金额", isshow: "T",align:"right", width: "100",formatter:'formatter_money' }, |
| | | { field: "payment_date", name: "付款时间", isshow: "T", align: "center", width: "100", isfilter: true ,formatter:'formatter_date'}, |
| | | { field: "freeze", name: "冻结状态", isshow: "T", align: "center", width: "100" }, |
| | | ], |
| | |
| | | notclick_bindfield: [],//当该字段值等于指定字段值时不可点击["filterfield": "111"] |
| | | onclick: function(obj) {//数据值点击事件 |
| | | //打开 |
| | | me.openPayment('browse'); |
| | | var config = { |
| | | totab: true, //true: 以Tab导航的方式打开 |
| | | width: "1100px", |
| | | height: "520px", |
| | | icon: "icon-product", |
| | | text: "单据信息" + (obj.row.id ? obj.row.id : ""), |
| | | id: "fee_payment" + (obj.row.id ? obj.row.id : "add"),//totab: true时需设置,用于判断是否已打开此页面 |
| | | url: "module/fee/page/popup/popup_fee_payment.html", |
| | | data: obj.row, |
| | | delta: {}, |
| | | sceneCode: 'browse',//"refuseedit",//"approval", //"add"//"browse", |
| | | callback: function (obj, callback) { |
| | | me.onQuery(); |
| | | if (callback) { |
| | | callback(); |
| | | } |
| | | } |
| | | }; |
| | | me.doPopupByPublic(config); |
| | | }, |
| | | }, |
| | | // defaultval: { |
| | |
| | | }, |
| | | |
| | | |
| | | openPayment(sceneCode){ |
| | | openPayment(sceneCode,obj){ |
| | | let me = this; |
| | | var row = {}; |
| | | if (sceneCode == "edit" || sceneCode == "browse") { |
| | |
| | | width: "1100px", |
| | | height: "520px", |
| | | icon: "icon-product", |
| | | text: "单据信息" + (row.name ? row.name : ""), |
| | | text: "单据信息" + (row.id ? row.id : ""), |
| | | id: "fee_payment" + (row.id? row.id : "add"),//totab: true时需设置,用于判断是否已打开此页面 |
| | | url: "module/fee/page/popup/popup_fee_payment.html", |
| | | data: row, |