20221003-1

临时发布20240103
ddlucky 2 years ago
parent e0392c8a10
commit 9d634e18b6

@ -32,6 +32,9 @@ Ext.extend(Shipping.MsAireOrderEdit, Ext.Panel, {
this.SALEORDERDEPTBYOP = 0;
this.editcolumnindex = 0;
parentWin = window.parent.opener;
this.mainWin = getMainForm(parentWin);
//#region 信息加载
this.storeDefValue = Ext.create('Ext.data.Store', {
model: 'DsShipping.ux.OpDefValue',
@ -3259,8 +3262,10 @@ Ext.extend(Shipping.MsAireOrderEdit, Ext.Panel, {
this.panelFee.StoreDrOpRange.load({ params: { optype: "modSeaeOrderList" } });
this.panelFee.StoreCrOpRange.load({ params: { optype: "modSeaeOrderList" } });
this.panelFee.storeFeeNameRef.load({ params: { condition: "ISSEA='1' " } });
this.panelFee.storeFeeNameRefCr.load({ params: { condition: "ISSEA='1' " } });
//this.panelFee.storeFeeNameRef.load({ params: { condition: "ISSEA='1' " } });
//this.panelFee.storeFeeNameRefCr.load({ params: { condition: "ISSEA='1' " } });
this.panelFee.storeFeeNameRef.loadData(this.mainWin.GetPubStore("CODE_FEE_AIR").data.items);
this.panelFee.storeFeeNameRefCr.loadData(this.mainWin.GetPubStore("CODE_FEE_AIR").data.items);
//#endregion

@ -537,7 +537,8 @@ Ext.extend(Shipping.MsRptOpProfitPerCentIndex, Ext.Panel, {
{ id: 'rdoOp', boxLabel: '操作员', name: 'OBJNAME', inputValue: 'B.OP' },
{ id: 'rdoCustService', boxLabel: '客服员', name: 'OBJNAME', inputValue: 'B.CUSTSERVICE' },
{ id: 'rdoDestination', boxLabel: '目的港', name: 'OBJNAME', inputValue: 'B.DESTINATION' },
{ id: 'rdoFeeObjName', boxLabel: '收付对象', name: 'OBJNAME', inputValue: 'F.CUSTOMERNAME' }
{ id: 'rdoFeeObjName', boxLabel: '收付对象', name: 'OBJNAME', inputValue: 'F.CUSTOMERNAME' },
{ id: 'rdoDOC', boxLabel: '单 证', name: 'OBJNAME', inputValue: 'B.DOC' }
],
listeners: {
change: function (rd, newValue, oldValue, eOpts) {

Loading…
Cancel
Save