|
|
@ -1445,12 +1445,6 @@
|
|
|
|
data: Sys.Serialization.JavaScriptSerializer.serialize(param),
|
|
|
|
data: Sys.Serialization.JavaScriptSerializer.serialize(param),
|
|
|
|
success: function (data) {
|
|
|
|
success: function (data) {
|
|
|
|
WindowLoadModel.Hide();
|
|
|
|
WindowLoadModel.Hide();
|
|
|
|
data.d.DataSource = data.d.DataSource.map(it => {
|
|
|
|
|
|
|
|
return {
|
|
|
|
|
|
|
|
...it,
|
|
|
|
|
|
|
|
otherPirce: it.PlatId == 22 && it.TotalPrice<30 ? "+2.99" : ""
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
datagrid1.Set_RowCount(data.d.RowCount);
|
|
|
|
datagrid1.Set_RowCount(data.d.RowCount);
|
|
|
|
datagrid1.DataBind(data.d.DataSource);
|
|
|
|
datagrid1.DataBind(data.d.DataSource);
|
|
|
|
if (param.IsDetail == 1)
|
|
|
|
if (param.IsDetail == 1)
|
|
|
|