You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
375 lines
12 KiB
JavaScript
375 lines
12 KiB
JavaScript
Ext.namespace('Shipping');
|
|
|
|
Shipping.PiliangApplyFee = function (config) {
|
|
Ext.applyIf(this, config);
|
|
this.initUIComponents();
|
|
window.Shipping.PiliangApplyFee.superclass.constructor.call(this);
|
|
};
|
|
|
|
Ext.extend(Shipping.PiliangApplyFee, Ext.Panel, {
|
|
ParentWin: null,
|
|
OpStatus: 'add',
|
|
StoreList: null,
|
|
EditRecord: null,
|
|
region: 'north',
|
|
BsNo: '',
|
|
feeType: null,
|
|
StoreFee: null,
|
|
StoreFeeUnit: null,
|
|
StoreFeeCust: null,
|
|
|
|
|
|
initUIComponents: function () {
|
|
|
|
|
|
|
|
this.formHead = Ext.widget('form', {
|
|
id: 'FeeHead',
|
|
region: 'center',
|
|
frame: true,
|
|
bodyPadding: 5,
|
|
trackResetOnLoad: true,
|
|
fieldDefaults: {
|
|
margins: '2 2 2 2',
|
|
labelAlign: 'right',
|
|
flex: 1,
|
|
labelWidth: 90,
|
|
msgTarget: 'qtip'
|
|
},
|
|
|
|
items: [
|
|
{//fieldset 1
|
|
xtype: 'fieldset',
|
|
defaultType: 'textfield',
|
|
layout: 'anchor',
|
|
defaults: {
|
|
anchor: '100%'
|
|
},
|
|
items: [{
|
|
xtype: 'container',
|
|
layout: 'hbox',
|
|
defaultType: 'textfield',
|
|
items: [
|
|
{
|
|
fieldLabel: '业务编号',
|
|
name: 'BSNO', flex: 0, hidden: true, margins: '0'
|
|
}, {
|
|
fieldLabel: '委托编号',
|
|
readOnly: true,
|
|
name: 'CUSTNO'
|
|
}, {
|
|
fieldLabel: '业务锁定',
|
|
readOnly: true,
|
|
name: 'BSSTATUSREF'
|
|
}, {
|
|
fieldLabel: '费用锁定',
|
|
readOnly: true,
|
|
name: 'FEESTATUSREF'
|
|
}, {
|
|
fieldLabel: '会计期间',
|
|
readOnly: true,
|
|
xtype: 'monthfield',
|
|
name: 'ACCDATE'
|
|
}, {
|
|
fieldLabel: '自理编号',
|
|
readOnly: true,
|
|
name: 'BSCUSTNO'
|
|
}, {
|
|
fieldLabel: '发票号', //'发票号',
|
|
name: 'INVNO'
|
|
}
|
|
]
|
|
}, {
|
|
xtype: 'container',
|
|
layout: 'hbox',
|
|
defaultType: 'textfield',
|
|
items: [{
|
|
fieldLabel: '委托单位',
|
|
readOnly: true,
|
|
name: 'CUSTOMERNAME'
|
|
}, {
|
|
fieldLabel: '业务来源',
|
|
readOnly: true,
|
|
name: 'BSSOURCE'
|
|
}, {
|
|
fieldLabel: '来源明细',
|
|
readOnly: true,
|
|
name: 'BSSOURCEDETAIL'
|
|
}, {
|
|
fieldLabel: '揽货人',
|
|
readOnly: true,
|
|
name: 'SALE'
|
|
}, {
|
|
fieldLabel: '操 作',
|
|
readOnly: true,
|
|
name: 'OP'
|
|
}, {
|
|
fieldLabel: '报关行',
|
|
readOnly: true,
|
|
name: 'CUSTOMSER'
|
|
}
|
|
]
|
|
}, {
|
|
xtype: 'container',
|
|
layout: 'hbox',
|
|
defaultType: 'textfield',
|
|
items: [ {
|
|
fieldLabel: '运输类型',
|
|
readOnly: true,
|
|
name: 'BSTYPEREF'
|
|
}, {
|
|
fieldLabel: '主提单号',
|
|
readOnly: true,
|
|
name: 'MBLNO'
|
|
}, {
|
|
fieldLabel: '报关单号',
|
|
readOnly: true,
|
|
name: 'CUSTOMNO'
|
|
}, {
|
|
fieldLabel: '报关项数',
|
|
name: 'CUSTOMSNUM'
|
|
}, {
|
|
fieldLabel: '关联报关单号',
|
|
name: 'BSCUSTOMNO'
|
|
}, {
|
|
fieldLabel: '尺码',
|
|
name: 'CBM'
|
|
}
|
|
]
|
|
}, {
|
|
xtype: 'container',
|
|
layout: 'hbox',
|
|
defaultType: 'textfield',
|
|
items: [{
|
|
fieldLabel: '备注',
|
|
readOnly: true,
|
|
name: 'REMARK'
|
|
}
|
|
]
|
|
}
|
|
]//end items(fieldset 1)
|
|
}//end fieldset 1
|
|
]//end root items
|
|
}); //end this.formEdit
|
|
|
|
this.storecodeservice = Ext.create('DsExt.ux.RefTableStore', {
|
|
model: 'MsCodeOpService',
|
|
proxy: { url: '/MvcShipping/MsCodeOpService/GetDataList' }
|
|
});
|
|
_this = this;
|
|
|
|
this.storecodeservice.load({ params: { condition: "OPTYPE='5'" },
|
|
callback: function (r, options, success) {
|
|
if (success) {
|
|
if (r.length != 0) {
|
|
|
|
var checkboxitems = "";
|
|
checkboxitems = "[";
|
|
for (i = 0; i < this.storecodeservice.getCount(); i += 1) {
|
|
var memberyf = this.storecodeservice.getAt(i);
|
|
if (i == 0) {
|
|
var checkboxSingleItem = "{boxLabel:'" + memberyf.data.SERVICENAME + "',inputValue:'1',name:'Is" + memberyf.data.OPField + "',id:'Is" + memberyf.data.OPField + "'";
|
|
checkboxSingleItem += "}";
|
|
} else {
|
|
var checkboxSingleItem = ",{boxLabel:'" + memberyf.data.SERVICENAME + "',inputValue:'1',name:'Is" + memberyf.data.OPField + "',id:'Is" + memberyf.data.OPField + "'";
|
|
checkboxSingleItem += "}";
|
|
}
|
|
checkboxitems += checkboxSingleItem;
|
|
};
|
|
checkboxitems += "]";
|
|
|
|
_this.myCheckboxGroup = new Ext.form.CheckboxGroup({
|
|
id: 'myGroup',
|
|
xtype: 'checkboxgroup',
|
|
fieldLabel: '服务项目',
|
|
columns: 8,
|
|
items: eval(checkboxitems)
|
|
});
|
|
|
|
this.formHead.add(_this.myCheckboxGroup);
|
|
this.formHead.doLayout();
|
|
|
|
}
|
|
|
|
}
|
|
},
|
|
scope: this
|
|
});
|
|
|
|
|
|
//#region 按钮Toolbar
|
|
this.panelBtn = new Ext.Panel({
|
|
region: "north",
|
|
tbar: [{
|
|
id: 'btnEPrev',
|
|
text: "上一票",
|
|
// iconCls: "btnsave",
|
|
handler: function (button, event) {
|
|
this.PrevRecord();
|
|
},
|
|
scope: this
|
|
}, {
|
|
id: 'btnENext',
|
|
text: "下一票",
|
|
// iconCls: "btnsave",
|
|
handler: function (button, event) {
|
|
this.NextRecord();
|
|
},
|
|
scope: this
|
|
}]
|
|
}); //end 按钮Toolbar
|
|
//#endregion
|
|
|
|
|
|
this.panelTop = new Ext.Panel({
|
|
layout: "border",
|
|
region: "north",
|
|
height: 158,
|
|
id: "BillHeadApply",
|
|
items: [this.panelBtn, this.formHead]
|
|
});
|
|
|
|
this.panelFee = new Shipping.FeeEditGrid({
|
|
region: 'center',
|
|
layout: 'border'
|
|
});
|
|
|
|
|
|
|
|
this.panelFee.stroplb = 'op_Apply';
|
|
|
|
this.panelFee.StoreCustType.add({ "SCUSTTYPE": "WTDW-委托单位", "CUSTTYPE": "委托单位", "CUSTNAME": "CUSTOMERNAME" });
|
|
this.panelFee.StoreCustType.add({ "SCUSTTYPE": "BGH-报关行", "CUSTTYPE": "报关行", "CUSTNAME": "CUSTOMSER" });
|
|
this.panelFee.StoreCustType.add({ "SCUSTTYPE": "HG-海关", "CUSTTYPE": "海关", "CUSTNAME": "BYCUSTOM" });
|
|
this.panelFee.StoreCustType.add({ "SCUSTTYPE": "DCDL-订舱代理", "CUSTTYPE": "订舱代理", "CUSTNAME": "BYCUSTOM" });
|
|
|
|
this.panelFee.StoreDrOpRange.load({ params: { optype: "modApplyRecvFeeManagement"} });
|
|
this.panelFee.StoreCrOpRange.load({ params: { optype: "modApplyPayFeeManagement"} });
|
|
this.panelFee.storeFeeNameRef.load({ params: { condition:""} });
|
|
|
|
|
|
Ext.apply(this, {
|
|
items: [this.panelTop, this.panelFee]
|
|
});
|
|
|
|
parentWin = window.parent.opener;
|
|
this.InitData();
|
|
},
|
|
|
|
|
|
//#region 加载事件
|
|
InitData: function () {
|
|
this.opStatus = 'add';
|
|
var condition = '';
|
|
_this = this;
|
|
if (parentWin) {
|
|
var ret = parentWin.OprationSwap();
|
|
this.opStatus = ret[0];
|
|
this.StoreList = ret[1];
|
|
this.EditRecord = ret[2];
|
|
}
|
|
|
|
this.BsNo = this.EditRecord.get('BSNO');
|
|
|
|
|
|
this.LoadData();
|
|
|
|
|
|
}, //end InitData
|
|
|
|
LoadData: function () {
|
|
this.formHead.getForm().loadRecord(this.EditRecord);
|
|
this.panelFee.EditRecord = this.EditRecord;
|
|
this.panelFee.strBSNO = this.BsNo;
|
|
this.panelFee.strPBSNO = this.BsNo;
|
|
this.panelFee.StoreDateCurr.load({ params: { optype: "op_Apply", bsno: this.BsNo} });
|
|
this.panelFee.StoreUnit.load({ params: { bsno: this.BsNo, bstype: "op_Apply"} });
|
|
|
|
this.panelFee.storeDrChFee.load({ params: { billno: this.BsNo, type: 1, optype: "op_Apply"} });
|
|
this.panelFee.storeCrChFee.load({ params: { billno: this.BsNo, type: 2, optype: "op_Apply"} });
|
|
|
|
this.panelFee.storeBodySum.load({ params: { bsno: this.BsNo} });
|
|
this.panelFee.storeChFeeGain.load({ params: { bsno: this.BsNo} });
|
|
|
|
|
|
|
|
|
|
}, // end LoadDate
|
|
//#region 打印
|
|
Print: function () {
|
|
|
|
var basicForm = this.formHead.getForm();
|
|
var billNo = basicForm.findField('BSNO').value;
|
|
if (billNo == '*' || billNo == '') {
|
|
Ext.Msg.show({ title: '错误', msg: '单据还没有保存,请保存后再打印', icon: Ext.Msg.ERROR, buttons: Ext.Msg.OK });
|
|
return;
|
|
}
|
|
|
|
var printType = 'MSOPSEAE';
|
|
var sql1 = "SET LANGUAGE 'us_english' SELECT * FROM op_seae WHERE BSNO = '" + billNo + "'";
|
|
var sql2 = "";
|
|
var sql3 = "";
|
|
var sql4 = "";
|
|
var sql5 = "";
|
|
var sql6 = "";
|
|
|
|
PrintComm(printType, sql1, sql2, sql3, sql4, sql5, sql6);
|
|
|
|
},
|
|
//#endregion
|
|
|
|
PrevRecord: function () {
|
|
var j = this.StoreList.indexOf(this.EditRecord);
|
|
if (j == 0) {
|
|
Ext.Msg.show({ title: '警告', msg: '已是最前一票', icon: Ext.Msg.ERROR, buttons: Ext.Msg.OK });
|
|
|
|
return;
|
|
}
|
|
if (j == this.StoreList.count) {
|
|
Ext.Msg.show({ title: '警告', msg: '已是最后一票', icon: Ext.Msg.ERROR, buttons: Ext.Msg.OK });
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
j = j - 1;
|
|
this.EditRecord = this.StoreList.getAt(j);
|
|
this.BsNo = this.EditRecord.get('BSNO');
|
|
this.LoadData();
|
|
},
|
|
NextRecord: function () {
|
|
var j = this.StoreList.indexOf(this.EditRecord);
|
|
|
|
if (j == (this.StoreList.data.length - 1)) {
|
|
Ext.Msg.show({ title: '警告', msg: '已是最后一票', icon: Ext.Msg.ERROR, buttons: Ext.Msg.OK });
|
|
|
|
return;
|
|
|
|
}
|
|
j = j + 1;
|
|
this.EditRecord = this.StoreList.getAt(j);
|
|
this.BsNo = this.EditRecord.get('BSNO');
|
|
this.LoadData();
|
|
|
|
},
|
|
getModifyStatus: function () {
|
|
return this.panelFee.getModifyStatus();
|
|
},
|
|
feeType: function () {
|
|
return this.panelFee.feeType;
|
|
},
|
|
StoreFee: function () {
|
|
return this.panelFee.StoreFee;
|
|
},
|
|
StoreFeeUnit: function () {
|
|
return this.panelFee.StoreFeeUnit;
|
|
},
|
|
StoreFeeCust: function () {
|
|
return this.panelFee.StoreFeeCust;
|
|
}
|
|
|
|
|
|
});
|
|
|