Commit dc4c1d9e authored by 李苏's avatar 李苏 💬

接口改变

parent afad13c3
...@@ -1162,6 +1162,36 @@ export const powerRoutes = [ ...@@ -1162,6 +1162,36 @@ export const powerRoutes = [
}, },
] ]
}, },
/* 大屏看板*/
{
erpComponent: true,
component: 'template/index',
hidden: false,
meta: {
"title": "大屏看板”",
"icon": "",
"noCache": false,
"link": null,
"mkid": 920150000,
},
redirect: '22kwkb',
name: 'dpkb',
path: "dpkb",
children: [{
component: 'ccgl/dpkb/22kwkb/index',
hidden: false,
meta: {
"title": "2#2F库位看板",
"icon": "",
"noCache": false,
"link": null,
"mkid": 920151000,
},
name: '22kwkb',
path: "22kwkb",
},
]
}
] ]
} }
......
This diff is collapsed.
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
}, },
{ {
title: "库位", title: "库位",
field: "kwCode", field: "mbkwCode",
width: 140, width: 140,
}, },
{ {
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(res => { }).then(res => {
this.$post('lxyl/wcs/wcsTask/init/start', { this.$post('xyl/wcs/wcsTask/start', {
id: ctx.singleItem.id id: ctx.singleItem.id
}).then(res => { }).then(res => {
if (res.success) { if (res.success) {
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(res => { }).then(res => {
this.$post('lxyl/wcs/wcsTask/init/close', { this.$post('lxyl/wcs/wcsTask/close', {
id: ctx.singleItem.id id: ctx.singleItem.id
}).then(res => { }).then(res => {
if (res.success) { if (res.success) {
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(res => { }).then(res => {
this.$post('lxyl/wcs/wcsTask/init/complete', { this.$post('lxyl/wcs/wcsTask/complete', {
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