DS7_HYRD
hanxuntao 9 months ago
parent 21b04210e8
commit c22e29652d

@ -1671,7 +1671,7 @@ Ext.extend(Shipping.ChInvoiceapplicationAudit, Ext.Panel, {
GetCategoryName: function (oplbname) {
if (strLANGUAGES != "en-us") return oplbname;
var records = DsStoreQueryBy(_this.storeInvCategory, 'EnumValueName', oplbname);
var records = DsStoreQueryBy(this.storeInvCategory, 'EnumValueName', oplbname);
if (records.getCount() > 0) {
return records.getAt(0).data.EnumValueName_2;
} else {

@ -1706,7 +1706,7 @@ Ext.extend(Shipping.MsChRecvSettlementBLEdit, Ext.Panel, {
this.storeAddDCType.add({ "DC": "2", "NAME": Zi.LAN.YingFuFee });
this.comboxaddDCType = Ext.create('DsExt.ux.RefTableCombox', {
fieldLabel: '收/付',
fieldLabel: Zi.LAN.FeeTypeRef,
store: this.storeAddDCType,
valueField: 'DC',
displayField: 'NAME',

Loading…
Cancel
Save