From d128bca90c989ecbbe2f3054314b43a22b8871d1 Mon Sep 17 00:00:00 2001 From: tom <tom.he@highdatas.com> Date: 星期五, 16 八月 2024 13:40:33 +0800 Subject: [PATCH] 调整 --- module/fee/page/popup/popup_fee_payment.html | 24 ++++++++++++------------ module/fee/page/popup/popup_fee_qty.html | 18 +++++++++--------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/module/fee/page/popup/popup_fee_payment.html b/module/fee/page/popup/popup_fee_payment.html index 72a3ff7..7547939 100644 --- a/module/fee/page/popup/popup_fee_payment.html +++ b/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: "鍏朵綑鎵f", 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: "鍏朵綑鎵f", isshow: "T", align: "right",formatter:"formatter_money" }, + { field: "returned_qty", name: "瀹炶繑閲戦", isshow: "T", align: "right",formatter:"formatter_money" }, { field: "deduction_remark", name: "鎵f澶囨敞", 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", }, diff --git a/module/fee/page/popup/popup_fee_qty.html b/module/fee/page/popup/popup_fee_qty.html index 17ef75e..fa06169 100644 --- a/module/fee/page/popup/popup_fee_qty.html +++ b/module/fee/page/popup/popup_fee_qty.html @@ -22,8 +22,8 @@ heightType: "popuppage" }, default_tableFields: [ - { field: "state_name", name: "鐘舵��", isshow: "T", 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: "state_name", name: "鐘舵��", isshow: "T", 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: "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"}, @@ -38,19 +38,19 @@ { 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", isfilter: true }, - { field: "invoince_price", name: "寮�绁ㄤ环", isshow: "T", align: "center", }, - { field: "settlement_price", name: "缁撶畻浣庝环", isshow: "T", align: "center", }, + { 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: "鍏朵綑鎵f", 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: "鍏朵綑鎵f", isshow: "T", align: "right",formatter:"formatter_money" }, + { field: "returned_qty", name: "瀹炶繑閲戦", isshow: "T", align: "right",formatter:"formatter_money" }, { field: "deduction_remark", name: "鎵f澶囨敞", 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", }, -- Gitblit v1.8.0