|
|
@ -402,7 +402,7 @@ Ext.extend(Shipping.OP_SERVICEBILLEdit, Ext.Panel, {
|
|
|
|
//layout: "border",
|
|
|
|
//layout: "border",
|
|
|
|
region: 'north',
|
|
|
|
region: 'north',
|
|
|
|
// title:'委托结算服务',
|
|
|
|
// title:'委托结算服务',
|
|
|
|
height:350,
|
|
|
|
height:420,
|
|
|
|
//grow:true,
|
|
|
|
//grow:true,
|
|
|
|
frame: true,
|
|
|
|
frame: true,
|
|
|
|
bodyPadding: 5,
|
|
|
|
bodyPadding: 5,
|
|
|
@ -419,220 +419,264 @@ Ext.extend(Shipping.OP_SERVICEBILLEdit, Ext.Panel, {
|
|
|
|
|
|
|
|
|
|
|
|
items: [
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
//第一格
|
|
|
|
|
|
|
|
xtype: 'container',
|
|
|
|
xtype: 'container',
|
|
|
|
//title:'委托信息',
|
|
|
|
layout: 'hbox', hidden: true,
|
|
|
|
defaultType: 'textfield',
|
|
|
|
defaultType: 'textfield',
|
|
|
|
layout: 'anchor',
|
|
|
|
|
|
|
|
defaults: {
|
|
|
|
|
|
|
|
anchor: '100%'
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
items: [
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
xtype: 'container',
|
|
|
|
fieldLabel: 'BSNO',
|
|
|
|
layout: 'hbox', hidden: true,
|
|
|
|
name: 'BSNO'
|
|
|
|
defaultType: 'textfield',
|
|
|
|
}, {
|
|
|
|
items: [
|
|
|
|
fieldLabel: 'PARENTID',
|
|
|
|
{
|
|
|
|
name: 'PARENTID'
|
|
|
|
fieldLabel: 'BSNO',
|
|
|
|
}, {
|
|
|
|
name: 'BSNO'
|
|
|
|
fieldLabel: 'SALECORPID',
|
|
|
|
}, {
|
|
|
|
name: 'SALECORPID'
|
|
|
|
fieldLabel: 'PARENTID',
|
|
|
|
}, {
|
|
|
|
name: 'PARENTID'
|
|
|
|
fieldLabel: 'DEPT',
|
|
|
|
}, {
|
|
|
|
name: 'DEPT'
|
|
|
|
fieldLabel: 'SALECORPID',
|
|
|
|
}, {
|
|
|
|
name: 'SALECORPID'
|
|
|
|
fieldLabel: 'SALEDEPT',
|
|
|
|
}, {
|
|
|
|
name: 'SALEDEPT'
|
|
|
|
fieldLabel: 'DEPT',
|
|
|
|
}, {
|
|
|
|
name: 'DEPT'
|
|
|
|
fieldLabel: 'SALE',
|
|
|
|
}, {
|
|
|
|
name: 'SALE'
|
|
|
|
fieldLabel: 'SALEDEPT',
|
|
|
|
}, {
|
|
|
|
name: 'SALEDEPT'
|
|
|
|
fieldLabel: 'BILLSTATUS',
|
|
|
|
}, {
|
|
|
|
name: 'BILLSTATUS'
|
|
|
|
fieldLabel: 'SALE',
|
|
|
|
}, {
|
|
|
|
name: 'SALE'
|
|
|
|
fieldLabel: 'BSSTATUS',
|
|
|
|
}, {
|
|
|
|
name: 'BSSTATUS'
|
|
|
|
fieldLabel: 'BILLSTATUS',
|
|
|
|
}, {
|
|
|
|
name: 'BILLSTATUS'
|
|
|
|
fieldLabel: 'FEESTATS',
|
|
|
|
}, {
|
|
|
|
name: 'FEESTATS'
|
|
|
|
fieldLabel: 'BSSTATUS',
|
|
|
|
}, {
|
|
|
|
name: 'BSSTATUS'
|
|
|
|
fieldLabel: 'CUSTNO',
|
|
|
|
}, {
|
|
|
|
name: 'CUSTNO'
|
|
|
|
fieldLabel: 'FEESTATS',
|
|
|
|
}, {
|
|
|
|
name: 'FEESTATS'
|
|
|
|
fieldLabel: 'CUSTOMNO',
|
|
|
|
}, {
|
|
|
|
name: 'CUSTOMNO'
|
|
|
|
fieldLabel: 'CUSTNO',
|
|
|
|
}, {
|
|
|
|
name: 'CUSTNO'
|
|
|
|
fieldLabel: 'CONTRACTNO',
|
|
|
|
}, {
|
|
|
|
name: 'CONTRACTNO'
|
|
|
|
fieldLabel: 'CUSTOMNO',
|
|
|
|
}, {
|
|
|
|
name: 'CUSTOMNO'
|
|
|
|
fieldLabel: 'SERVICETYPE',
|
|
|
|
}, {
|
|
|
|
name: 'SERVICETYPE'
|
|
|
|
fieldLabel: 'CONTRACTNO',
|
|
|
|
}, {
|
|
|
|
name: 'CONTRACTNO'
|
|
|
|
fieldLabel: 'ACCDATE',
|
|
|
|
}, {
|
|
|
|
name: 'ACCDATE'
|
|
|
|
fieldLabel: 'SERVICETYPE',
|
|
|
|
}, {
|
|
|
|
name: 'SERVICETYPE'
|
|
|
|
fieldLabel: 'BSDATE',
|
|
|
|
}, {
|
|
|
|
name: 'BSDATE'
|
|
|
|
fieldLabel: 'ACCDATE',
|
|
|
|
}, {
|
|
|
|
name: 'ACCDATE'
|
|
|
|
fieldLabel: 'MODIFIEDUSER',
|
|
|
|
}, {
|
|
|
|
name: 'MODIFIEDUSER'
|
|
|
|
fieldLabel: 'BSDATE',
|
|
|
|
}, {
|
|
|
|
name: 'BSDATE'
|
|
|
|
fieldLabel: 'MODIFIEDTIME',
|
|
|
|
}, {
|
|
|
|
name: 'MODIFIEDTIME'
|
|
|
|
fieldLabel: 'MODIFIEDUSER',
|
|
|
|
}, {
|
|
|
|
name: 'MODIFIEDUSER'
|
|
|
|
fieldLabel: 'ATA',
|
|
|
|
}, {
|
|
|
|
name: 'ATA'
|
|
|
|
fieldLabel: 'MODIFIEDTIME',
|
|
|
|
}, {
|
|
|
|
name: 'MODIFIEDTIME'
|
|
|
|
fieldLabel: 'FORWARDER',
|
|
|
|
}, {
|
|
|
|
name: 'FORWARDER'
|
|
|
|
fieldLabel: 'ATA',
|
|
|
|
}, {
|
|
|
|
name: 'ATA'
|
|
|
|
fieldLabel: 'CUSTOMERNAME',
|
|
|
|
}, {
|
|
|
|
name: 'CUSTOMERNAME'
|
|
|
|
fieldLabel: 'FORWARDER',
|
|
|
|
}, {
|
|
|
|
name: 'FORWARDER'
|
|
|
|
fieldLabel: 'FEE_1',
|
|
|
|
}, {
|
|
|
|
name: 'FEE_1'
|
|
|
|
fieldLabel: 'CUSTOMERNAME',
|
|
|
|
}, {
|
|
|
|
name: 'CUSTOMERNAME'
|
|
|
|
fieldLabel: 'FEE_2',
|
|
|
|
}, {
|
|
|
|
name: 'FEE_2'
|
|
|
|
fieldLabel: 'FEE_1',
|
|
|
|
}, {
|
|
|
|
name: 'FEE_1'
|
|
|
|
fieldLabel: 'DJYID',
|
|
|
|
}, {
|
|
|
|
name: 'DJYID'
|
|
|
|
fieldLabel: 'FEE_2',
|
|
|
|
}, {
|
|
|
|
name: 'FEE_2'
|
|
|
|
fieldLabel: 'CangDanShiJian',
|
|
|
|
}, {
|
|
|
|
name: 'CangDanShiJian'
|
|
|
|
fieldLabel: 'DJYID',
|
|
|
|
}, {
|
|
|
|
name: 'DJYID'
|
|
|
|
fieldLabel: 'HaiFangShiJian',
|
|
|
|
}, {
|
|
|
|
name: 'HaiFangShiJian'
|
|
|
|
fieldLabel: 'CangDanShiJian',
|
|
|
|
}, {
|
|
|
|
name: 'CangDanShiJian'
|
|
|
|
fieldLabel: 'TiHuo',
|
|
|
|
}, {
|
|
|
|
name: 'TiHuo'
|
|
|
|
fieldLabel: 'HaiFangShiJian',
|
|
|
|
}, {
|
|
|
|
name: 'HaiFangShiJian'
|
|
|
|
fieldLabel: 'TiHuoInfo',
|
|
|
|
}, {
|
|
|
|
name: 'TiHuoInfo'
|
|
|
|
fieldLabel: 'TiHuo',
|
|
|
|
}, {
|
|
|
|
name: 'TiHuo'
|
|
|
|
fieldLabel: 'FanKong',
|
|
|
|
}, {
|
|
|
|
name: 'FanKong'
|
|
|
|
fieldLabel: 'TiHuoInfo',
|
|
|
|
}, {
|
|
|
|
name: 'TiHuoInfo'
|
|
|
|
fieldLabel: 'FanKongInfo',
|
|
|
|
}, {
|
|
|
|
name: 'FanKongInfo'
|
|
|
|
fieldLabel: 'FanKong',
|
|
|
|
|
|
|
|
name: 'FanKong'
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
|
|
fieldLabel: 'FanKongInfo',
|
|
|
|
|
|
|
|
name: 'FanKongInfo'
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
, {
|
|
|
|
|
|
|
|
xtype: 'container',
|
|
|
|
|
|
|
|
layout: 'hbox',
|
|
|
|
|
|
|
|
defaultType: 'textfield',
|
|
|
|
|
|
|
|
items: [
|
|
|
|
|
|
|
|
this.comboxCompany//所属公司
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
, {
|
|
|
|
|
|
|
|
xtype: 'container',
|
|
|
|
|
|
|
|
layout: 'hbox',
|
|
|
|
|
|
|
|
defaultType: 'textfield',
|
|
|
|
|
|
|
|
items: [
|
|
|
|
|
|
|
|
this.comboxCompany//所属公司
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
, {
|
|
|
|
, {
|
|
|
|
xtype: 'container',
|
|
|
|
xtype: 'container',
|
|
|
|
layout: 'hbox',
|
|
|
|
layout: 'hbox',
|
|
|
|
defaultType: 'textfield',
|
|
|
|
defaultType: 'textfield',
|
|
|
|
items: [
|
|
|
|
items: [
|
|
|
|
this.comboxOP//联系人
|
|
|
|
this.comboxOP//联系人
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
, {
|
|
|
|
, {
|
|
|
|
xtype: 'container',
|
|
|
|
xtype: 'container',
|
|
|
|
layout: 'hbox',
|
|
|
|
layout: 'hbox',
|
|
|
|
defaultType: 'textfield',
|
|
|
|
defaultType: 'textfield',
|
|
|
|
items: [
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
fieldLabel: "<a><font color='#FF0000'>*</font></a>" +Zi.LAN.TEL,
|
|
|
|
fieldLabel: "<a><font color='#FF0000'>*</font></a>" + Zi.LAN.TEL,
|
|
|
|
allowBlank: false,
|
|
|
|
allowBlank: false,
|
|
|
|
name: 'TEL'
|
|
|
|
name: 'TEL'
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
, {
|
|
|
|
]
|
|
|
|
xtype: 'container',
|
|
|
|
}
|
|
|
|
layout: 'hbox',
|
|
|
|
, {
|
|
|
|
defaultType: 'textfield',
|
|
|
|
xtype: 'container',
|
|
|
|
items: [
|
|
|
|
layout: 'hbox',
|
|
|
|
{
|
|
|
|
defaultType: 'textfield',
|
|
|
|
fieldLabel: "<a><font color='#FF0000'>*</font></a>" +Zi.LAN.MBLNO,
|
|
|
|
items: [
|
|
|
|
allowBlank: false,
|
|
|
|
{
|
|
|
|
name: 'MBLNO'
|
|
|
|
fieldLabel: "<a><font color='#FF0000'>*</font></a>" + Zi.LAN.MBLNO,
|
|
|
|
}
|
|
|
|
allowBlank: false,
|
|
|
|
, this.comboxCARRIER
|
|
|
|
name: 'MBLNO'
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
, this.comboxCARRIER
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
, {
|
|
|
|
|
|
|
|
xtype: 'container',
|
|
|
|
|
|
|
|
layout: 'hbox',
|
|
|
|
|
|
|
|
defaultType: 'textfield',
|
|
|
|
|
|
|
|
items: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
fieldLabel: Zi.LAN.VESSEL,
|
|
|
|
|
|
|
|
allowBlank: true,
|
|
|
|
|
|
|
|
name: 'VESSEL'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
, {
|
|
|
|
, {
|
|
|
|
|
|
|
|
fieldLabel: Zi.LAN.VOYNO,
|
|
|
|
|
|
|
|
allowBlank: true,
|
|
|
|
|
|
|
|
name: 'VOYNO'
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
, {
|
|
|
|
|
|
|
|
xtype: 'container',
|
|
|
|
|
|
|
|
layout: 'hbox',
|
|
|
|
|
|
|
|
defaultType: 'textfield',
|
|
|
|
|
|
|
|
items: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
fieldLabel: Zi.LAN.ETA,
|
|
|
|
|
|
|
|
format: 'Y-m-d',
|
|
|
|
|
|
|
|
xtype: 'datefield',
|
|
|
|
|
|
|
|
allowBlank: true,
|
|
|
|
|
|
|
|
name: 'ETA'
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
//, {
|
|
|
|
|
|
|
|
// fieldLabel: Zi.LAN.SHIPAGENCY,
|
|
|
|
|
|
|
|
// allowBlank: true,
|
|
|
|
|
|
|
|
// name: 'SHIPAGENCY'
|
|
|
|
|
|
|
|
//}
|
|
|
|
|
|
|
|
, this.comboxSHIPAGENCY
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
, {
|
|
|
|
|
|
|
|
id: 'ServiceGroup',
|
|
|
|
|
|
|
|
xtype: 'checkboxgroup',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fieldLabel: "<a><font color='#FF0000'>*</font></a>" + Zi.LAN.SERVICEBILLService, //'费用项目',
|
|
|
|
|
|
|
|
allowBlank: false,
|
|
|
|
|
|
|
|
columns: 4,
|
|
|
|
|
|
|
|
name: 'SERVICE',
|
|
|
|
|
|
|
|
items: []
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
,{
|
|
|
|
|
|
|
|
xtype: 'container',
|
|
|
|
|
|
|
|
defaultType: 'textfield',
|
|
|
|
|
|
|
|
layout: 'hbox',
|
|
|
|
|
|
|
|
flex: 1,
|
|
|
|
|
|
|
|
//defaults: {
|
|
|
|
|
|
|
|
// anchor: '100%'
|
|
|
|
|
|
|
|
//},
|
|
|
|
|
|
|
|
items: [
|
|
|
|
|
|
|
|
{
|
|
|
|
xtype: 'container',
|
|
|
|
xtype: 'container',
|
|
|
|
layout: 'hbox',
|
|
|
|
//title:'委托信息',
|
|
|
|
defaultType: 'textfield',
|
|
|
|
defaultType: 'textfield',
|
|
|
|
|
|
|
|
layout: 'anchor',
|
|
|
|
|
|
|
|
flex: 1,
|
|
|
|
|
|
|
|
defaults: {
|
|
|
|
|
|
|
|
anchor: '100%'
|
|
|
|
|
|
|
|
},
|
|
|
|
items: [
|
|
|
|
items: [
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
fieldLabel: Zi.LAN.VESSEL,
|
|
|
|
xtype: 'textareafield',
|
|
|
|
allowBlank: true,
|
|
|
|
name: 'REMARK',
|
|
|
|
name: 'VESSEL'
|
|
|
|
id: "REMARK",
|
|
|
|
|
|
|
|
height: 120,
|
|
|
|
|
|
|
|
grow: false,
|
|
|
|
|
|
|
|
fieldLabel: '下单备注' //'备注',
|
|
|
|
}
|
|
|
|
}
|
|
|
|
, {
|
|
|
|
, {
|
|
|
|
fieldLabel: Zi.LAN.VOYNO,
|
|
|
|
xtype: 'textareafield',
|
|
|
|
allowBlank: true,
|
|
|
|
name: 'REMARK2',
|
|
|
|
name: 'VOYNO'
|
|
|
|
id: "REMARK2",
|
|
|
|
|
|
|
|
height: 60,
|
|
|
|
|
|
|
|
hidden: true,
|
|
|
|
|
|
|
|
grow: false,
|
|
|
|
|
|
|
|
fieldLabel: '补充备注',
|
|
|
|
|
|
|
|
},{
|
|
|
|
|
|
|
|
xtype: 'textareafield',
|
|
|
|
|
|
|
|
name: 'TIPS',
|
|
|
|
|
|
|
|
id: "TIPS",
|
|
|
|
|
|
|
|
readOnly: true,
|
|
|
|
|
|
|
|
height: 60,
|
|
|
|
|
|
|
|
grow: false,
|
|
|
|
|
|
|
|
fieldStyle: {
|
|
|
|
|
|
|
|
color: 'red'
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
fieldLabel: '反馈信息',
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
, {
|
|
|
|
//, {
|
|
|
|
xtype: 'container',
|
|
|
|
|
|
|
|
layout: 'hbox',
|
|
|
|
// xtype: 'container',
|
|
|
|
defaultType: 'textfield',
|
|
|
|
// //title:'委托信息',
|
|
|
|
items: [
|
|
|
|
// defaultType: 'textfield',
|
|
|
|
{
|
|
|
|
// layout: 'anchor',
|
|
|
|
fieldLabel: Zi.LAN.ETA,
|
|
|
|
// flex: 1,
|
|
|
|
format: 'Y-m-d',
|
|
|
|
// defaults: {
|
|
|
|
xtype: 'datefield',
|
|
|
|
// anchor: '100%'
|
|
|
|
allowBlank: true,
|
|
|
|
// },
|
|
|
|
name: 'ETA'
|
|
|
|
// items: [
|
|
|
|
}
|
|
|
|
|
|
|
|
//, {
|
|
|
|
// ]
|
|
|
|
// fieldLabel: Zi.LAN.SHIPAGENCY,
|
|
|
|
//}
|
|
|
|
// allowBlank: true,
|
|
|
|
|
|
|
|
// name: 'SHIPAGENCY'
|
|
|
|
|
|
|
|
//}
|
|
|
|
|
|
|
|
, this.comboxSHIPAGENCY
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
, {
|
|
|
|
|
|
|
|
id: 'ServiceGroup',
|
|
|
|
|
|
|
|
xtype: 'checkboxgroup',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fieldLabel: "<a><font color='#FF0000'>*</font></a>" + Zi.LAN.SERVICEBILLService, //'费用项目',
|
|
|
|
|
|
|
|
allowBlank:false,
|
|
|
|
|
|
|
|
columns: 4,
|
|
|
|
|
|
|
|
name: 'SERVICE',
|
|
|
|
|
|
|
|
items: []
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
, {
|
|
|
|
|
|
|
|
xtype: 'textareafield',
|
|
|
|
|
|
|
|
name: 'REMARK',
|
|
|
|
|
|
|
|
id:"REMARK",
|
|
|
|
|
|
|
|
height:120,
|
|
|
|
|
|
|
|
//grow: true,
|
|
|
|
|
|
|
|
fieldLabel: Zi.LAN.REMARK //'备注',
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
, {
|
|
|
|
|
|
|
|
xtype: 'textareafield',
|
|
|
|
|
|
|
|
name: 'REMARK2',
|
|
|
|
|
|
|
|
id: "REMARK2",
|
|
|
|
|
|
|
|
height: 40,
|
|
|
|
|
|
|
|
hidden: true,
|
|
|
|
|
|
|
|
fieldLabel: '补充备注',
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
]//end items(fieldset 1)
|
|
|
|
]//end items(fieldset 1)
|
|
|
|
|
|
|
|
|
|
|
|
}); //end this.formHead
|
|
|
|
}); //end this.formHead
|
|
|
@ -1600,7 +1644,7 @@ Ext.extend(Shipping.OP_SERVICEBILLEdit, Ext.Panel, {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
basicForm.findField('REMARK').readOnly = true;
|
|
|
|
basicForm.findField('REMARK').readOnly = true;
|
|
|
|
Ext.getCmp('REMARK').height = 75;
|
|
|
|
Ext.getCmp('REMARK').height = 60;
|
|
|
|
Ext.getCmp('REMARK2').show();
|
|
|
|
Ext.getCmp('REMARK2').show();
|
|
|
|
|
|
|
|
|
|
|
|
Ext.getCmp('btnESave').hide();
|
|
|
|
Ext.getCmp('btnESave').hide();
|
|
|
|