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

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

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