Commit 5f472e22 authored by youjie's avatar youjie

no message

parent 6c83aa52
...@@ -294,11 +294,11 @@ ...@@ -294,11 +294,11 @@
<div class="ImpressionTicketing-msgbox bottom0"> <div class="ImpressionTicketing-msgbox bottom0">
<el-row> <el-row>
<el-col :span="8" v-if="form.SingleVisaWay"> <el-col :span="8" v-if="form.SingleVisaWay">
<el-form-item :label="form.SingleVisaWay==1?'单签人头奖':'单签提成比'" prop="FSingleVisaMoney" <el-form-item label="单签人头奖" prop="FSingleVisaMoney"
:rules="form.SingleVisaWay==1?rules.SingleVisaRate2:rules.SingleVisaRate"> :rules="form.SingleVisaWay==1?rules.SingleVisaRate2:rules.SingleVisaRate">
<div class="Impression-ratio-box"> <div class="Impression-ratio-box">
<el-input type="Number" v-model="form.FSingleVisaMoney" clearable></el-input> <el-input type="Number" v-model="form.FSingleVisaMoney" clearable></el-input>
<span class="Impression-ratio-right">{{form.SingleVisaWay==1?'/人':'%'}}</span> <span class="Impression-ratio-right">/人</span>
</div> </div>
</el-form-item> </el-form-item>
</el-col> </el-col>
......
...@@ -1104,8 +1104,8 @@ ...@@ -1104,8 +1104,8 @@
if (x.CostTypeName.indexOf('门票') != -1 && y.Type == 4) { if (x.CostTypeName.indexOf('门票') != -1 && y.Type == 4) {
y.show = true, numToMEN += Number(obj.Number), y.Num = numToMEN y.show = true, numToMEN += Number(obj.Number), y.Num = numToMEN
} }
states = false
}) })
states = false
} }
}) })
if(states){ if(states){
......
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