Commit 51bfaddb authored by youjie's avatar youjie

负数

parent 6857be2e
......@@ -213,8 +213,10 @@
:inactive-text="$t('fnc.bweibi')"
inactive-value="0">
</el-switch>
<el-input v-model="msg.sMoney" class="w64d5" @keyup.native="checkPrice(msg,'sMoney')"></el-input>-
<el-input v-model="msg.eMoney" @keyup.native="checkPrice(msg,'eMoney')" class="w64d5"></el-input>
<!-- @keyup.native="checkPrice(msg,'sMoney')" -->
<!-- @keyup.native="checkPrice(msg,'eMoney')" -->
<el-input v-model="msg.sMoney" type="Number" class="w64d5"></el-input>-
<el-input v-model="msg.eMoney" type="Number" class="w64d5"></el-input>
</el-form-item>
</el-col>
......@@ -411,7 +413,7 @@
<template v-if="i.DMCNum&&i.DMCNum!=''"></br>{{i.DMCNum}}</br></template>
<span v-if="ix!=scope.row.TCIDAndTCNUMList.length-1">,</br></span></span>
</p>
</template>
<template v-else>
<span>{{$t('fnc.no')}}</span>
......
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