Commit 54a9915c authored by 李苏's avatar 李苏 💬

adjust url

parent b7149570
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'wms/ckgl/dbck', url: 'lxyl/ckgl/dbck',
queryUrl: 'wms/ckgl/dbck/query/detail', queryUrl: 'lxyl/ckgl/dbck/query/detail',
tableTitle: [{ tableTitle: [{
title: "物料编码", title: "物料编码",
field: "wlxxCode", field: "wlxxCode",
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
field: "zt", field: "zt",
width: 100, width: 100,
"transform": { "transform": {
"url": "wms/ckgl/dbck/init/zt", "url": "lxyl/ckgl/dbck/init/zt",
"label": "name", "label": "name",
"value": "id" "value": "id"
} }
......
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'wms/ckgl/dbck/query/dbckqd', url: 'lxyl/ckgl/dbck/query/dbckqd',
queryUrl: 'wms/ckgl/dbck/query/dbckqd', queryUrl: 'lxyl/ckgl/dbck/query/dbckqd',
tableTitle: [ tableTitle: [
{ {
title: "库位", title: "库位",
......
...@@ -52,8 +52,8 @@ ...@@ -52,8 +52,8 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'lxyl/rkgl/dbck/query/ukcjyqd', url: 'lxyl/ckgl/dbck/query/ukcjyqd',
queryUrl: 'lxyl/rkgl/dbck/query/ukcjyqd', queryUrl: 'lxyl/ckgl/dbck/query/ukcjyqd',
tableTitle: [{ tableTitle: [{
title: "库位", title: "库位",
field: "kwName", field: "kwName",
......
...@@ -20,13 +20,13 @@ ...@@ -20,13 +20,13 @@
config: { config: {
queryDetail: true, queryDetail: true,
/* 基本配置*/ /* 基本配置*/
url: 'wms/kc/kcpd', url: 'wms/kcgl/kcpd',
tableTitle: [{ tableTitle: [{
title: "状态", title: "状态",
field: "zt", field: "zt",
width: 70, width: 70,
"transform": { "transform": {
"url": "wms/kc/kcpd/init/zt", "url": "wms/kcgl/kcpd/init/zt",
"label": "name", "label": "name",
"value": "id" "value": "id"
} }
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
"type": "RelSelect", "type": "RelSelect",
"value": "", "value": "",
"typeConfig": { "typeConfig": {
"src": "wms/kc/kcpd/init/zt", "src": "wms/kcgl/kcpd/init/zt",
} }
}, },
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(res => { }).then(res => {
this.$post('wms/kc/kcpd/confirm', { this.$post('wms/kcgl/kcpd/confirm', {
id: ctx.singleItem.id id: ctx.singleItem.id
}).then(res => { }).then(res => {
if (res.success) { if (res.success) {
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(res => { }).then(res => {
this.$post('wms/kc/kcpd/unconfirm', { this.$post('wms/kcgl/kcpd/unconfirm', {
id: ctx.singleItem.id id: ctx.singleItem.id
}).then(res => { }).then(res => {
if (res.success) { if (res.success) {
......
...@@ -53,8 +53,8 @@ ...@@ -53,8 +53,8 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'wms/kc/kcpd/getKchzmx', url: 'wms/kcgl/kcpd/query/kwmx',
queryUrl:'wms/kc/kcpd/getKchzmx', queryUrl:'wms/kcgl/kcpd/query/kwmx',
tableTitle: [{ tableTitle: [{
title: "库位", title: "库位",
field: "kwName", field: "kwName",
......
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