|
|
|
@ -48,7 +48,7 @@ Ext.extend(Shipping.WMSNewINEdit, Ext.Panel, {
|
|
|
|
|
OPERATERANGE: 0,
|
|
|
|
|
WorkFlowName: "",
|
|
|
|
|
WorkFlowID: "",
|
|
|
|
|
PageSize: 50,
|
|
|
|
|
PageSize: 1000,
|
|
|
|
|
OPLBNAME: "",
|
|
|
|
|
modWmsFeeLock: null,
|
|
|
|
|
modWmsFeeRejected: null,
|
|
|
|
@ -1797,6 +1797,8 @@ Ext.extend(Shipping.WMSNewINEdit, Ext.Panel, {
|
|
|
|
|
this.girdcolums = this.columns;
|
|
|
|
|
this.girdcolums = DsTruck.GetGridPanel(GID, this.formname, this.girdcolums, 0); //使用者id,表名,中间column数组,跳过一开始的几列
|
|
|
|
|
|
|
|
|
|
this.girdcolums.unshift(new Ext.grid.RowNumberer());
|
|
|
|
|
|
|
|
|
|
if (true) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
@ -5048,7 +5050,7 @@ Ext.extend(Shipping.WMSNewINEdit, Ext.Panel, {
|
|
|
|
|
|
|
|
|
|
_this = this;
|
|
|
|
|
this.storeCtnList = Ext.create('Ext.data.Store', {
|
|
|
|
|
pageSize: this.PageSize,
|
|
|
|
|
pageSize: 1000,
|
|
|
|
|
params: { condition: " BSNO='" + wmsasso + "'" },
|
|
|
|
|
fields: [
|
|
|
|
|
{ name: 'CTNALL', type: 'string' },
|
|
|
|
|