Commit 2afcc3ef authored by zhangjun's avatar zhangjun

修改调拨出库请求url

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