|
|
|
@ -38,6 +38,11 @@ Ext.extend(Shipping.ApplyAmendFee, Ext.Panel, {
|
|
|
|
|
|
|
|
|
|
//按钮Toolbar
|
|
|
|
|
var mainform = Ext.getCmp('OpApplyEdit');
|
|
|
|
|
if (!mainform) {
|
|
|
|
|
Ext.getCmp('InspectionEdit');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EditRecord = mainform.editRecord;
|
|
|
|
|
this.bsno = EditRecord.get('BSNO');
|
|
|
|
|
this.formHead = Ext.widget('form', {
|
|
|
|
|