Commit 86a18184 authored by zhangjun's avatar zhangjun

原调拨入库接口修改

parent 96e5378c
...@@ -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/rktz/sync/dbrk',this.form).then(res=>{ this.$post('lxyl/rkgl/rktz/sync/scrk',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