|
|
@ -2834,6 +2834,8 @@ Ext.extend(Shipping.MsChRecvapplicationBLEdit, Ext.Panel, {
|
|
|
|
}, this);
|
|
|
|
}, this);
|
|
|
|
this.editRecord.commit();
|
|
|
|
this.editRecord.commit();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.onClearClick();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
Ext.MessageBox.alert('请求出现错误,请重试', response.responseText);
|
|
|
|
Ext.MessageBox.alert('请求出现错误,请重试', response.responseText);
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -3206,6 +3208,14 @@ Ext.extend(Shipping.MsChRecvapplicationBLEdit, Ext.Panel, {
|
|
|
|
this.storeBodyAddList.load({ params: { start: 0, limit: this.PageSize, sort: '', condition: sql} });
|
|
|
|
this.storeBodyAddList.load({ params: { start: 0, limit: this.PageSize, sort: '', condition: sql} });
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//用于在费用列表生成收费申请后 清空下方的业务明细和费用明细
|
|
|
|
|
|
|
|
onClearClick: function (button, event) {
|
|
|
|
|
|
|
|
if (this.bsnosql) {
|
|
|
|
|
|
|
|
this.storeBodyAddList.removeAll();
|
|
|
|
|
|
|
|
this.storeAddFeeList.removeAll();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
onDsQuery: function (button, event) {
|
|
|
|
onDsQuery: function (button, event) {
|
|
|
|
var sql = this.sqlcontext;
|
|
|
|
var sql = this.sqlcontext;
|
|
|
|
this.PageSize = this.Pagenum.getValue();
|
|
|
|
this.PageSize = this.Pagenum.getValue();
|
|
|
|