Commit b27af6d2 authored by youjie's avatar youjie

no message

parent 0e81c8a5
......@@ -40,7 +40,7 @@
<q-select v-show="model.Type==1" dense standout behavior="menu" filled v-model="props.row.ClassId" ref="class" use-input
:options="classList" option-label="allName" option-value="ClassId" emit-value map-options @filter="classfilter"
:rules="[val => !!val || '请选择班级']" @input='filterCourseFn($event,props.rowIndex)'/>
<q-input v-show="model.Type==3" dense standout filled v-model="props.row.OrderId" style="min-width: 200px;"
<q-input v-show="model.Type==3" dense standout filled v-model="props.row.OrderId" style="min-width: 150px;"
label="订单ID" :rules="[val => !!val || '请输入约课订单']" @blur='filterOrderFn($event,props.rowIndex)'/>
</q-td>
</template>
......@@ -90,7 +90,7 @@
<template v-slot:body-cell-caozuo="props">
<q-td :props="props" class="text-negative">
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="选择"
@click="showhaocai(props.rowIndex)" />
@click="showhaocai(props.row,props.rowIndex)" />
<q-btn flat size="xs" icon="iconfont icon-shanchu" color="negative" style="font-weight:400"
class="q-mr-xs" label="" @click="delhaocai_class(props.rowIndex)" />
</q-td>
......@@ -639,7 +639,12 @@ import {
this.dataList_class=arr
},
//显示耗材列表
showhaocai(index){
showhaocai(row,index){
if(row.haocaiList.length==0){
this.hccheckList = [];
}else{
this.hccheckList = row.haocaiList
}
// 1班级 2其他 3约课
if(this.model.Type){
this.haochaidig=true
......
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