Commit 603be8fc by panziyi

bctame修改

parent d06d481e
......@@ -34,17 +34,23 @@ export default {
let dataObj = {
rec: {
objtyp: 'BCD',
// objinr: model.bcdgrp.rec.inr,
objinr: model.bcdgrp.rec.inr,
ownref: model.bcdgrp.rec.ownref,
opndat: model.bcdgrp.rec.opndat,
expdat: model.bcdgrp.rec.expdat,
branchinr: model.bcdgrp.rec.branchInr,
branchInr: model.bcdgrp.rec.branchinr,
nam: model.bcdgrp.rec.nam,
oridre: model.bcdgrp.rec.oridre,
docamt: model.setmod.docamt,
doccur: model.setmod.doccur,
newamt: model.swiadd.newamt,
ameamt: model.swiadd.ameamt,
amecur: model.swiadd.amecur,
},
cbsMap: {
MAX: model.bcdgrp.cbs.max,
OPN1: model.bcdgrp.cbs.opn1,
OLDMAX: model.oldbcdgrp.cbs.max,
// MAC: model.bcdgrp.cbs.mac,
// MAC2: model.bcdgrp.cbs.mac2,
// OPC2: model.bcdgrp.cbs.opc2,
......
......@@ -83,7 +83,7 @@ const Business = [
{ path: 'infbcd', component: () => import('~/business/infbcd/views'), name: 'infbcd', meta: { title: '进口代收入口交易' }},
{ path: 'bctacc', component: () => import('~/business/bctacc/views'), name: 'bctacc', meta: { title: '进口代收承兑' }},
{ path: 'bctame', component: () => import('~/business/bctame/views'), name: 'bctame', meta: { title: '进口代收修改' }},
{ path: 'bctcan', component: () => import('~/business/bctcan/views'), name: 'bctcan', meta: { title: '进口代收注销' }},
// { path: 'bctcan', component: () => import('~/business/bctcan/views'), name: 'bctcan', meta: { title: '进口代收注销' }},
{ path: 'bctrad', component: () => import('~/business/bctrad/views'), name: 'bctrad', meta: { title: '进口代收二次收单' }},
]
......
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