【bug】编辑与详情的控制显示隐藏
This commit is contained in:
@@ -55,8 +55,7 @@
|
||||
<a-col :xxl="8" :xl="12" :sm="24">
|
||||
<label class="label">缴费方式:</label><span>{{ model.payMode_dictText }}</span>
|
||||
</a-col>
|
||||
<!-- 缴费方式为打包的不显示发票 -->
|
||||
<a-col :xxl="8" :xl="12" :sm="24" v-if="model.payMode !== 3">
|
||||
<a-col :xxl="8" :xl="12" :sm="24">
|
||||
<label class="label">需要发票:</label><span>{{ model.needInvoice_dictText }}</span>
|
||||
</a-col>
|
||||
<!-- <a-col :xxl="8" :xl="12" :sm="24">-->
|
||||
|
||||
@@ -304,7 +304,7 @@ export default {
|
||||
if(this.$refs.formother){
|
||||
// 打包不显示行程信息
|
||||
if(record.payMode === 3){
|
||||
this.$refs.formother.payModeBool = true
|
||||
this.$refs.formother.payModeBool = false
|
||||
}
|
||||
// 缴费方式为汇款 需要显示发票字段
|
||||
if(record.payMode === 1){
|
||||
|
||||
Reference in New Issue
Block a user