浏览代码

1、新增【边带数】变量获取

MY 6 天之前
父节点
当前提交
561b5367f7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      JLHHJSvr/Helper/MattressHelper.cs

+ 1 - 0
JLHHJSvr/Helper/MattressHelper.cs

@@ -624,6 +624,7 @@ namespace JLHHJSvr.Helper
             AddKeyValue("汇率", mattress.moneyrate);
             AddKeyValue("税率", mattress.taxrate);
             AddKeyValue("折扣率", mattress.discount);
+            AddKeyValue("边带数", mattress.biandai_qty);
             // 地区FOB费用,如果存在变量表,会替代
             AddKeyValue("大柜-普通地区-地区FOB费用", 6500);
             AddKeyValue("大柜-特定地区-地区FOB费用", 8500);