Commit 69320e77 by LJM

add

parent 49227723
Showing with 1 additions and 1 deletions
...@@ -739,7 +739,7 @@ ...@@ -739,7 +739,7 @@
} }
} }
this.request(API.stockPreCheckLatePrint, 'POST', { precheck_id: precheck_id, print_json: this.print_json }, true).then(res => { this.request(API.stockPreCheckLatePrint, 'POST', { precheck_id: precheck_id, print_json: JSON.stringify(this.print_json) }, true).then(res => {
if (res.code === 0) { if (res.code === 0) {
uni.showToast({ uni.showToast({
title: '打印成功', title: '打印成功',
......
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 sign in to comment