Commit d0edd9b4 by liyixun

BTTSE代码优化

parent 4d848304
......@@ -8,6 +8,7 @@
style="width: 100%"
placeholder="请选择是否报送跨境人民币2101表"
:code="codes.cnyflg"
:disabled="model.btdgrp.cbs.max.cur!='CNY'"
>
</c-select>
</el-form-item>
......
......@@ -239,7 +239,6 @@
)
"
>
?
</c-button>
</template>
</c-fullbox>
......
......@@ -256,6 +256,7 @@
<!-- 下左 -->
<c-col :span="12">
<c-col :span="24">
<c-form-item label-width="0" prop="liaall.tenstm">
<c-istream-table
ref="table"
:list="model.liaall.tenstm.rows || []"
......@@ -265,6 +266,7 @@
prop="liaall.tenstm"
>
</c-istream-table>
</c-form-item>
</c-col>
<c-col :span="24">
......
......@@ -109,6 +109,13 @@
</c-tabs>
</el-form>
<c-grid-ety-prompt-dialog
ref="doxpDialog"
:isPty="false"
:promptData="promptData"
@select-ety="selectMsg"
>
</c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref="etyDialog"
:promptData="promptData"
v-on:select-ety="selectEty"
......
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