|
@@ -12,25 +12,21 @@
|
|
|
delApiId="20221101100702"
|
|
delApiId="20221101100702"
|
|
|
idname="sat_orderclueuploadbillid"
|
|
idname="sat_orderclueuploadbillid"
|
|
|
tags=""
|
|
tags=""
|
|
|
- :tabs="['详细信息','线索表体']"
|
|
|
|
|
|
|
+ :tabs="['详细信息','线索']"
|
|
|
@pageChange="pageChange"
|
|
@pageChange="pageChange"
|
|
|
@onEditSuccess="queryMainData($route.query.id)"
|
|
@onEditSuccess="queryMainData($route.query.id)"
|
|
|
@detailCreate="detailCreate">
|
|
@detailCreate="detailCreate">
|
|
|
<div slot="tags">
|
|
<div slot="tags">
|
|
|
</div>
|
|
</div>
|
|
|
<div slot="customOperation">
|
|
<div slot="customOperation">
|
|
|
- <div v-if="tool.checkAuth($route.name,'update') && mainData.status === '待审核'" class="container normal-panel sticky inline-16">
|
|
|
|
|
|
|
+ <!-- <div v-if="tool.checkAuth($route.name,'update') && mainData.status === '待审核'" class="container normal-panel sticky inline-16">
|
|
|
<save @onSave="updateOrderclueuploadbill"></save>
|
|
<save @onSave="updateOrderclueuploadbill"></save>
|
|
|
- <!-- <switchData></switchData> -->
|
|
|
|
|
- </div>
|
|
|
|
|
- <el-popover placement="bottom" style="20px">
|
|
|
|
|
- <onDel v-if="tool.checkAuth($route.name,'delete') && mainData.status === '待审核'"></onDel>
|
|
|
|
|
- <onCheck v-if="tool.checkAuth($route.name,'check')" :status="mainData.status" @onSuccess="queryMainData"></onCheck>
|
|
|
|
|
- <el-button size="mini" slot="reference" icon="el-icon-more"></el-button>
|
|
|
|
|
- </el-popover>
|
|
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+ <!-- <onDel v-if="tool.checkAuth($route.name,'delete') && mainData.status === '待审核'"></onDel> -->
|
|
|
|
|
+ <onCheck v-if="tool.checkAuth($route.name,'check')" :status="mainData.status" @onSuccess="queryMainData"></onCheck>
|
|
|
</div>
|
|
</div>
|
|
|
<div slot="slot0" class="container normal-panel">
|
|
<div slot="slot0" class="container normal-panel">
|
|
|
- <BaseInfo :detailInfo="detailInfo"/>
|
|
|
|
|
|
|
+ <BaseInfo :detailInfo="detailInfo"></BaseInfo>
|
|
|
</div>
|
|
</div>
|
|
|
<div slot="slot1" class="container normal-panel">
|
|
<div slot="slot1" class="container normal-panel">
|
|
|
<billBody :mainData="mainData"/>
|
|
<billBody :mainData="mainData"/>
|
|
@@ -40,12 +36,14 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
-import BaseInfo from '@/HDrpManagement/projectChange/modules/modules/baseInfo/baseInfo'
|
|
|
|
|
import save from './modules/op_save.vue'
|
|
import save from './modules/op_save.vue'
|
|
|
import onDel from './modules/op_del.vue'
|
|
import onDel from './modules/op_del.vue'
|
|
|
import onCheck from './modules/op_check.vue'
|
|
import onCheck from './modules/op_check.vue'
|
|
|
import switchData from './modules/switchData.vue'
|
|
import switchData from './modules/switchData.vue'
|
|
|
import billBody from './modules/billBody.vue'
|
|
import billBody from './modules/billBody.vue'
|
|
|
|
|
+
|
|
|
|
|
+import BaseInfo from '@/HDrpManagement/projectChange/modules/modules/baseInfo/baseInfo'
|
|
|
|
|
+
|
|
|
export default {
|
|
export default {
|
|
|
name: "detail",
|
|
name: "detail",
|
|
|
data() {
|
|
data() {
|