Commit d0edd9b4 by liyixun

BTTSE代码优化

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