From e2846034afd9297071c2c7538c946a606131a6de Mon Sep 17 00:00:00 2001 From: hanxuntao Date: Tue, 4 Jun 2024 08:22:41 +0800 Subject: [PATCH] 1 --- DSWeb/Areas/MvcShipping/Viewsjs/MsChFee/OrderFeeGrid.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DSWeb/Areas/MvcShipping/Viewsjs/MsChFee/OrderFeeGrid.js b/DSWeb/Areas/MvcShipping/Viewsjs/MsChFee/OrderFeeGrid.js index 73c2fddc..b094f6d9 100644 --- a/DSWeb/Areas/MvcShipping/Viewsjs/MsChFee/OrderFeeGrid.js +++ b/DSWeb/Areas/MvcShipping/Viewsjs/MsChFee/OrderFeeGrid.js @@ -791,14 +791,14 @@ Ext.extend(Shipping.OrderFeeGrid, Ext.Panel, { }, { sortable: true, dataIndex: 'CustomerType', - header: '客户类别', + header: Zi.LAN.FEE.CustomerType, editor: this.comboxCustType, // hidden: true, width: 80 }, { sortable: true, dataIndex: 'CustomerName', - header: Zi.LAN.FEE.CustomerType, + header: Zi.LAN.FEE.CUSTOMERNAME, editor: this.comboxCustomerNameRefCr, width: 120, renderer: function (value, meta) {