From bac1cc1d08c5fa87d986a953e31c85df8a4bf376 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期二, 20 八月 2024 20:20:12 +0800 Subject: [PATCH] 调整 --- module/fee/page/popup/popup_fee_qty.html | 19 +++++++++---------- 1 files changed, 9 insertions(+), 10 deletions(-) diff --git a/module/fee/page/popup/popup_fee_qty.html b/module/fee/page/popup/popup_fee_qty.html index 17ef75e..de9e242 100644 --- a/module/fee/page/popup/popup_fee_qty.html +++ b/module/fee/page/popup/popup_fee_qty.html @@ -1,4 +1,3 @@ - <!doctype html> <html> <head> @@ -22,8 +21,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 +37,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