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

adjust url

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