Commit aa26a390 authored by liudong1993's avatar liudong1993

1 预付款冲抵 增加备注

parent 1a9fe5f2
...@@ -1527,7 +1527,7 @@ ...@@ -1527,7 +1527,7 @@
{{$t('pub.sureBtn')}}</el-button> {{$t('pub.sureBtn')}}</el-button>
</div> </div>
</el-dialog> </el-dialog>
<el-dialog :title="$t('objFill.precharge')" width="960px" :visible.sync="yfcdState" center> <el-dialog :title="$t('objFill.precharge')" width="1060px" :visible.sync="yfcdState" center>
<el-form class="cdForm" label-width="90px"> <el-form class="cdForm" label-width="90px">
<el-form-item :label="$t('fnc.danhao')" prop="FrID"> <el-form-item :label="$t('fnc.danhao')" prop="FrID">
<el-input class="w180" @keyup.native="checkInteger(czMsg,'FrID')" v-model="czMsg.FrID"></el-input> <el-input class="w180" @keyup.native="checkInteger(czMsg,'FrID')" v-model="czMsg.FrID"></el-input>
...@@ -1567,6 +1567,7 @@ ...@@ -1567,6 +1567,7 @@
<th>{{$t('objFill.amountoffset')}}</th> <th>{{$t('objFill.amountoffset')}}</th>
<th>{{$t('admin.admin_status')}}</th> <th>{{$t('admin.admin_status')}}</th>
<th width="270px">{{$t('fnc.fkduixiang')}}</th> <th width="270px">{{$t('fnc.fkduixiang')}}</th>
<th width="100px">{{$t('fnc.beizhu')}}</th>
<th>{{$t('system.table_operation')}}</th> <th>{{$t('system.table_operation')}}</th>
</tr> </tr>
<tr v-for="(item,index) in czList" :key="index"> <tr v-for="(item,index) in czList" :key="index">
...@@ -1585,6 +1586,7 @@ ...@@ -1585,6 +1586,7 @@
<div>{{item.ClientTypeName}}:{{item.RemitterName}}</div> <div>{{item.ClientTypeName}}:{{item.RemitterName}}</div>
</el-tooltip> </el-tooltip>
</td> </td>
<td :title="item.Remark" style="max-width: 100px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; ">{{item.Remark}}</td>
<td> <td>
<el-tooltip class="item" effect="dark" :content="$t('objFill.v101.FinancialModule.yufksyye')" placement="top-start"> <el-tooltip class="item" effect="dark" :content="$t('objFill.v101.FinancialModule.yufksyye')" placement="top-start">
<span @click="matchTransfer(item)" style="cursor: pointer; color:#33B3FF">{{$t('objFill.v101.FinancialModule.yuezhuanyi')}}</span> <span @click="matchTransfer(item)" style="cursor: pointer; color:#33B3FF">{{$t('objFill.v101.FinancialModule.yuezhuanyi')}}</span>
......
<template> <template>
<el-dialog :title="$t('objFill.precharge')" width="860px" :visible.sync="cdState" center @close="close"> <el-dialog :title="$t('objFill.precharge')" width="960px" :visible.sync="cdState" center @close="close">
<el-form class="cdForm" label-width="90px"> <el-form class="cdForm" label-width="90px">
<el-form-item :label="$t('fnc.danhao')" prop="FrID"> <el-form-item :label="$t('fnc.danhao')" prop="FrID">
<el-input class="w220" @keyup.native="checkInteger(czMsg,'FrID')" v-model="czMsg.FrID"></el-input> <el-input class="w220" @keyup.native="checkInteger(czMsg,'FrID')" v-model="czMsg.FrID"></el-input>
...@@ -35,7 +35,8 @@ ...@@ -35,7 +35,8 @@
<th>{{$t('fnc.jine')}}</th> <th>{{$t('fnc.jine')}}</th>
<th>{{$t('objFill.amountoffset')}}</th> <th>{{$t('objFill.amountoffset')}}</th>
<th>{{$t('admin.admin_status')}}</th> <th>{{$t('admin.admin_status')}}</th>
<th>{{$t('fnc.fkduixiang')}}</th> <th width="270px">{{$t('fnc.fkduixiang')}}</th>
<th width="100px">{{$t('fnc.beizhu')}}</th>
</tr> </tr>
<tr v-for="(item,index) in czList" :key="index"> <tr v-for="(item,index) in czList" :key="index">
<td><input type="checkbox" :value="item" v-model="checkList" @change="ckeckOne"></td> <td><input type="checkbox" :value="item" v-model="checkList" @change="ckeckOne"></td>
...@@ -52,6 +53,7 @@ ...@@ -52,6 +53,7 @@
<div style="width:250px;overflow:hidden">{{item.ClientTypeName}}:{{item.RemitterName}}</div> <div style="width:250px;overflow:hidden">{{item.ClientTypeName}}:{{item.RemitterName}}</div>
</el-tooltip> </el-tooltip>
</td> </td>
<td :title="item.Remark" style="max-width: 100px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; ">{{item.Remark}}</td>
</tr> </tr>
<tr v-if="czList.length==0"> <tr v-if="czList.length==0">
<td colspan="12">{{$t('system.content_noData')}}</td> <td colspan="12">{{$t('system.content_noData')}}</td>
......
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