Commit 2afcc3ef authored by zhangjun's avatar zhangjun

修改调拨出库请求url

parent 8a62b48c
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
config: { config: {
queryDetail: true, queryDetail: true,
/* 基本配置*/ /* 基本配置*/
url: 'wms/ckgl/dbck', url: 'lxyl/ckgl/dbck',
queryUrl:'wms/ckgl/jhtz/query/dbck', queryUrl:'lxyl/ckgl/dbck/query',
tableTitle: [{ tableTitle: [{
title: "出库单号", title: "出库单号",
field: "djid", field: "djid",
......
...@@ -40,8 +40,8 @@ mixins:[wlsx,wlphsx], ...@@ -40,8 +40,8 @@ mixins:[wlsx,wlphsx],
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'wms/ckgl/dbck', url: 'lxyl/ckgl/dbck',
queryUrl: 'wms/ckgl/jhtz/query/dbckmx', queryUrl: 'lxyl/ckgl/dbck/query/detail',
tableTitle: [{ tableTitle: [{
title: "物料编码", title: "物料编码",
field: "wlxxCode", field: "wlxxCode",
......
...@@ -78,7 +78,7 @@ this.$post('common/datetime',{}).then(res=>{ ...@@ -78,7 +78,7 @@ this.$post('common/datetime',{}).then(res=>{
this.$refs['form'].validate((valid) => { this.$refs['form'].validate((valid) => {
if(valid){ if(valid){
this.isLoading=true this.isLoading=true
this.$post('lxyl/rkgl/ckthtz/sync/lltl',this.form).then(res=>{ this.$post('lxyl/rkgl/ckthtz/sync/lxtl',this.form).then(res=>{
if(res.success){ if(res.success){
this.isLoading=false this.isLoading=false
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