diff --git a/ruoyi-ui/src/views/redBook/productSelect.vue b/ruoyi-ui/src/views/redBook/productSelect.vue
index 966f968..26a2d79 100644
--- a/ruoyi-ui/src/views/redBook/productSelect.vue
+++ b/ruoyi-ui/src/views/redBook/productSelect.vue
@@ -49,7 +49,7 @@
%
-
+
删除
@@ -59,11 +59,16 @@
-
+
+
+
+
+
+
@@ -361,8 +366,10 @@
handleRowDblclick(row, event, column){
const price = row.price;
const percent = '1';
+ const percent2 = '1';
const count = '1';
row.percent = percent;
+ row.percent2 = percent2;
row.setPrice = price;
row.count = count;
const allPrice = this.toDecimal(count*price);