|
@@ -5,6 +5,7 @@
|
|
|
:mainAreaData="mainAreaData"
|
|
|
:turnPageId="20240902102903"
|
|
|
idname="sa_endcustserviceorderid"
|
|
|
+ :editData="mainData"
|
|
|
:titleText="mainData.billno"
|
|
|
:tabs="isShowSn?['服务商品','工单']:['工单']"
|
|
|
@pageChange="pageChange">
|
|
@@ -13,14 +14,14 @@
|
|
|
</div>
|
|
|
<div slot="slot0" >
|
|
|
<tableTemplate v-if="isShowSn" :param="SNParam" height="calc(100vh - 380px)" :tablecols="SNTablecols" @listData="listData"></tableTemplate>
|
|
|
- <tableTemplate v-else :param="workParam" height="calc(100vh - 380px)" :tablecols="workTablecols">
|
|
|
+ <tableTemplate v-if="!isShowSn" :param="workParam" height="calc(100vh - 380px)" :tablecols="workTablecols">
|
|
|
<template v-slot:detail="scope">
|
|
|
<el-button type="text" size="mini" class="inline-16" @click="goDetail(scope.data)">详 情</el-button>
|
|
|
</template>
|
|
|
</tableTemplate>
|
|
|
</div>
|
|
|
<div slot="slot1" >
|
|
|
- <tableTemplate :param="workParam" height="calc(100vh - 380px)" :tablecols="workTablecols">
|
|
|
+ <tableTemplate :param="workParam" height="calc(100vh - 380px)" :tablecols="workTablecols">
|
|
|
<template v-slot:detail="scope">
|
|
|
<el-button type="text" size="mini" class="inline-16" @click="goDetail(scope.data)">详 情</el-button>
|
|
|
</template>
|