|
|
|
@ -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
|
|
|
|
|