Commit 60e88cfe authored by 谢希宇's avatar 谢希宇

Author by Strive

Date 2021/04/14
Datail 修改批次号删除功能
parent b423cf00
...@@ -37,7 +37,7 @@ public interface InvoiceService extends GenericService<Invoice> { ...@@ -37,7 +37,7 @@ public interface InvoiceService extends GenericService<Invoice> {
* 发送邮箱 * 发送邮箱
* @param appId * @param appId
* @param openId * @param openId
* @param orderId * @param invoiceId
* @param email * @param email
* @return * @return
*/ */
......
...@@ -309,7 +309,9 @@ ...@@ -309,7 +309,9 @@
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: "#springUrl('/a/productBatch/delete')", url: "#springUrl('/a/productBatch/delete')",
data: {id: data}, data: {id: data,
_csrf: csrftoken.value,
_csrf_header: csrfheader.value},
dataType: "json", dataType: "json",
success: function (data) { success: function (data) {
if (data.errorNo == 0) { if (data.errorNo == 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment