|
@@ -382,8 +382,9 @@
|
|
<el-radio label="2" :disabled="detail.flag != 2">佛山经销商</el-radio>
|
|
<el-radio label="2" :disabled="detail.flag != 2">佛山经销商</el-radio>
|
|
</el-radio-group>
|
|
</el-radio-group>
|
|
</el-row>
|
|
</el-row>
|
|
- <div class="table">
|
|
|
|
|
|
+ <div class="table" >
|
|
<template v-if="$parent.isShow != 5">
|
|
<template v-if="$parent.isShow != 5">
|
|
|
|
+ <template v-if="detail.flag == 0">
|
|
<el-table
|
|
<el-table
|
|
v-loading="listLoading"
|
|
v-loading="listLoading"
|
|
:data="custoList"
|
|
:data="custoList"
|
|
@@ -407,6 +408,7 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
|
|
+
|
|
<!-- 分页 -->
|
|
<!-- 分页 -->
|
|
<div style="margin: 20px 0">
|
|
<div style="margin: 20px 0">
|
|
<el-pagination
|
|
<el-pagination
|
|
@@ -420,6 +422,7 @@
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
+ </template>
|
|
<template v-else>
|
|
<template v-else>
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
<el-col :span="10" :offset="0">
|
|
<el-col :span="10" :offset="0">
|
|
@@ -653,6 +656,9 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
<div v-if="$parent.isShow == 8 && detail.examineStatus == 'WAIT'" class="descriptions diy-table-1">
|
|
<div v-if="$parent.isShow == 8 && detail.examineStatus == 'WAIT'" class="descriptions diy-table-1">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="6">审核人</el-col>
|
|
<el-col :span="6">审核人</el-col>
|