Commit 6fa0ade1 by zhangzhenmin
parents 532ba895 1bd63c59
......@@ -101,9 +101,11 @@
</el-form-item>
</c-col>
<c-col :span="24">
<span v-text="model.bctp.docgrdm.docdsclab" data-path=".bctp.docgrdm.docdsclab"> </span>
<c-edit-table :model="model" v-bind="docgrd">
</c-edit-table>
</c-col>
</c-col>
</c-col>
<!-- ====================右边======================= -->
<c-col :span="12">
......@@ -153,11 +155,11 @@
</c-col>
<c-col :span="12">
<el-form-item label="Accepted on" prop="bcdgrp.rec.accdat">
<c-date-picker type="date" v-model="model.bcdgrp.rec.accdat" style="width:100%" value-format="yyyy-MM-dd"
placeholder="请选择Accepted on"></c-date-picker>
<c-date-picker type="date" v-model="model.bcdgrp.rec.accdat" style="width:100%"
value-format="yyyy-MM-dd" placeholder="请选择Accepted on"></c-date-picker>
</el-form-item>
</c-col>
</c-col">
</c-col">
</c-row>
</template>
<script>
......@@ -172,6 +174,28 @@
mixins: [CommonProcess],
data() {
return {
docgrd: {
columns: [{
title: "lst1",
width: "80px",
dataIndex: "cmail1",
show: "input",
},
{
title: "2nd",
width: "80px",
dataIndex: "cmail2",
show: "input",
},
{
title: "Document",
width: "320px",
dataIndex: "docnam",
show: "input",
},
],
urls: "bctp.docgrdm.docgrd",
},
}
},
......
......@@ -100,7 +100,7 @@ const BusRouter = [
{ path: 'infusr', component: Infusr, name: 'Infusr', meta: { title: '用户信息' } },
{ path: 'infcpd', component: Infcpd, name: 'Infcpd', meta: { title: '汇款查询' } },
{ path: 'bctdav', component: Bctdav, name: 'Bctdav', meta: { title: '进口代收' } },
{ path: 'bctacc', component: Bctacc, name: 'Bctacc', meta: { title: 'Bctacc' } },
{ path: 'bctacc', component: Bctacc, name: 'Bctacc', meta: { title: '进口代收承兑' } },
{ path: 'infcur', component: Infcur, name: 'Infcur', meta: { title: 'Infcur' } },
{ path: 'infbed', component: Infbed, name: 'Infbed', meta: { title: '出口信用证单据查询' } },
{ path: 'letcan', component: Letcan, name: 'Letcan', 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