|
|
|
@ -1677,26 +1677,31 @@ Ext.extend(Shipping.MsOpSeaeEdit, Ext.Panel, {
|
|
|
|
|
clicksToEdit: 1
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
Ext.grid.RowNumberer = Ext.extend(Ext.grid.RowNumberer, {
|
|
|
|
|
locked: true,
|
|
|
|
|
width: 40
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
this.initctncolumns = [{
|
|
|
|
|
sortable: true,
|
|
|
|
|
dataIndex: 'CTN_ID',
|
|
|
|
|
header: Zi.LAN.CTN_ID, //'编号',
|
|
|
|
|
hidden: true,
|
|
|
|
|
//hidden: true,
|
|
|
|
|
width: 0
|
|
|
|
|
}, {
|
|
|
|
|
sortable: true,
|
|
|
|
|
dataIndex: 'BSNO',
|
|
|
|
|
header: Zi.LAN.BSNO2, //'业务编号',
|
|
|
|
|
hidden: true,
|
|
|
|
|
//hidden: true,
|
|
|
|
|
width: 0
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
sortable: true,
|
|
|
|
|
dataIndex: 'CTNCODE',
|
|
|
|
|
header: Zi.LAN.CTNCODE, //'序号',
|
|
|
|
|
width: 0
|
|
|
|
|
},
|
|
|
|
|
new Ext.grid.RowNumberer(),
|
|
|
|
|
//{
|
|
|
|
|
//sortable: true,
|
|
|
|
|
//dataIndex: 'CTNCODE',
|
|
|
|
|
//header: Zi.LAN.CTNCODE, //'序号',
|
|
|
|
|
//width: 30
|
|
|
|
|
//},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
@ -10792,7 +10797,7 @@ Ext.extend(Shipping.MsOpSeaeEdit, Ext.Panel, {
|
|
|
|
|
sortable: true,
|
|
|
|
|
dataIndex: 'CTN_ID',
|
|
|
|
|
header: Zi.LAN.CTN_ID, //'编号',
|
|
|
|
|
hidden: true,
|
|
|
|
|
//hidden: true,
|
|
|
|
|
width: 0
|
|
|
|
|
}, {
|
|
|
|
|
sortable: true,
|
|
|
|
@ -10800,12 +10805,14 @@ Ext.extend(Shipping.MsOpSeaeEdit, Ext.Panel, {
|
|
|
|
|
header: Zi.LAN.BSNO2, //'业务编号',
|
|
|
|
|
hidden: true,
|
|
|
|
|
width: 0
|
|
|
|
|
}, {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
sortable: true,
|
|
|
|
|
dataIndex: 'CTNCODE',
|
|
|
|
|
header: Zi.LAN.CTNCODE, //'序号',
|
|
|
|
|
width: 30
|
|
|
|
|
}, {
|
|
|
|
|
width: 0
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
dataIndex: 'CTNALL',
|
|
|
|
|
header: Zi.LAN.CTNALL, //'箱型',
|
|
|
|
|
width: 65,
|
|
|
|
@ -12264,6 +12271,8 @@ Ext.extend(Shipping.MsOpSeaeEdit, Ext.Panel, {
|
|
|
|
|
});
|
|
|
|
|
this.gridList.reconfigure(this.storeBodyList, this.ctncolumns);
|
|
|
|
|
this.gridListshow.reconfigure(this.storeBodyList, this.ctncolumnsshow);
|
|
|
|
|
this.gridList.columns[1] = new Ext.grid.RowNumberer();
|
|
|
|
|
this.gridListshow.columns[1] = new Ext.grid.RowNumberer();
|
|
|
|
|
|
|
|
|
|
this.storeShipper.on('beforeload', function (store) {
|
|
|
|
|
var CUSTOMERNAME = this.formHead.getForm().findField('CUSTOMERNAME').getValue();
|
|
|
|
@ -20677,7 +20686,7 @@ Ext.extend(Shipping.MsOpSeaeEdit, Ext.Panel, {
|
|
|
|
|
var openSet = "height=440, width=890, toolbar=no, menubar=no,scrollbars=no, resizable=no,location=no, status=no,Top= " + (screen.height - 440) / 2 + ",Left= " + (screen.width - 890) / 2
|
|
|
|
|
var openType = "_blank";
|
|
|
|
|
// var openUrl = "../../MvcShipping/MsOpLetter/TruckFeeIndex?bsno=" + this.strBSNO + "&oplb=" + this.stroplb + "&type=" + type;
|
|
|
|
|
var openUrl = "../../MvcShipping/MsInfoClient/MinIndex";
|
|
|
|
|
var openUrl = "../../MvcShipping/MsInfoClient/MinIndex?opform=opseaeedit";
|
|
|
|
|
|
|
|
|
|
window.open(openUrl, openType, openSet);
|
|
|
|
|
},
|
|
|
|
|