1.配件合同价格逻辑的调整:配件信息中配件资金使用方式取消按比例(折扣),
This commit is contained in:
25655 2025-02-27 10:40:20 +08:00
parent 51286bdfda
commit f7865c8c1a

View File

@ -622,7 +622,7 @@ public class SalesOrderEdit extends AbstractBillPlugIn implements Plugin, Before
String string = yemBillbusstype.getString("number");
if (string.equals("BBT-2")) {
map.put("按金额(折扣)", "A");
map.put("按比例(折扣)", "B");
// map.put("按比例(折扣)", "B");
}
if ("BBT-3".equals(string) || "BBT-5".equals(string) || "BBT-4".equals(string)) {
map.put("按金额(全额抵扣)", "C");