|
|
|
@ -1520,7 +1520,7 @@ Ext.extend(Shipping.formDjyOrder_COSCO, Ext.Panel, {
|
|
|
|
|
} else {
|
|
|
|
|
Ext.Msg.show({
|
|
|
|
|
title: '提示',
|
|
|
|
|
msg: "请在【系统配置-参数设置-大简云订舱_账号密码设置】中增加船公司[" + CARRIER + "]的账号与密码",
|
|
|
|
|
msg: "请在【系统配置-参数设置-大简云订舱_账号密码设置】中增加船公司[" + _this.carrier + "]的账号与密码",
|
|
|
|
|
icon: Ext.MessageBox.ERROR,
|
|
|
|
|
buttons: Ext.Msg.OK
|
|
|
|
|
});
|
|
|
|
@ -1564,7 +1564,7 @@ Ext.extend(Shipping.formDjyOrder_COSCO, Ext.Panel, {
|
|
|
|
|
} else {
|
|
|
|
|
Ext.Msg.show({
|
|
|
|
|
title: '提示',
|
|
|
|
|
msg: "请在【系统配置-参数设置-大简云订舱_合约号设置】中增加船公司[" + CARRIER + "]的合约号",
|
|
|
|
|
msg: "请在【系统配置-参数设置-大简云订舱_合约号设置】中增加船公司[" + _this.carrier + "]的合约号",
|
|
|
|
|
icon: Ext.MessageBox.ERROR,
|
|
|
|
|
buttons: Ext.Msg.OK
|
|
|
|
|
});
|
|
|
|
|