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.
1148 lines
48 KiB
JavaScript
1148 lines
48 KiB
JavaScript
//欠费统计
|
|
Ext.namespace('Shipping');
|
|
|
|
Shipping.MsRptPcWFSDIndex = function (config) {
|
|
Ext.applyIf(this, config);
|
|
this.initUIComponents();
|
|
window.Shipping.MsRptPcWFSDIndex.superclass.constructor.call(this);
|
|
};
|
|
|
|
Ext.extend(Shipping.MsRptPcWFSDIndex, Ext.Panel, {
|
|
PageSize: 2000,
|
|
OprationStatus: null, //仅当弹出界面时使用
|
|
SelectedRecord: null,
|
|
sqlcontext: '1=2',
|
|
bslistdrsortfield: '',
|
|
bslistdrsortdire: '',
|
|
bslistcrsortfield: '',
|
|
bslistcrsortdire: '',
|
|
feelistdrsortfield: '',
|
|
feelistdrsortdire: '',
|
|
feelistcrsortfield: '',
|
|
feelistcrsortdire: '',
|
|
salesumsortfield: '',
|
|
salesumsortdire: '',
|
|
custsumsortfield: '',
|
|
custsumsortdire: '',
|
|
vesselsumsortfield: '',
|
|
vesselsumsortdire: '',
|
|
|
|
initUIComponents: function () {
|
|
//定义数据集
|
|
|
|
this.formname = 'MsRptVesselVoyIndex';
|
|
|
|
this.storectndisp = Ext.create('DsExt.ux.RefTableStore', {
|
|
model: 'DsShipping.ux.CtnDispModel',
|
|
proxy: { url: '/CommMng/BasicDataRef/GetCtnDisp' }
|
|
});
|
|
|
|
this.storeListDr = Ext.create('Ext.data.Store', {
|
|
pageSize: this.PageSize,
|
|
fields: [
|
|
{ name: 'ywType', type: 'string' },
|
|
{ name: 'PcBillType', type: 'string' },
|
|
{ name: 'PcBillTypeREF', type: 'string' },
|
|
{ name: 'timeMark', type: 'number' },
|
|
{ name: 'gId', type: 'string' },
|
|
{ name: 'PGid', type: 'string' },
|
|
{ name: 'BLTYPE', type: 'string' },
|
|
{ name: 'RowNumber', type: 'string' },
|
|
{ name: 'BillNo', type: 'string' },
|
|
{ name: 'ExpDate', type: 'string', },
|
|
{ name: 'GroupDate', type: 'string' },
|
|
{ name: 'EndPortDate', type: 'string' },
|
|
{ name: 'EtDate', type: 'string' },
|
|
{ name: 'VoyVeg', type: 'string' },
|
|
{ name: 'ArriveDate', type: 'date', dateFormat: 'Y-m-d H:i:s' },
|
|
{ name: 'ReturnDate', type: 'date', dateFormat: 'Y-m-d H:i:s' },
|
|
{ name: 'CustomerName', type: 'string' },
|
|
{ name: 'F_CustomerName', type: 'string' },
|
|
{ name: 'DrvName', type: 'string' },
|
|
{ name: 'TruckNo', type: 'string' },
|
|
{ name: 'MblNo', type: 'string' },
|
|
{ name: 'LinkMan', type: 'string' },
|
|
{ name: 'DstArea', type: 'string' },
|
|
{ name: 'DetiNation', type: 'string' },
|
|
{ name: 'ContainerQty', type: 'string' },
|
|
{ name: 'Ton', type: 'string' },
|
|
{ name: 'LoadCount', type: 'string' },
|
|
{ name: 'LoadPlace', type: 'string' },
|
|
{ name: 'TruckSpec', type: 'string' },
|
|
{ name: 'IsDouble', type: 'string' },
|
|
{ name: 'Property', type: 'string' },
|
|
{ name: 'YUNFEI', type: 'string' },
|
|
{ name: 'HCHJ', type: 'string' },
|
|
{ name: 'ZXF', type: 'string' },
|
|
{ name: 'DDF', type: 'string' },
|
|
{ name: 'QTFee', type: 'string' },
|
|
{ name: 'TotalFee', type: 'string' },
|
|
{ name: 'Remark', type: 'string' },
|
|
{ name: 'FEESTATUS', type: 'string' },
|
|
{ name: 'UserCode', type: 'string' },
|
|
{ name: 'UserName', type: 'string' },
|
|
{ name: 'OrgName', type: 'string' },
|
|
{ name: 'LrDate', type: 'string' },
|
|
{ name: 'PCSTATUSREF', type: 'string' },
|
|
{ name: 'RefBillNo', type: 'string' },
|
|
{ name: 'RefBillNose', type: 'string' },
|
|
{ name: 'MblNoSe', type: 'string' },
|
|
{ name: 'ContainerType', type: 'string' },
|
|
{ name: 'LinkTel', type: 'string' },
|
|
{ name: 'YardName', type: 'string' },
|
|
{ name: 'LinkManSe', type: 'string' },
|
|
{ name: 'LinkTelSe', type: 'string' },
|
|
{ name: 'RtnYardName', type: 'string' },
|
|
{ name: 'BsType', type: 'string' },
|
|
{ name: 'CustName', type: 'string' },
|
|
{ name: 'CustLikeManName', type: 'string' },
|
|
{ name: 'DispatchName', type: 'string' },
|
|
{ name: 'INVOICENO', type: 'string' },
|
|
{ name: 'KINDPKGS', type: 'string' },
|
|
{ name: 'CUSTNO', type: 'string' },
|
|
{ name: 'SalesName', type: 'string' },
|
|
{ name: 'RoadFee', type: 'number' },
|
|
{ name: 'GoodsName', type: 'string' },
|
|
{ name: 'RtnDocStatus', type: 'string' },
|
|
{ name: 'RtnDocTime', type: 'string' },
|
|
{ name: 'PORTLOAD', type: 'string' },
|
|
{ name: 'DESTINATION', type: 'string' },
|
|
{ name: 'SALECORPID', type: 'string' },
|
|
{ name: 'SALECORP', type: 'string' },
|
|
{ name: 'DCLASS', type: 'string' },
|
|
{ name: 'DUNNO', type: 'string' },
|
|
{ name: 'OPSTATUS', type: 'string' },
|
|
{ name: 'COLOR', type: 'string' },
|
|
{ name: 'DRFEESTATUS', type: 'string' },
|
|
{ name: 'CRFEESTATUS', type: 'string' },
|
|
{ name: 'ChangedReson', type: 'string' },
|
|
{ name: 'CargoID', type: 'string' },
|
|
{ name: 'TRUCKYFCR', type: 'number' },
|
|
{ name: 'TRUCKJDJYCR', type: 'number' },
|
|
{ name: 'TRUCKJQCR', type: 'number' },
|
|
{ name: 'TRUCKDXJQCR', type: 'number' },
|
|
{ name: 'TRUCKGSFCR', type: 'number' },
|
|
{ name: 'TRUCKXJYQCR', type: 'number' },
|
|
{ name: 'TRUCKXJGSCR', type: 'number' },
|
|
{ name: 'TRUCKXJNSCR', type: 'number' },
|
|
{ name: 'TRUCKXJTLXCR', type: 'number' },
|
|
{ name: 'TRUCKXJWXCR', type: 'number' },
|
|
{ name: 'TRUCKXJQTCR', type: 'number' },
|
|
{ name: 'TRUCKLQFCR', type: 'number' },
|
|
{ name: 'TTLTRUCKCR', type: 'number' },
|
|
{ name: 'TTLTRUCKSTLCR', type: 'number' },
|
|
{ name: 'TTLTRUCKBLCCR', type: 'number' },
|
|
{ name: 'TTLYFCR', type: 'number' },
|
|
{ name: 'TTLDSFCR', type: 'number' },
|
|
{ name: 'TTLQTFCR', type: 'number' },
|
|
{ name: 'TTLOTCR', type: 'number' },
|
|
{ name: 'TTLOTSTLCR', type: 'number' },
|
|
{ name: 'TTLOTBLCCR', type: 'number' },
|
|
{ name: 'TTLDR', type: 'number' },
|
|
{ name: 'TTLCR', type: 'number' },
|
|
{ name: 'TTLPROFIT', type: 'number' },
|
|
{ name: 'TTLTRUCKPROFIT', type: 'number' }
|
|
|
|
],
|
|
remoteSort: true,
|
|
proxy: {
|
|
type: 'ajax',
|
|
url: '/TruckMng/PcHeadEdit_WFSD/RptTruckListData',
|
|
reader: {
|
|
id: '',
|
|
root: 'data',
|
|
totalProperty: 'totalCount'
|
|
}
|
|
}
|
|
});
|
|
|
|
this.Pagenum = Ext.create('Ext.form.field.Number', {
|
|
name: 'bottles',
|
|
fieldLabel: '每页记录数',
|
|
labelAlign: 'right',
|
|
value: this.PageSize,
|
|
maxValue: 100000,
|
|
width: 170,
|
|
minValue: 0
|
|
})
|
|
|
|
//定义Grid
|
|
this.initgirdcolumsdr = [{
|
|
sortable: true, hidden: true,
|
|
dataIndex: 'gId',
|
|
text: 'gId',
|
|
width: 80
|
|
},
|
|
{
|
|
sortable: true, hidden: true,
|
|
dataIndex: 'PGid',
|
|
text: 'PGid',
|
|
width: 80
|
|
},{
|
|
sortable: true,
|
|
dataIndex: 'ExpDate',
|
|
text: '派车时间',
|
|
width: 160,
|
|
renderer: Ext.util.Format.dateRenderer('Y-m-d H:i:s')
|
|
},
|
|
{
|
|
sortable: true,
|
|
dataIndex: 'PcBillTypeREF',
|
|
text: '派车类型',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'PCSTATUSREF',
|
|
text: '状态',
|
|
width: 50,
|
|
renderer: function (value) {
|
|
if (value == "接单") {
|
|
return "<a><font color='#333333'>" + value + "</font></a>";
|
|
} else if (value == "派车") {
|
|
return "<a><font color='#0000FF'>" + value + "</font></a>";
|
|
} else if (value == "完成") {
|
|
return "<a><font color='#00FF00'>" + value + "</font></a>";
|
|
}
|
|
}
|
|
},
|
|
{
|
|
sortable: true,
|
|
dataIndex: 'BillNo',
|
|
text: '委托编号',
|
|
width: 160
|
|
},
|
|
{
|
|
sortable: true,
|
|
dataIndex: 'MblNoSe',
|
|
text: '提单号',
|
|
width: 160
|
|
// ,
|
|
// editor: {
|
|
// xtype: 'textfield',
|
|
// selectOnFocus: true
|
|
// }
|
|
},
|
|
{
|
|
sortable: true,
|
|
dataIndex: 'CargoID',
|
|
text: '货物标识',
|
|
width: 80
|
|
},
|
|
{
|
|
sortable: true,
|
|
dataIndex: 'GroupDate',
|
|
text: '派车日期',
|
|
width: 80
|
|
},
|
|
{
|
|
sortable: true,
|
|
dataIndex: 'CustomerName',
|
|
text: '客户名称(公司)',
|
|
width: 80
|
|
// ,
|
|
// editor: this.comboxCustomerName
|
|
},
|
|
{
|
|
sortable: true,
|
|
dataIndex: 'F_CustomerName',
|
|
text: '车队',
|
|
width: 80
|
|
// ,
|
|
// editor: this.comboxTRUCKER
|
|
},
|
|
{
|
|
sortable: true,
|
|
dataIndex: 'TruckNo',
|
|
text: '车牌号',
|
|
width: 80
|
|
// ,
|
|
// editor: this.comboxTruckNo
|
|
},
|
|
{
|
|
sortable: true,
|
|
dataIndex: 'MblNo',
|
|
text: 'Marstar业务号',
|
|
width: 120
|
|
|
|
},
|
|
{
|
|
sortable: true,
|
|
dataIndex: 'TruckSpec',
|
|
text: '车型',
|
|
width: 80
|
|
// ,
|
|
// editor: {
|
|
// xtype: 'textfield',
|
|
// selectOnFocus: true
|
|
// }
|
|
},
|
|
{
|
|
sortable: true,
|
|
dataIndex: 'ContainerType',
|
|
text: '箱型箱量',
|
|
width: 80
|
|
},{
|
|
text: '应付',
|
|
dataIndex: 'STRTTLCR',
|
|
columns: [{
|
|
sortable: true,
|
|
dataIndex: 'TTLYFCR',
|
|
text: '运费',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TTLDSFCR',
|
|
text: '待时费',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TTLGSFCR',
|
|
text: '高速费',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TTLQTFCR',
|
|
text: '其他费',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TTLOTCR',
|
|
text: '合计',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TTLOTSTLCR',
|
|
text: '已付',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TTLOTBLCCR',
|
|
text: '未付',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}]
|
|
}, {
|
|
text: '车辆成本',
|
|
dataIndex: 'STRTRUCKTTLCR',
|
|
columns: [{
|
|
sortable: true,
|
|
dataIndex: 'TRUCKYFCR',
|
|
text: '油费',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TRUCKJDJYCR',
|
|
text: '金盾加油',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TRUCKJQCR',
|
|
text: '加气费',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TRUCKDXJQCR',
|
|
text: '大象加气',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TRUCKGSFCR',
|
|
text: '高速费',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TRUCKXJYQCR',
|
|
text: '现金油气',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TRUCKXJGSCR',
|
|
text: '现金高速',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TRUCKXJNSCR',
|
|
text: '现金尿素',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TRUCKXJTLXCR',
|
|
text: '现金提落箱',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TRUCKXJWXCR',
|
|
text: '现金维修',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TRUCKXJQTCR',
|
|
text: '现金其他',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TRUCKLQFCR',
|
|
text: '路桥费',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TTLTRUCKCR',
|
|
text: '合计',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TTLTRUCKSTLCR',
|
|
text: '已付',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TTLTRUCKBLCCR',
|
|
text: '未付',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}]
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TTLPROFIT',
|
|
text: '公司毛利',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}, {
|
|
sortable: true,
|
|
dataIndex: 'TTLTRUCKPROFIT',
|
|
text: '车辆利润',
|
|
renderer: function (value, cellmeta, record, rowIndex, columnIndex, store) { try { var lsValue = usMoney(value, 2, '', false); if (lsValue != "NaN") { value = lsValue; if (parseFloat(lsValue) < 0) { return '<SPAN style="COLOR: red">' + lsValue + '</SPAN>'; } } else { return value; } } catch (e) { return value; } return value; },
|
|
align: 'right',
|
|
width: 80
|
|
}
|
|
];
|
|
|
|
this.girdcolumsdr = DsTruck.GetGridPanel(USERID, this.formname , this.initgirdcolumsdr, 1);
|
|
|
|
this.gridListDr = new Ext.grid.GridPanel({
|
|
store: this.storeListDr,
|
|
enableHdMenu: false,
|
|
region: 'center',
|
|
loadMask: { msg: "数据加载中,请稍等..." },
|
|
trackMouseOver: true,
|
|
disableSelection: false,
|
|
columns: this.girdcolumsdr,
|
|
// paging bar on the bottom
|
|
bbar: [Ext.create('Ext.PagingToolbar', {
|
|
store: this.storeListDr,
|
|
displayInfo: true,
|
|
displayMsg: '当前显示 {0} - {1}条记录 /共 {2}条记录',
|
|
emptyMsg: "没有数据"
|
|
}), this.Pagenum]
|
|
});
|
|
|
|
|
|
|
|
this.gridListDr.addListener('itemdblclick', function (dataview, record, item, index, e, b) {
|
|
|
|
}, this);
|
|
|
|
this.gridListDr.addListener('sortchange', function (ct, column, direction, eOpts) {
|
|
this.bslistdrsortfield = column.dataIndex;
|
|
this.bslistdrsortdire = direction;
|
|
}, this);
|
|
|
|
|
|
|
|
//#region formSearch
|
|
|
|
//#region formSearch枚举参照相关
|
|
|
|
_this = this;
|
|
|
|
this.storeCustCode = Ext.create('DsExt.ux.RefTableStore', {
|
|
model: 'DsTruckMng.ux.CustomRefModel',
|
|
proxy: { url: '/CommMng/BasicDataRef/GetCustomRefList' }
|
|
});
|
|
this.storeCustCode.load({ params: { condition: "ISCONTROLLER='1'" } });
|
|
this.comboxCustCode = Ext.create('DsExt.ux.RefTableCombox', {
|
|
fieldLabel: '客户',
|
|
typeAhead: true,
|
|
store: this.storeCustCode,
|
|
name: 'CustName',
|
|
valueField: 'CustName',
|
|
displayField: 'CodeAndName',
|
|
enableKeyEvents: true,
|
|
listeners: {
|
|
keyup: function (field, e) {
|
|
if (e.getKey() == e.ENTER) {
|
|
_this.onRefreshClick();
|
|
}
|
|
}
|
|
}
|
|
});
|
|
|
|
this.storeTRUCKER = Ext.create('DsExt.ux.RefTableStore', {
|
|
model: 'DsShipping.ux.CustomRefModel',
|
|
proxy: { url: '/CommMng/BasicDataRef/GetCustomRefList' }
|
|
});
|
|
this.storeTRUCKER.load({ params: { condition: "ISTRUCK='1'" } });
|
|
|
|
this.comboxTRUCKERQ = Ext.create('DsExt.ux.RefTableCombox', {
|
|
store: this.storeTRUCKER,
|
|
fieldLabel: '车队',
|
|
name: 'F_CustomerName',
|
|
valueField: 'CustName',
|
|
displayField: 'CodeAndName',
|
|
enableKeyEvents: true,
|
|
listeners: {
|
|
keyup: function (field, e) {
|
|
if (e.getKey() == e.ENTER) {
|
|
_this.onRefreshClick();
|
|
}
|
|
}
|
|
}
|
|
});
|
|
this.StorePcBillType = Ext.create('DsExt.ux.RefEnumStore', {});
|
|
this.StorePcBillType.load({ params: { enumTypeId: 99046 } });
|
|
|
|
|
|
this.comboxPcBillType = Ext.create('DsExt.ux.RefEnumCombox', {
|
|
fieldLabel: '派车类型',
|
|
store: this.StorePcBillType,
|
|
name: 'PcBillType',
|
|
enableKeyEvents: true,
|
|
listeners: {
|
|
keyup: function (field, e) {
|
|
if (e.getKey() == e.ENTER) {
|
|
_this.onRefreshClick();
|
|
}
|
|
}
|
|
}
|
|
});
|
|
|
|
//#endregion
|
|
|
|
|
|
this.formSearch = Ext.widget('form', {
|
|
frame: true,
|
|
region: 'center',
|
|
bodyPadding: 5,
|
|
fieldDefaults: {
|
|
margins: '2 2 2 2',
|
|
labelAlign: 'right',
|
|
flex: 1,
|
|
labelWidth: 100,
|
|
msgTarget: 'qtip'
|
|
},
|
|
|
|
items: [
|
|
{//fieldset 1
|
|
xtype: 'container',
|
|
defaultType: 'textfield',
|
|
layout: 'anchor',
|
|
defaults: {
|
|
anchor: '100%'
|
|
},
|
|
items: [{
|
|
xtype: 'container',
|
|
layout: 'hbox',
|
|
defaultType: 'textfield',
|
|
items: [{
|
|
fieldLabel: 'Marstar业务号',
|
|
name: 'PS_MBLNO',
|
|
enableKeyEvents: true,
|
|
listeners: {
|
|
specialkey: function (field, e) {
|
|
if (e.getKey() == e.ENTER) {
|
|
_this.onRefreshClick();
|
|
}
|
|
}
|
|
}
|
|
}, {
|
|
fieldLabel: '运单号',
|
|
name: 'CUSTNO',
|
|
enableKeyEvents: true,
|
|
listeners: {
|
|
specialkey: function (field, e) {
|
|
if (e.getKey() == e.ENTER) {
|
|
_this.onRefreshClick();
|
|
}
|
|
}
|
|
}
|
|
}, {
|
|
fieldLabel: '司机姓名',
|
|
name: 'PS_DRVNAME',
|
|
enableKeyEvents: true,
|
|
listeners: {
|
|
specialkey: function (field, e) {
|
|
if (e.getKey() == e.ENTER) {
|
|
_this.onRefreshClick();
|
|
}
|
|
}
|
|
}
|
|
}, {
|
|
fieldLabel: '车牌',
|
|
name: 'TruckNo',
|
|
enableKeyEvents: true,
|
|
listeners: {
|
|
specialkey: function (field, e) {
|
|
if (e.getKey() == e.ENTER) {
|
|
_this.onRefreshClick();
|
|
}
|
|
}
|
|
}
|
|
}, {
|
|
fieldLabel: '目的地/工厂',
|
|
name: 'DstArea',
|
|
enableKeyEvents: true,
|
|
listeners: {
|
|
specialkey: function (field, e) {
|
|
if (e.getKey() == e.ENTER) {
|
|
_this.onRefreshClick();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}, {
|
|
xtype: 'container',
|
|
layout: 'hbox',
|
|
defaultType: 'textfield',
|
|
items: [this.comboxCustCode,{
|
|
fieldLabel: '从派车日期',
|
|
format: 'Y-m-d',
|
|
xtype: 'datefield',
|
|
name: 'PS_EXPDATEBGN',
|
|
enableKeyEvents: true,
|
|
listeners: {
|
|
specialkey: function (field, e) {
|
|
if (e.getKey() == e.ENTER) {
|
|
_this.onRefreshClick();
|
|
}
|
|
}
|
|
}
|
|
}, {
|
|
fieldLabel: '到派车日期',
|
|
format: 'Y-m-d',
|
|
xtype: 'datefield',
|
|
name: 'PS_EXPDATEEND',
|
|
enableKeyEvents: true,
|
|
listeners: {
|
|
specialkey: function (field, e) {
|
|
if (e.getKey() == e.ENTER) {
|
|
_this.onRefreshClick();
|
|
}
|
|
}
|
|
}
|
|
}, this.comboxTRUCKERQ, this.comboxPcBillType
|
|
]
|
|
}
|
|
]//end items(fieldset 1)
|
|
}//end fieldset 1
|
|
]//end root items
|
|
|
|
});
|
|
|
|
//#endregion formSearch
|
|
|
|
//查询工具条
|
|
|
|
this.CheckSaveQuery = new Ext.form.Checkbox({
|
|
fieldLabel: '记忆查询条件',
|
|
checked: true,
|
|
width: 120
|
|
});
|
|
|
|
|
|
_this = this;
|
|
this.SearchBtn = new Ext.Button({
|
|
text: '隐藏查询',
|
|
handler: function () {
|
|
if (_this.SearchBtn.text == '隐藏查询') {
|
|
_this.panelSearch.hide();
|
|
_this.SearchBtn.setText("显示查询");
|
|
|
|
} else {
|
|
|
|
_this.panelSearch.show();
|
|
_this.SearchBtn.setText("隐藏查询");
|
|
|
|
|
|
}
|
|
}
|
|
});
|
|
|
|
this.panelBtn = new Ext.Panel({
|
|
region: "north",
|
|
tbar: [
|
|
{
|
|
text: "执行查询",
|
|
iconCls: "btnrefresh",
|
|
id: "btnrefresh",
|
|
handler: function (button, event) {
|
|
this.onRefreshClick(button, event);
|
|
var isvisible = true;
|
|
var issavevalue = false;
|
|
|
|
if (_this.SearchBtn.text == '隐藏查询')
|
|
isvisible = true
|
|
else
|
|
isvisible = false;
|
|
if (this.CheckSaveQuery.checked)
|
|
issavevalue = true
|
|
|
|
saveQuerySetting(this.formname, this.formSearch, isvisible, issavevalue);
|
|
},
|
|
scope: this
|
|
}, {
|
|
text: "导出Excel",
|
|
id: "btnExportExcel",
|
|
iconCls: 'btnexportexcel',
|
|
handler: function (button, event) {
|
|
this.onExportClick(button, event);
|
|
},
|
|
scope: this
|
|
}, '-',
|
|
{
|
|
text: "打印",
|
|
iconCls: 'btnprint',
|
|
handler: function (button, event) {
|
|
this.Print();
|
|
},
|
|
scope: this
|
|
}, '-', this.SearchBtn, {
|
|
xtype: 'button',
|
|
width: 90,
|
|
text: "清空条件",
|
|
iconCls: "btnreset",
|
|
handler: function (button, event) {
|
|
this.onClearSql(button, event);
|
|
},
|
|
scope: this
|
|
}, this.CheckSaveQuery, '-', {
|
|
text: "保存列表样式",
|
|
id: "btntest",
|
|
menu: [
|
|
{ text: "保存列表",
|
|
handler: function (button, event) {
|
|
_this.onSaveGridClick(button, event);
|
|
|
|
}
|
|
}, { text: "刷新列表",
|
|
handler: function (button, event) {
|
|
_this.oninitGridClick(button, event);
|
|
}
|
|
}],
|
|
scope: this
|
|
}
|
|
]
|
|
});
|
|
|
|
|
|
|
|
this.panelTop = new Ext.Panel({
|
|
layout: "border",
|
|
region: "north",
|
|
height: 29,
|
|
items: [this.panelBtn]
|
|
});
|
|
|
|
this.panelSearch = new Ext.Panel({
|
|
layout: "border",
|
|
region: "north",
|
|
height: 80,
|
|
items: [this.formSearch]
|
|
});
|
|
|
|
this.panelBodyChFee = new Ext.Panel({
|
|
layout: "border",
|
|
region: 'center',
|
|
margin: '0 0',
|
|
frame: true,
|
|
items: [this.gridListDr]
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
//this.tabpanel = new Ext.TabPanel
|
|
//({
|
|
// activeTab: 0,
|
|
// autoWidth: true,
|
|
// border: false,
|
|
// frame: false,
|
|
// region: 'center',
|
|
// id: "TabPanelID",
|
|
// enableTabScroll: true,
|
|
// items:
|
|
// [
|
|
// this.panelBodyChFee
|
|
// ]
|
|
//});
|
|
|
|
Ext.apply(this, {
|
|
items: [this.panelTop, this.panelSearch, this.panelBodyChFee]
|
|
});
|
|
|
|
this.storeListDr.on('beforeload', function (store) {
|
|
if (!this.checkSearchCondition())
|
|
return;
|
|
|
|
var sql = this.getCondition();
|
|
|
|
|
|
Ext.apply(store.proxy.extraParams, { condition: sql });
|
|
}, this);
|
|
|
|
|
|
this.storectndisp.load({ params: { condition: "" },
|
|
callback: function (r, options, success) {
|
|
if (success) {
|
|
if (r.length != 0) {
|
|
|
|
_this.InitGrid(_this.initgirdcolumsdr, _this.gridListDr, _this.storeListDr);
|
|
|
|
}
|
|
|
|
|
|
}
|
|
},
|
|
scope: this
|
|
});
|
|
|
|
|
|
|
|
LoadQueryData(this.formname, this.formSearch, this.CheckSaveQuery);
|
|
|
|
|
|
}, //end initUIComponents
|
|
|
|
|
|
InitGrid: function (grid, thgridList, thstoreList) {
|
|
|
|
|
|
|
|
var agirdcolums = grid;
|
|
|
|
|
|
|
|
for (i = 0; i < this.storectndisp.getCount(); i += 1) {
|
|
var itemindex = i + 1;
|
|
var memberyf = this.storectndisp.getAt(i);
|
|
for (var j = 0; j < agirdcolums.length; j++) {
|
|
if (agirdcolums[j].dataIndex == 'CNTR1') {
|
|
if (memberyf.data.CNT1 != '' && memberyf.data.CNT1 != null) {
|
|
agirdcolums[j].text = memberyf.data.CNT1;
|
|
agirdcolums[j].hidden = false;
|
|
} else {
|
|
agirdcolums[j].hidden = true;
|
|
}
|
|
}
|
|
if (agirdcolums[j].dataIndex == 'CNTR2') {
|
|
if (memberyf.data.CNT2 != '' && memberyf.data.CNT2 != null) {
|
|
agirdcolums[j].text = memberyf.data.CNT2;
|
|
agirdcolums[j].hidden = false;
|
|
} else {
|
|
agirdcolums[j].hidden = true;
|
|
}
|
|
}
|
|
if (agirdcolums[j].dataIndex == 'CNTR3') {
|
|
if (memberyf.data.CNT3 != '' && memberyf.data.CNT3 != null) {
|
|
agirdcolums[j].text = memberyf.data.CNT3;
|
|
agirdcolums[j].hidden = false;
|
|
} else {
|
|
agirdcolums[j].hidden = true;
|
|
}
|
|
}
|
|
if (agirdcolums[j].dataIndex == 'CNTR4') {
|
|
if (memberyf.data.CNT4 != '' && memberyf.data.CNT4 != null) {
|
|
agirdcolums[j].text = memberyf.data.CNT4;
|
|
agirdcolums[j].hidden = false;
|
|
} else {
|
|
agirdcolums[j].hidden = true;
|
|
}
|
|
}
|
|
if (agirdcolums[j].dataIndex == 'CNTR5') {
|
|
if (memberyf.data.CNT5 != '' && memberyf.data.CNT5 != null) {
|
|
agirdcolums[j].header = memberyf.data.CNT5;
|
|
agirdcolums[j].hidden = false;
|
|
} else {
|
|
agirdcolums[j].hidden = true;
|
|
}
|
|
}
|
|
if (agirdcolums[j].dataIndex == 'CNTR6') {
|
|
if (memberyf.data.CNT6 != '' && memberyf.data.CNT6 != null) {
|
|
agirdcolums[j].text = memberyf.data.CNT6;
|
|
agirdcolums[j].hidden = false;
|
|
} else {
|
|
agirdcolums[j].hidden = true;
|
|
}
|
|
}
|
|
if (agirdcolums[j].dataIndex == 'CNTR7') {
|
|
if (memberyf.data.CNT7 != '' && memberyf.data.CNT7 != null) {
|
|
agirdcolums[j].text = memberyf.data.CNT7;
|
|
agirdcolums[j].hidden = false;
|
|
} else {
|
|
agirdcolums[j].hidden = true;
|
|
}
|
|
}
|
|
if (agirdcolums[j].dataIndex == 'CNTR8') {
|
|
if (memberyf.data.CNT8 != '' && memberyf.data.CNT8 != null) {
|
|
agirdcolums[j].text = memberyf.data.CNT8;
|
|
agirdcolums[j].hidden = false;
|
|
} else {
|
|
agirdcolums[j].hidden = true;
|
|
}
|
|
}
|
|
if (agirdcolums[j].dataIndex == 'CNTR9') {
|
|
if (memberyf.data.CNT9 != '' && memberyf.data.CNT9 != null) {
|
|
agirdcolums[j].text = memberyf.data.CNT9;
|
|
agirdcolums[j].hidden = false;
|
|
} else {
|
|
agirdcolums[j].hidden = true;
|
|
}
|
|
}
|
|
if (agirdcolums[j].dataIndex == 'CNTR10') {
|
|
if (memberyf.data.CNT10 != '' && memberyf.data.CNT10 != null) {
|
|
agirdcolums[j].text = memberyf.data.CNT10;
|
|
agirdcolums[j].hidden = false;
|
|
} else {
|
|
agirdcolums[j].hidden = true;
|
|
}
|
|
}
|
|
}
|
|
};
|
|
thgridList.reconfigure(thstoreList, agirdcolums);
|
|
|
|
},
|
|
|
|
onRefreshClick: function (button, event) {
|
|
if (!this.checkSearchCondition())
|
|
return;
|
|
|
|
var sql = this.getCondition();
|
|
this.PageSize = this.Pagenum.getValue();
|
|
|
|
this.sqlcontext = sql;
|
|
|
|
this.storeListDr.load({
|
|
params: { start: 0, limit: this.PageSize, condition: sql },
|
|
waitMsg: "正在查询数据...",
|
|
scope: this
|
|
});
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
onClearSql: function () {
|
|
var form = this.formSearch.getForm();
|
|
form.reset();
|
|
},
|
|
getCondition: function () {
|
|
var form = this.formSearch.getForm();
|
|
var data = this.formSearch.getForm().getValues(false, false, false);
|
|
var sql = '';
|
|
/*
|
|
var sqldata = form.getValues();
|
|
sql = Ext.JSON.encode(sqldata);
|
|
*/
|
|
|
|
|
|
var mblNo = form.findField('PS_MBLNO').getValue();
|
|
sql = sql + getAndConSql(sql, mblNo, " (MblNo like '%" + mblNo + "%' or MBLNOse like '%" + mblNo + "%') ");
|
|
|
|
var drvName = form.findField('PS_DRVNAME').getValue();
|
|
sql = sql + getAndConSql(sql, drvName, " (DrvName like '%" + drvName + "%' or TruckNo='" + drvName + "') ");
|
|
|
|
var DstArea = form.findField('DstArea').getValue();
|
|
sql = sql + getAndConSql(sql, DstArea, " (DstArea like '%" + DstArea + "%' or DetiNation like '%" + DstArea + "%') ");
|
|
|
|
|
|
|
|
var CUSTNO = form.findField('CUSTNO').getValue();
|
|
sql = sql + getAndConSql(sql, CUSTNO, " CUSTNO like '%" + CUSTNO + "%'");
|
|
|
|
// var billNo = form.findField('PS_REFBILLNO').getValue();
|
|
// sql = sql + getAndConSql(sql, billNo, " (RefBillNo like '%" + billNo + "%' or RefBillNose like '%" + billNo + "%')");
|
|
|
|
var expDate_Min = form.findField('PS_EXPDATEBGN').getRawValue();
|
|
sql = sql + getAndConSql(sql, expDate_Min, " ExpDate>='" + expDate_Min + "'");
|
|
|
|
var expDate_Max = form.findField('PS_EXPDATEEND').getRawValue();
|
|
sql = sql + getAndConSql(sql, expDate_Max, " ExpDate<='" + expDate_Max + " 23:59:59'");
|
|
|
|
// var orgCode = form.findField('OrgCode').getValue();
|
|
// sql = sql + getAndConSql(sql, orgCode, "OrgCode like '%" + orgCode + "%'");
|
|
|
|
var CustName = form.findField('CustName').getValue();
|
|
sql = sql + getAndConSql(sql, CustName, " customername like '%" + CustName + "%' ");
|
|
|
|
|
|
|
|
var F_CustomerName = form.findField('F_CustomerName').getValue();
|
|
sql = sql + getAndConSql(sql, F_CustomerName, " F_CustomerName like '%" + F_CustomerName + "%' ");
|
|
|
|
var PcBillType = form.findField('PcBillType').getValue();
|
|
sql = sql + getAndConSql(sql, PcBillType, " PcBillType='" + PcBillType + "' ");
|
|
|
|
return sql;
|
|
},
|
|
|
|
|
|
|
|
checkSearchCondition: function () {
|
|
var form = this.formSearch.getForm();
|
|
if (!form.isValid()) {
|
|
Ext.Msg.alert('提示', '查询条件赋值错误,请检查。');
|
|
return false;
|
|
}
|
|
|
|
return true;
|
|
},
|
|
OprationSwap: function () {
|
|
var ret = new Array();
|
|
ret[0] = this.OprationStatus;
|
|
ret[1] = this.storeList;
|
|
ret[2] = this.SelectedRecord;
|
|
ret[3] = this.SelectedRecord.data.BSNO;
|
|
ret[4] = "MsRptNoTotalIndex";
|
|
|
|
return ret;
|
|
},
|
|
|
|
onSaveGridClick: function (button, event) {
|
|
|
|
|
|
this.girdcolumsdr = DsTruck.SaveGridPanel(USERID, this.formname , this.gridListDr.columns, this.girdcolumsdr, 1, true);
|
|
|
|
|
|
},
|
|
oninitGridClick: function (button, event) {
|
|
|
|
|
|
this.gridListDr.reconfigure(this.storeListDr, this.initgirdcolumsdr);
|
|
this.girdcolumsdr = DsTruck.SaveGridPanel(USERID, this.formname, this.gridListDr.columns, this.initgirdcolumsdr, 1, true);
|
|
|
|
},
|
|
onExportClick: function (button, event) {
|
|
|
|
_this = this;
|
|
GridExportExcelPage(this.gridListDr);
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
Print: function () {
|
|
|
|
var sql = this.getCondition();
|
|
|
|
_this = this;
|
|
|
|
|
|
if (this.storeListDr.getCount() == 0) {
|
|
return;
|
|
}
|
|
|
|
var sortstr = '';
|
|
|
|
if (this.bslistdrsortfield != '' && this.bslistdrsortdire != '') {
|
|
|
|
sortstr = this.bslistdrsortfield + ' ' + this.bslistdrsortdire;
|
|
}
|
|
|
|
|
|
Ext.Msg.wait('正在组织数据, 请稍侯..');
|
|
Ext.Ajax.request({
|
|
waitMsg: '正在组织数据...',
|
|
url: '/MvcShipping/MsRptVesselVoy/VesselListData',
|
|
scope: this,
|
|
params: {
|
|
start: 0, limit: this.PageSize,
|
|
condition: sql,
|
|
printstr: 'true',
|
|
sortstr: sortstr
|
|
},
|
|
callback: function (options, success, response) {
|
|
if (success) {
|
|
Ext.MessageBox.hide();
|
|
var jsonresult = Ext.JSON.decode(response.responseText);
|
|
if (jsonresult.Success) {
|
|
var returnstr = jsonresult.Data;
|
|
var printType = 'MsRptVesselVoyLIST';
|
|
var sql1 = returnstr;
|
|
var sql2 = "";
|
|
var sql3 = "";
|
|
var sql4 = "";
|
|
var sql5 = "";
|
|
var sql6 = "";
|
|
|
|
PrintComm(printType, sql1, sql2, sql3, sql4, sql5, sql6);
|
|
|
|
} else {
|
|
Ext.Msg.show({ title: '错误', msg: jsonresult.Message, icon: Ext.Msg.ERROR, buttons: Ext.Msg.OK });
|
|
}
|
|
} else {
|
|
Ext.Msg.show({ title: '请重试',
|
|
msg: '服务器响应出错',
|
|
icon: Ext.Msg.ERROR, buttons: Ext.Msg.OK
|
|
});
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
});
|
|
|
|
|