|
|
|
@ -1857,7 +1857,6 @@ Ext.extend(Shipping.MsOpSeaeIndex, Ext.Panel, {
|
|
|
|
|
|
|
|
|
|
//单证
|
|
|
|
|
this.comboxDoc = Ext.create('DsExt.ux.RefTableCombox', {
|
|
|
|
|
hidden:true,
|
|
|
|
|
fieldLabel: Zi.LAN.DOC, //'单证 单 证',
|
|
|
|
|
store: this.storeDoc,
|
|
|
|
|
forceSelection: true,
|
|
|
|
@ -1985,7 +1984,6 @@ Ext.extend(Shipping.MsOpSeaeIndex, Ext.Panel, {
|
|
|
|
|
proxy: { url: '/CommMng/BasicDataRef/GetCodeLoadportListRm' }
|
|
|
|
|
});
|
|
|
|
|
this.comboxPORTLOAD = Ext.create('DsExt.ux.RefTableCombox', {
|
|
|
|
|
hidden: true,
|
|
|
|
|
flex: 1,
|
|
|
|
|
fieldLabel: Zi.LAN.PORTLOAD, //'装货港',
|
|
|
|
|
store: this.storeCodeLoadport,
|
|
|
|
@ -2127,7 +2125,6 @@ Ext.extend(Shipping.MsOpSeaeIndex, Ext.Panel, {
|
|
|
|
|
|
|
|
|
|
this.storeISEI = GetPublicStore('ISEI');
|
|
|
|
|
this.comboxISEI = Ext.create('DsExt.ux.RefTableCombox', {
|
|
|
|
|
hidden:true,
|
|
|
|
|
fieldLabel: Zi.LAN.ISEI, //'委托分公司',
|
|
|
|
|
store: this.storeISEI,
|
|
|
|
|
forceSelection: true,
|
|
|
|
@ -2319,7 +2316,7 @@ Ext.extend(Shipping.MsOpSeaeIndex, Ext.Panel, {
|
|
|
|
|
// scope: this
|
|
|
|
|
//}
|
|
|
|
|
{
|
|
|
|
|
fieldLabel: '箱号', //'编号',
|
|
|
|
|
fieldLabel: '柜号', //'编号',
|
|
|
|
|
name: 'CNTRNO',
|
|
|
|
|
labelWidth: 30,
|
|
|
|
|
flex: 0.6,
|
|
|
|
@ -2332,21 +2329,21 @@ Ext.extend(Shipping.MsOpSeaeIndex, Ext.Panel, {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
xtype: 'hiddenfield',
|
|
|
|
|
flex: 1,
|
|
|
|
|
scope: this
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
xtype: 'hiddenfield',
|
|
|
|
|
flex: 1,
|
|
|
|
|
scope: this
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
xtype: 'hiddenfield',
|
|
|
|
|
flex: 1,
|
|
|
|
|
scope: this
|
|
|
|
|
},
|
|
|
|
|
//{
|
|
|
|
|
// xtype: 'hiddenfield',
|
|
|
|
|
// flex: 1,
|
|
|
|
|
// scope: this
|
|
|
|
|
//},
|
|
|
|
|
//{
|
|
|
|
|
// xtype: 'hiddenfield',
|
|
|
|
|
// flex: 1,
|
|
|
|
|
// scope: this
|
|
|
|
|
//},
|
|
|
|
|
//{
|
|
|
|
|
// xtype: 'hiddenfield',
|
|
|
|
|
// flex: 1,
|
|
|
|
|
// scope: this
|
|
|
|
|
//},
|
|
|
|
|
{
|
|
|
|
|
xtype: 'hiddenfield',
|
|
|
|
|
flex: 1.3,
|
|
|
|
@ -2468,14 +2465,18 @@ Ext.extend(Shipping.MsOpSeaeIndex, Ext.Panel, {
|
|
|
|
|
this.onClearSql(button, event);
|
|
|
|
|
},
|
|
|
|
|
scope: this
|
|
|
|
|
}, {
|
|
|
|
|
text: Zi.LAN.btnshowmore, //"显示高级查询",
|
|
|
|
|
iconCls: "",
|
|
|
|
|
handler: function (button, event) {
|
|
|
|
|
this.ShowMoreSearch(button, event);
|
|
|
|
|
},
|
|
|
|
|
scope: this
|
|
|
|
|
}, '-', {
|
|
|
|
|
|
|
|
|
|
//{
|
|
|
|
|
//text: Zi.LAN.btnshowmore, //"显示高级查询",
|
|
|
|
|
//iconCls: "",
|
|
|
|
|
//handler: function (button, event) {
|
|
|
|
|
// this.ShowMoreSearch(button, event);
|
|
|
|
|
//},
|
|
|
|
|
//scope: this
|
|
|
|
|
//},
|
|
|
|
|
|
|
|
|
|
'-', {
|
|
|
|
|
text: Zi.LAN.GuoWaiCangDan, //"国外舱单",
|
|
|
|
|
menu: [{
|
|
|
|
|
text: Zi.LAN.CreateCangDan, //"AMS",
|
|
|
|
|