修改胶带数量

This commit is contained in:
2025-08-29 16:02:45 +08:00
parent e9c03666dc
commit 20e61c01fd
2 changed files with 3 additions and 3 deletions
@@ -4714,7 +4714,7 @@ public class ProductService {
{120, 180, 266, 595},
{130, 203, 290, 648},
};
int[] count_list = new int[]{12, 20, 40, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000};
int[] count_list = new int[]{10, 20, 40, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000};
double[] lengths = {1.2, 1.5, 1.8, 2, 2.4};
if ("2".equals(dto.getKind())) {
prices = new double[][]{
@@ -4733,7 +4733,7 @@ public class ProductService {
{100, 168, 230, 251, 550},
{110, 175, 250, 275, 564},
};
count_list = new int[]{12, 20, 30, 40, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000};
count_list = new int[]{10, 20, 30, 40, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000};
}
List<Product> list = new ArrayList<>();
double last_price = 0;
+1 -1
View File
@@ -43,7 +43,7 @@
</p>
<div class="layui-form-item">
<select name="count" id="count" lay-filter="count" class="select">
<option value="12">12</option>
<option value="10">10</option>
<option value="20">20</option>
<option value="40">40</option>
<option value="100">100</option>