tom
2024-08-16 d128bca90c989ecbbe2f3054314b43a22b8871d1
module/fee/page/popup/popup_fee_payment.html
@@ -45,8 +45,8 @@
                  ],
                        default_tableFields:[
                        { field: "state_name", name: "状态", isshow: "F", width: "80",input_type_filter:"select",filter_field:"state_code",inputtype:"capsuletag",options_pattern:"{^草稿^:^info^,^生效^:^success^,^审批中^:^warning^}"},
                        { field: "state_code", name: "状态", isshow: "F", width: "80" },
                        { field: "parent_id", name: "确认单号", isshow: "T", width: "120",  },
                        { field: "state_code", name: "状态", isshow: "F", width: "80",isnotfilter:'true' },
                        { field: "id", name: "确认单号", isshow: "T", width: "120", isfilter: true },
                        { field: "sale_year", name: "销售年份", isshow: "T", align: "center", width: "80" },
                        { field: "sale_month", name: "销售月份", isshow: "T" ,width: "80"},
                        { field: "date", name: "销售日期", isshow: "T",width: "100",type:"date",formatter:"formatter_date"},
@@ -56,23 +56,23 @@
                        { field: "sale_code", name: "服务联系人编码", isshow: "T", align: "center",width: "110"  },
                        { field: "sale_name", name: "服务联系人", isshow: "T", align: "center", width: "100" },
                        { field: "customer_code", name: "客户编码", isshow: "T", align: "center",width: "100"  },
                        { field: "customer_name", name: "客户名称", isshow: "T", align: "left",width: "150",inputtype:'span'},
                        { field: "customer_name", name: "客户名称", isshow: "T", align: "left",width: "150" , isfilter: true },
                        { field: "product", name: "产品名称", isshow: "T", align: "left" ,width: "200"  },
                        { field: "spec", name: "规格", isshow: "T", align: "center",width: "150"   },
                        { field: "agreement_code", name: "协议编号", isshow: "T",width: "100", align: "center", },
                        { field: "invoince_price", name: "开票价", isshow: "T", align: "center",  },
                        { field: "settlement_price", name: "结算低价", isshow: "T", align: "center",  },
                        { field: "agreement_code", name: "协议编号", isshow: "T",width: "100", align: "center",  isfilter: true },
                        { field: "invoince_price", name: "开票价", isshow: "T", align: "right",formatter:"formatter_money",width:'120'},
                        { field: "settlement_price", name: "结算低价", isshow: "T", align: "right",formatter:"formatter_money",width:'120'  },
                        { field: "tax", name: "税点", isshow: "T", align: "center",  },
                        { 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",  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_code", name: "订单号", isshow: "T", align: "center",  isfilter: true,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",  },