|
|
|
@ -167,7 +167,7 @@ Ext.extend(Shipping.MsOpSeaeEdit, Ext.Panel, {
|
|
|
|
|
//this.storeOpCode4.loadData(astoreOpCode.data.items);
|
|
|
|
|
this.storeOpCode5.loadData(astoreOpCode.data.items);
|
|
|
|
|
this.storeOpCode6.loadData(astoreOpCode.data.items);
|
|
|
|
|
|
|
|
|
|
this.storeOpCode7.loadData(astoreOpCode.data.items);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
@ -208,7 +208,7 @@ DFF42726-A0BA-4264-BFDF-2500A35E89C7 isVehiclesDispatcher 是否派车调度人
|
|
|
|
|
},
|
|
|
|
|
this);
|
|
|
|
|
|
|
|
|
|
//海外操作
|
|
|
|
|
//订舱中心
|
|
|
|
|
this.storeOpCode6.on('beforeload',
|
|
|
|
|
function (store) {
|
|
|
|
|
var sql = " u.GID IN (SELECT USERID FROM user_userattribute WHERE ATTRIBUTEID='31AC11C1-D005-46EC-A0EE-05BC211AE1B7' and VALUE='true' ) ";
|
|
|
|
@ -228,6 +228,15 @@ DFF42726-A0BA-4264-BFDF-2500A35E89C7 isVehiclesDispatcher 是否派车调度人
|
|
|
|
|
},
|
|
|
|
|
this);
|
|
|
|
|
|
|
|
|
|
//海外操作
|
|
|
|
|
this.storeOpCode7.on('beforeload',
|
|
|
|
|
function (store) {
|
|
|
|
|
var sql = " u.GID IN (SELECT USERID FROM user_userattribute WHERE ATTRIBUTEID='31AC11C1-D005-46EC-A0EE-05BC211AE1B7' and VALUE='true' ) ";
|
|
|
|
|
Ext.apply(store.proxy.extraParams, {
|
|
|
|
|
condition: sql
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
this);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//客服
|
|
|
|
@ -291,8 +300,8 @@ DFF42726-A0BA-4264-BFDF-2500A35E89C7 isVehiclesDispatcher 是否派车调度人
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
this.comboxOP_OVERSEA = Ext.create('DsExt.ux.RefTableCombox', {
|
|
|
|
|
fieldLabel: Zi.LAN.OP_OVERSEA, //'操 作',
|
|
|
|
|
store: this.storeOpCode6,
|
|
|
|
|
fieldLabel: Zi.LAN.OP_OVERSEA, //'海外操作',
|
|
|
|
|
store: this.storeOpCode7,
|
|
|
|
|
forceSelection: true,
|
|
|
|
|
queryMode: 'remote',
|
|
|
|
|
minChars: 0,
|
|
|
|
@ -13925,7 +13934,9 @@ DFF42726-A0BA-4264-BFDF-2500A35E89C7 isVehiclesDispatcher 是否派车调度人
|
|
|
|
|
_this.onSendINTTR(FILETYPE.FILETYPE, FILEROLE.FILEROLE, IsBill, CARRIER.CARRIER, IsNADFW, Ext.getCmp('tbNADFWID').getValue().toString(), Ext.getCmp('tbNADFW').getValue().toString());
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (jsonresult.Message != "数据保存成功") {
|
|
|
|
|
Ext.Msg.show({ title: Zi.LAN.JingGao, msg: jsonresult.Message, icon: Ext.Msg.INFO, buttons: Ext.Msg.OK });
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
Ext.Msg.show({ title: Zi.LAN.ChuoWu, msg: jsonresult.Message, icon: Ext.Msg.ERROR, buttons: Ext.Msg.OK });
|
|
|
|
@ -14189,8 +14200,9 @@ DFF42726-A0BA-4264-BFDF-2500A35E89C7 isVehiclesDispatcher 是否派车调度人
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
this.tabSeaepanel.doLayout();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (jsonresult.Message != "数据保存成功") {
|
|
|
|
|
Ext.Msg.show({ title: Zi.LAN.JingGao, msg: jsonresult.Message, icon: Ext.Msg.INFO, buttons: Ext.Msg.OK });
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
Ext.Msg.show({ title: Zi.LAN.ChuoWu, msg: jsonresult.Message, icon: Ext.Msg.ERROR, buttons: Ext.Msg.OK });
|
|
|
|
@ -16461,7 +16473,7 @@ DFF42726-A0BA-4264-BFDF-2500A35E89C7 isVehiclesDispatcher 是否派车调度人
|
|
|
|
|
CodeAndName: data.OP_OVERSEA
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
this.storeOpCode6.add(recordCustCode);
|
|
|
|
|
this.storeOpCode7.add(recordCustCode);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var BLTYPE = this.formHead.getForm().findField('BLTYPE').getValue();
|
|
|
|
|