From 352b7fdc557ebb5350c2dc32e3f599e6e5cf574f Mon Sep 17 00:00:00 2001
From: liuxiaoxu <1793812695@qq.com>
Date: Sat, 15 Jun 2024 14:11:51 +0800
Subject: [PATCH] =?UTF-8?q?[fix]=E9=94=80=E5=94=AE=E7=AE=A1=E7=90=86:=20?=
=?UTF-8?q?=E5=AE=A2=E6=88=B7=E6=8A=A5=E4=BB=B7=20=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2=E7=9A=84=E8=A1=A8=E6=A0=BC?=
=?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=B9=E6=B3=95=EF=BC=8C=E6=96=B0=E5=A2=9E?=
=?UTF-8?q?=E6=A0=B9=E6=8D=AE=E7=89=A9=E6=96=99=E5=8F=B7=E9=80=BB=E8=BE=91?=
=?UTF-8?q?=E5=88=A0=E9=99=A4=E8=A1=A8=E6=A0=BC=E4=B8=AD=E4=B8=80=E8=A1=8C?=
=?UTF-8?q?=E6=95=B0=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/templates/system/customerQuote/add.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/templates/system/customerQuote/add.html b/ruoyi-admin/src/main/resources/templates/system/customerQuote/add.html
index aba0fcd1..f1d7d1b1 100644
--- a/ruoyi-admin/src/main/resources/templates/system/customerQuote/add.html
+++ b/ruoyi-admin/src/main/resources/templates/system/customerQuote/add.html
@@ -439,7 +439,7 @@
{title: '操作', align: 'center',
formatter: function (value, row, index) {
var actions = [];
- actions.push('删除 ');
+ actions.push('删除 ');
return actions.join('');
}
}
@@ -648,10 +648,10 @@
$.modal.openOptions(options);
}
/* 删除指定表格行 */
- function removeRow(id){
+ function removeRow(materialCode){
$("#bootstrap-sub-table-quoteChild").bootstrapTable('remove', {
- field: 'id',
- values: id
+ field: 'materialCode',
+ values: materialCode
})
}
$("input[name='pricingDate']").datetimepicker({