|
@@ -1011,7 +1011,7 @@ namespace JLHHJSvr.Helper
|
|
|
else
|
|
|
{
|
|
|
CalCulateCostNew(mattress, "大单", mattersstype);
|
|
|
- mattress.foreign_cost_bz = mattress.dept_cost;
|
|
|
+ mattress.foreign_cost_dd = mattress.dept_cost;
|
|
|
}
|
|
|
AddKeyValue("大单金额", mattress.foreign_cost_dd);
|
|
|
#endregion
|
|
@@ -1338,7 +1338,7 @@ namespace JLHHJSvr.Helper
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- AddKeyValue("大小单系统", _rate);
|
|
|
+ AddKeyValue("大小单系数", _rate);
|
|
|
AddKeyValue("款式系数", mattressType.typerate.Value);
|
|
|
|
|
|
#region 公式利润点
|