Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
Aidea
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sa_aidea
Aidea
Commits
60e88cfe
Commit
60e88cfe
authored
Apr 14, 2021
by
谢希宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Author by Strive
Date 2021/04/14 Datail 修改批次号删除功能
parent
b423cf00
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
InvoiceService.java
.../main/java/com/cftech/invoice/service/InvoiceService.java
+1
-1
productBatchlist.html
...c/main/webapp/WEB-INF/views/product/productBatchlist.html
+3
-1
No files found.
aidea-modules/invoice-module/src/main/java/com/cftech/invoice/service/InvoiceService.java
View file @
60e88cfe
...
...
@@ -37,7 +37,7 @@ public interface InvoiceService extends GenericService<Invoice> {
* 发送邮箱
* @param appId
* @param openId
* @param
order
Id
* @param
invoice
Id
* @param email
* @return
*/
...
...
aidea-modules/product-module-web/src/main/webapp/WEB-INF/views/product/productBatchlist.html
View file @
60e88cfe
...
...
@@ -309,7 +309,9 @@
$
.
ajax
({
type
:
"POST"
,
url
:
"#springUrl('/a/productBatch/delete')"
,
data
:
{
id
:
data
},
data
:
{
id
:
data
,
_csrf
:
csrftoken
.
value
,
_csrf_header
:
csrfheader
.
value
},
dataType
:
"json"
,
success
:
function
(
data
)
{
if
(
data
.
errorNo
==
0
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment