Commit 51bfaddb authored by youjie's avatar youjie

负数

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