tom
2024-08-16 2c17b042e987424457c5a5422f5e00f6154b4c65
对齐
2个文件已修改
30 ■■■■ 已修改文件
module/fee/page/fee_payment.html 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
module/fee/page/fee_qty.html 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
module/fee/page/fee_payment.html
@@ -31,18 +31,18 @@
                                { field: "id", name: "费用单编号", isshow: "T", width: "120", isfilter: true },
                                { field: "province", name: "省份", isshow: "T" ,width: "100"},
                                { field: "rate", name: "费率", isshow: "T" ,width: "100"},
                                { field: "amt_rate", name: "付款比例", isshow: "T" ,width: "100"},
                                { field: "amt_rate", name: "付款比例", isshow: "T" ,width: "100",formatter:'formatter_percent'},
                                { field: "customer_code", name: "服务供应商编码", isshow: "T" ,width: "110"},
                                { field: "customer_name", name: "服务供应商", isshow: "T" ,width: "200",align:"left"},
                                { field: "amt", name: "应付金额", isshow: "T" ,width: "100",formatter:'formatter_money'},
                                { field: "other_deduction", name: "其余扣款", isshow: "T", align: "center", width: "100",formatter:'formatter_money' },
                                { field: "after_deduction_amt", name: "扣款后金额", isshow: "T", align: "center", width: "100",formatter:'formatter_money' },
                                { 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: "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: "center", width: "100",formatter:'formatter_money' },
                                { field: "payment", name: "付款金额", isshow: "T",align:"right", align: "center", 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" },
                        ],
module/fee/page/fee_qty.html
@@ -48,13 +48,13 @@
                                { field: "policy", name: "政策", isshow: "T", align: "center",  },
                                { field: "flow_qty", name: "流向数量", isshow: "T", align: "center",  },
                                { field: "comfirm_qyt", name: "确认数量", isshow: "T", align: "center",  },
                                { field: "return_qty", name: "应返金额", isshow: "T", align: "center",formatter:"formatter_money"  },
                                { field: "other_deduction", name: "其余扣款", isshow: "T", align: "center",formatter:"formatter_money"  },
                                { field: "returned_qty", name: "实返金额", isshow: "T", align: "center",formatter:"formatter_money" },
                                { field: "return_qty", name: "应返金额", isshow: "T", align: "right",formatter:"formatter_money"  },
                                { field: "other_deduction", name: "其余扣款", isshow: "T", align: "right",formatter:"formatter_money"  },
                                { field: "returned_qty", name: "实返金额", isshow: "T", align: "right",formatter:"formatter_money" },
                                { field: "deduction_remark", name: "扣款备注", isshow: "T", align: "left",width:'200'  },
                                { field: "order_code", name: "订单号", isshow: "T", align: "center",  isfilter: true,width:'120' },
                                { field: "order_total", name: "订单金额", isshow: "T", align: "center",formatter:"formatter_money",width:'120'  },
                                { field: "order_amt", name: "订单单价", isshow: "T", align: "center",formatter:"formatter_money",width:'120'  },
                                { field: "order_total", name: "订单金额", isshow: "T", align: "right",formatter:"formatter_money",width:'120'  },
                                { field: "order_amt", name: "订单单价", isshow: "T", align: "right",formatter:"formatter_money",width:'120'  },
                                { field: "order_state", name: "订单状态", isshow: "T", align: "center",width:'80'  },
                                { field: "platform_information", name: "平台信息", isshow: "T", align: "center",  },
                                { field: "applicant", name: "申请人", isshow: "T", align: "center",  },
@@ -107,13 +107,13 @@
                                { field: "policy", name: "政策", isshow: "T", align: "center",  },
                                { field: "flow_qty", name: "流向数量", isshow: "T", align: "center",  },
                                { field: "comfirm_qyt", name: "确认数量", isshow: "T", align: "center",  },
                                { field: "return_qty", name: "应返金额", isshow: "T", align: "center",formatter:"formatter_money"  },
                                { field: "other_deduction", name: "其余扣款", isshow: "T", align: "center",formatter:"formatter_money"  },
                                { field: "returned_qty", name: "实返金额", isshow: "T", align: "center",formatter:"formatter_money" },
                                { field: "return_qty", name: "应返金额", isshow: "T", align: "right",formatter:"formatter_money"  },
                                { field: "other_deduction", name: "其余扣款", isshow: "T", align: "right",formatter:"formatter_money"  },
                                { field: "returned_qty", name: "实返金额", isshow: "T", align: "right",formatter:"formatter_money" },
                                { field: "deduction_remark", name: "扣款备注", isshow: "T", align: "left",width:'200'  },
                                { field: "order_code", name: "订单号", isshow: "T", align: "center",  isfilter: true,width:'120' },
                                { field: "order_total", name: "订单金额", isshow: "T", align: "center",formatter:"formatter_money",width:'120'  },
                                { field: "order_amt", name: "订单单价", isshow: "T", align: "center",formatter:"formatter_money",width:'120'  },
                                { field: "order_total", name: "订单金额", isshow: "T", align: "right",formatter:"formatter_money",width:'120'  },
                                { field: "order_amt", name: "订单单价", isshow: "T", align: "right",formatter:"formatter_money",width:'120'  },
                                { field: "order_state", name: "订单状态", isshow: "T", align: "center",width:'80'  },
                                { field: "platform_information", name: "平台信息", isshow: "T", align: "center",  },
                                { field: "applicant", name: "申请人", isshow: "T", align: "center",  },