Commit 1b4ef3a0 by wangna

infccd、cctdav修改

parent 77600ff5
...@@ -211,7 +211,7 @@ const BusRouter = [ ...@@ -211,7 +211,7 @@ const BusRouter = [
{ path: 'cltdav', component: Cltdav, name: 'Cltdav', meta: { title: '打包托收开立' } }, { path: 'cltdav', component: Cltdav, name: 'Cltdav', meta: { title: '打包托收开立' } },
{ path: 'clttra', component: Clttra, name: 'Clttra', meta: { title: '打包托收催收' } }, { path: 'clttra', component: Clttra, name: 'Clttra', meta: { title: '打包托收催收' } },
{ path: 'cltset', component: Cltset, name: 'Cltset', meta: { title: '打包托收解包' } }, { path: 'cltset', component: Cltset, name: 'Cltset', meta: { title: '打包托收解包' } },
{ path: 'infccd', component: Infccd, name: 'Infccd', meta: { title: '光票托收查询1' } }, { path: 'infccd', component: Infccd, name: 'Infccd', meta: { title: '光票托收查询' } },
{ path: 'infcld', component: Infcld, name: 'Infcld', meta: { title: '光票托收查询2' } }, { path: 'infcld', component: Infcld, name: 'Infcld', meta: { title: '光票托收查询2' } },
{ path: 'ccttra', component: Ccttra, name: 'Ccttra', meta: { title: '光票托收催收' } }, { path: 'ccttra', component: Ccttra, name: 'Ccttra', meta: { title: '光票托收催收' } },
{ path: 'cctdav', component: Cctdav, name: 'Cctdav', meta: { title: '光票托收开立' } }, { path: 'cctdav', component: Cctdav, name: 'Cctdav', meta: { title: '光票托收开立' } },
......
...@@ -138,6 +138,7 @@ ...@@ -138,6 +138,7 @@
v-model="model.ccdgrp.rec.purflg" v-model="model.ccdgrp.rec.purflg"
style="width: 100%" style="width: 100%"
placeholder="请选择Payment Disposition " placeholder="请选择Payment Disposition "
:disabled="model.ccdgrp.rec.modset == '1'"
:code="codes.purflg" :code="codes.purflg"
> >
</c-select> </c-select>
...@@ -205,7 +206,7 @@ ...@@ -205,7 +206,7 @@
<c-input <c-input
v-model="model.cctp.usr.extkey" v-model="model.cctp.usr.extkey"
maxlength="8" maxlength="8"
placeholder="请输入User ID" placeholder="请输入resp.usr"
disabled disabled
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -326,7 +327,7 @@ ...@@ -326,7 +327,7 @@
v-model="model.ccdgrp.col.pts.ref" v-model="model.ccdgrp.col.pts.ref"
maxlength="16" maxlength="16"
placeholder="请输入Coll. Bank参考号" placeholder="请输入Coll. Bank参考号"
disabled :disabled="model.ccdgrp.rec.modset == '2'"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -338,7 +339,10 @@ ...@@ -338,7 +339,10 @@
v-model="model.ccdgrp.col.pts.extkey" v-model="model.ccdgrp.col.pts.extkey"
maxlength="16" maxlength="16"
placeholder="请输入Coll. Bank" placeholder="请输入Coll. Bank"
disabled @keyup.enter.native="
showGridPromptDialog('ccdgrp.col.pts.extkey')
"
:disabled="model.ccdgrp.rec.modset == '2'"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -366,7 +370,7 @@ ...@@ -366,7 +370,7 @@
maxlength="150" maxlength="150"
show-word-limit show-word-limit
placeholder="请输入名称地址" placeholder="请输入名称地址"
disabled :disabled="model.ccdgrp.rec.modset == '2'"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
size="medium" size="medium"
type="primary" type="primary"
@click="toCctdav" @click="toCctdav"
>光票托收</c-button >光票托收</c-button
> >
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
......
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