Commit 7a0c7fb0 authored by 罗超's avatar 罗超

no message

parent 6c2254e2
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
:options="classList" option-label="allName" option-value="ClassId" emit-value map-options @filter="classfilter" :options="classList" option-label="allName" option-value="ClassId" emit-value map-options @filter="classfilter"
:rules="[val => !!val || '请选择班级']" @input='filterCourseFn($event,props.rowIndex)'/> :rules="[val => !!val || '请选择班级']" @input='filterCourseFn($event,props.rowIndex)'/>
<q-input v-show="model.Type==3" dense standout filled v-model="props.row.OrderId" <q-input v-show="model.Type==3" dense standout filled v-model="props.row.OrderId"
placeholder="订单ID" :rules="[val => !!val || '请输入约课订单']" @blur='filterOrderFn($event,props.rowIndex)'/> label="订单ID" :rules="[val => !!val || '请输入约课订单']" @blur='filterOrderFn($event,props.rowIndex)'/>
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-Name="props"> <template v-slot:body-cell-Name="props">
...@@ -636,7 +636,6 @@ import { ...@@ -636,7 +636,6 @@ import {
arr.push(obj) arr.push(obj)
}) })
this.dataList_class=arr this.dataList_class=arr
// console.log(value)
}, },
//显示耗材列表 //显示耗材列表
showhaocai(index){ showhaocai(index){
......
...@@ -764,7 +764,7 @@ ...@@ -764,7 +764,7 @@
</template> </template>
</div> </div>
<div class="row wrap"> <div class="row wrap">
<div class="finance row" v-for="(x, j) in item.RefundFinanceList" v-if="x.OtherType != 45" :key="j" <div class="finance row" v-for="(x, j) in item.RefundFinanceList" v-if="x.OtherType != 45||x.OtherType != 33" :key="j"
:style="{ :style="{
background: background:
x.ColorState == 1 x.ColorState == 1
......
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