Commit 60c2211a authored by 李苏's avatar 李苏 💬

初始化库存,完成/取消完成

parent af0247e3
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(res => { }).then(res => {
this.$post('wms/rkgl/cskc/cancelComplete', { this.$post('wms/rkgl/cskc/cancelConfirm', {
id: ctx.singleItem.id id: ctx.singleItem.id
}).then(res => { }).then(res => {
if (res.success) { if (res.success) {
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(res => { }).then(res => {
this.$post('wms/rkgl/cskc/complete', { this.$post('wms/rkgl/cskc/confirm', {
id: ctx.singleItem.id id: ctx.singleItem.id
}).then(res => { }).then(res => {
if (res.success) { if (res.success) {
......
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