|
|
|
@ -923,7 +923,7 @@ Ext.extend(Shipping.WMSNewINEdit, Ext.Panel, {
|
|
|
|
|
//数据集
|
|
|
|
|
this.storeWMSIN = Ext.create('Ext.data.Store', {
|
|
|
|
|
model: 'WMSINmb',
|
|
|
|
|
pageSize: this.PageSize,
|
|
|
|
|
pageSize: 1000,
|
|
|
|
|
remoteSort: false,
|
|
|
|
|
pruneModifiedRecords: true,
|
|
|
|
|
proxy: {
|
|
|
|
@ -2122,7 +2122,7 @@ Ext.extend(Shipping.WMSNewINEdit, Ext.Panel, {
|
|
|
|
|
_this.storeWMSIN.load({
|
|
|
|
|
params: {
|
|
|
|
|
start: 0,
|
|
|
|
|
limit: _this.PageSize,
|
|
|
|
|
limit: 1000,
|
|
|
|
|
sort: '',
|
|
|
|
|
condition: "ASSOCIATEDNO='" + GID + "'"
|
|
|
|
|
},
|
|
|
|
@ -3831,7 +3831,7 @@ Ext.extend(Shipping.WMSNewINEdit, Ext.Panel, {
|
|
|
|
|
|
|
|
|
|
var GID = this.EditRecord.get('GID');
|
|
|
|
|
this.storeWMSIN.load({
|
|
|
|
|
params: { start: 0, limit: this.PageSize, sort: '', condition: " ASSOCIATEDNO='" + GID + "'" },
|
|
|
|
|
params: { start: 0, limit: 1000, sort: '', condition: " ASSOCIATEDNO='" + GID + "'" },
|
|
|
|
|
waitMsg: "正在查询数据...",
|
|
|
|
|
scope: this
|
|
|
|
|
});
|
|
|
|
@ -4168,7 +4168,7 @@ Ext.extend(Shipping.WMSNewINEdit, Ext.Panel, {
|
|
|
|
|
var GID = _this.EditRecord.get('GID');
|
|
|
|
|
_this.panelFee.EditRecord = this.EditRecord;
|
|
|
|
|
this.storeWMSIN.load({
|
|
|
|
|
params: { start: 0, limit: this.PageSize, sort: '', condition: " ASSOCIATEDNO='" + GID + "'" },
|
|
|
|
|
params: { start: 0, limit: 1000, sort: '', condition: " ASSOCIATEDNO='" + GID + "'" },
|
|
|
|
|
waitMsg: "正在查询数据...",
|
|
|
|
|
scope: this
|
|
|
|
|
});
|
|
|
|
|