From f3113603f8c835698ac5d3c53bbfb1381d3ef5ae Mon Sep 17 00:00:00 2001 From: ddlucky Date: Tue, 14 Feb 2023 16:31:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=88=B1=E5=8D=95=E4=B8=9A=E5=8A=A1=E5=88=97?= =?UTF-8?q?=E8=A1=A8=EF=BC=8C=E6=9F=A5=E8=AF=A2=20=E8=BF=90=E8=BE=93?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=8F=96=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MvcShipping/Viewsjs/MsOpOther/MsOpOther_CangDanIndex.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DSWeb/Areas/MvcShipping/Viewsjs/MsOpOther/MsOpOther_CangDanIndex.js b/DSWeb/Areas/MvcShipping/Viewsjs/MsOpOther/MsOpOther_CangDanIndex.js index a77233d3..ca0dfee5 100644 --- a/DSWeb/Areas/MvcShipping/Viewsjs/MsOpOther/MsOpOther_CangDanIndex.js +++ b/DSWeb/Areas/MvcShipping/Viewsjs/MsOpOther/MsOpOther_CangDanIndex.js @@ -703,8 +703,10 @@ Ext.extend(Shipping.MsOpOtherIndex, Ext.Panel, { fieldLabel: '运输类型', store: this.storeBsType, forceSelection: true, - name: 'BsType', + name: 'TRANSTYPE', enableKeyEvents: true, + valueField: 'EnumValueName', + displayField: 'EnumValueName', listeners: { keyup: function (field, e) { if (e.getKey() == e.ENTER) {