Commit 79fe5390 authored by 李苏's avatar 李苏 💬

拣货接口调整

parent 9992c914
...@@ -139,8 +139,13 @@ ...@@ -139,8 +139,13 @@
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(res => { }).then(res => {
this.$post('wms/ckgl/jhtz/unclose/jhtzmx', { this.$post('wms/ckgl/jhtz/batchUnClose/jhtzmx', {
id: ctx.singleItem.id datas:[
{
id: ctx.singleItem.id
}
]
}).then(res => { }).then(res => {
if (res.success) { if (res.success) {
this.$success('操作成功') this.$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