Commit 5f472e22 authored by youjie's avatar youjie

no message

parent 6c83aa52
......@@ -294,11 +294,11 @@
<div class="ImpressionTicketing-msgbox bottom0">
<el-row>
<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">
<div class="Impression-ratio-box">
<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>
</el-form-item>
</el-col>
......
......@@ -1104,8 +1104,8 @@
if (x.CostTypeName.indexOf('门票') != -1 && y.Type == 4) {
y.show = true, numToMEN += Number(obj.Number), y.Num = numToMEN
}
})
states = false
})
}
})
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