临时发布20240103
dengyu 12 months ago
parent f5d82efe34
commit 76f3b5a0cd

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

Loading…
Cancel
Save