Commit 70dab2c9 by Wuyuqiu

添加申报信息响应

parent e4969d37
......@@ -89,7 +89,6 @@
-->
<el-col :span="24">
<c-fullbox>
<c-col :span="11">
<el-form-item label="名义金额" prop="lidgrp.cbs.nom1.cur">
<c-select
......@@ -124,7 +123,7 @@
</c-col>
<c-col :span="4">
<template slot="footer">
<template>
<c-checkbox
@change="open"
v-model="model.litp.aamp.aammod.addamtflg"
......@@ -133,7 +132,6 @@
>
</template>
</c-col>
</c-fullbox>
</el-col>
<c-col :span="14">
<el-form-item label="溢短装" prop="lidgrp.rec.nomtop">
......@@ -450,7 +448,7 @@
type="textarea"
:rows="4"
v-model="model.lidgrp.apl.pts.adrblk"
maxlength="140"
maxlength="50"
disabled
show-word-limit
placeholder="请输入名称地址"
......@@ -549,7 +547,7 @@
type="textarea"
:rows="4"
v-model="model.lidgrp.adv.pts.adrblk"
maxlength="140"
maxlength="80"
disabled
show-word-limit
placeholder="请输入名称地址"
......@@ -644,8 +642,7 @@
type="textarea"
:rows="4"
v-model="model.lidgrp.ben.pts.adrblk"
maxlength="140"
:disabled="model.lidgrp.ben.pts.extkey!=''||model.lidgrp.ben.pts.extkey!=null"
maxlength="80"
show-word-limit
placeholder="请输入名称地址"
></c-input>
......
......@@ -129,7 +129,7 @@
</el-tab-pane>
<!--PD000002 -->
<el-tab-pane label="申报信息" name="cnyp">
<el-tab-pane label="申报信息" name="cnyp,libp">
<c-content>
<m-cnyp :model="model" :codes="codes" />
</c-content>
......
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