|
@@ -27,18 +27,8 @@
|
|
|
width="70">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.accountingnodes">
|
|
|
- <div v-if="scope.row.accountingnodes.ordercheck.length > 0">
|
|
|
- <div style="color: red">是</div>
|
|
|
- </div>
|
|
|
- <div v-else>
|
|
|
- <div v-if="scope.row.accountingnodes.ordercheck.isused == '1'" style="color: red">是</div>
|
|
|
- <div v-else>--</div>
|
|
|
- </div>
|
|
|
+ <indexNew :data="scope.row.accountingnodes.ordercheck"></indexNew>
|
|
|
</div>
|
|
|
- <div v-else>--</div>
|
|
|
-
|
|
|
-<!-- <div v-if="scope.row.point == '订单审核'" style="color: red">是</div>
|
|
|
- <div v-else>--</div>-->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
@@ -47,17 +37,9 @@
|
|
|
width="70">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.accountingnodes">
|
|
|
- <div v-if="scope.row.accountingnodes.ordercheck.length > 0">
|
|
|
- <tableColumn :data="scope.row.accountingnodes.ordercheck" name="days"></tableColumn>
|
|
|
- </div>
|
|
|
- <div v-else>
|
|
|
- <div v-if="scope.row.accountingnodes.ordercheck.days">{{scope.row.accountingnodes.ordercheck.days}}</div>
|
|
|
- <div v-else>--</div>
|
|
|
- </div>
|
|
|
+ <tableColumn :data="scope.row.accountingnodes.ordercheck" name="days"></tableColumn>
|
|
|
</div>
|
|
|
<div v-else>--</div>
|
|
|
-<!-- <div v-if="scope.row.point == '订单审核'">{{scope.row.days}}</div>
|
|
|
- <div v-else>--</div>-->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
@@ -67,14 +49,7 @@
|
|
|
width="70">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.accountingnodes">
|
|
|
- <div v-if="scope.row.accountingnodes.ordercheck.length > 0">
|
|
|
- <tableColumn :data="scope.row.accountingnodes.ordercheck" name="amountrate"></tableColumn>
|
|
|
- </div>
|
|
|
- <div v-else>
|
|
|
- <div v-if="scope.row.accountingnodes.ordercheck.amountrate">{{scope.row.accountingnodes.ordercheck.amountrate}}%</div>
|
|
|
- <div v-else>--</div>
|
|
|
- </div>
|
|
|
-
|
|
|
+ <tableColumn :data="scope.row.accountingnodes.ordercheck" name="amountrate"></tableColumn>
|
|
|
</div>
|
|
|
<div v-else>--</div>
|
|
|
<!-- <div v-if="scope.row.point == '订单审核'">{{scope.row.amountrate * 100}}%</div>
|
|
@@ -91,15 +66,8 @@
|
|
|
width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.accountingnodes">
|
|
|
- <div v-if="scope.row.accountingnodes.logisticscheck.length > 0">
|
|
|
- <div style="color: red">是</div>
|
|
|
- </div>
|
|
|
- <div v-else>
|
|
|
- <div v-if="scope.row.accountingnodes.logisticscheck.isused == '1'" style="color: red">是</div>
|
|
|
- <div v-else>--</div>
|
|
|
- </div>
|
|
|
+ <indexNew :data="scope.row.accountingnodes.logisticscheck"></indexNew>
|
|
|
</div>
|
|
|
- <div v-else>--</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
@@ -109,13 +77,7 @@
|
|
|
width="70">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.accountingnodes">
|
|
|
- <div v-if="scope.row.accountingnodes.logisticscheck.length > 0">
|
|
|
- <tableColumn :data="scope.row.accountingnodes.logisticscheck" name="days"></tableColumn>
|
|
|
- </div>
|
|
|
- <div v-else>
|
|
|
- <div v-if="scope.row.accountingnodes.logisticscheck.days">{{scope.row.accountingnodes.logisticscheck.days}}</div>
|
|
|
- <div v-else>--</div>
|
|
|
- </div>
|
|
|
+ <tableColumn :data="scope.row.accountingnodes.logisticscheck" name="days"></tableColumn>
|
|
|
</div>
|
|
|
<div v-else>--</div>
|
|
|
</template>
|
|
@@ -126,13 +88,7 @@
|
|
|
width="70">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.accountingnodes">
|
|
|
- <div v-if="scope.row.accountingnodes.logisticscheck.length > 0">
|
|
|
- <tableColumn :data="scope.row.accountingnodes.logisticscheck" name="amountrate"></tableColumn>
|
|
|
- </div>
|
|
|
- <div v-else>
|
|
|
- <div v-if="scope.row.accountingnodes.logisticscheck.amountrate">{{scope.row.accountingnodes.logisticscheck.amountrate}}%</div>
|
|
|
- <div v-else>--</div>
|
|
|
- </div>
|
|
|
+ <tableColumn :data="scope.row.accountingnodes.logisticscheck" name="amountrate"></tableColumn>
|
|
|
</div>
|
|
|
<div v-else>--</div>
|
|
|
</template>
|
|
@@ -146,16 +102,9 @@
|
|
|
label="发票审核"
|
|
|
width="70">
|
|
|
<template slot-scope="scope">
|
|
|
- <div v-if="scope.row.accountingnodes">
|
|
|
- <div v-if="scope.row.accountingnodes.invoiceapplycheck.length > 0">
|
|
|
- <div style="color: red">是</div>
|
|
|
- </div>
|
|
|
- <div v-else>
|
|
|
- <div v-if="scope.row.accountingnodes.invoiceapplycheck.isused == '1'" style="color: red">是</div>
|
|
|
- <div v-else>--</div>
|
|
|
- </div>
|
|
|
+ <div v-if="scope.row.accountingnodes">
|
|
|
+ <indexNew :data="scope.row.accountingnodes.invoiceapplycheck"></indexNew>
|
|
|
</div>
|
|
|
- <div v-else>--</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
@@ -165,14 +114,7 @@
|
|
|
width="70">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.accountingnodes">
|
|
|
- <div v-if="scope.row.accountingnodes.invoiceapplycheck.length > 0">
|
|
|
- <tableColumn :data="scope.row.accountingnodes.invoiceapplycheck" name="days"></tableColumn>
|
|
|
- </div>
|
|
|
- <div v-else>
|
|
|
- <div v-if="scope.row.accountingnodes.invoiceapplycheck.days">{{scope.row.accountingnodes.invoiceapplycheck.days}}</div>
|
|
|
- <div v-else>--</div>
|
|
|
- </div>
|
|
|
-
|
|
|
+ <tableColumn :data="scope.row.accountingnodes.invoiceapplycheck" name="days"></tableColumn>
|
|
|
</div>
|
|
|
<div v-else>--</div>
|
|
|
</template>
|
|
@@ -183,14 +125,7 @@
|
|
|
width="70">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.accountingnodes">
|
|
|
- <div v-if="scope.row.accountingnodes.invoiceapplycheck.length > 0">
|
|
|
<tableColumn :data="scope.row.accountingnodes.invoiceapplycheck" name="amountrate"></tableColumn>
|
|
|
- </div>
|
|
|
- <div v-else>
|
|
|
- <div v-if="scope.row.accountingnodes.invoiceapplycheck.amountrate">{{scope.row.accountingnodes.invoiceapplycheck.amountrate}}%</div>
|
|
|
- <div v-else>--</div>
|
|
|
- </div>
|
|
|
-
|
|
|
</div>
|
|
|
<div v-else>--</div>
|
|
|
</template>
|
|
@@ -223,13 +158,14 @@
|
|
|
<script>
|
|
|
import edit from '../components/edit'
|
|
|
import tableColumn from "@/HDrpManagement/collectionRule/components/tableColumn";
|
|
|
+import indexNew from "@/HDrpManagement/collectionRule/components/indexNew";
|
|
|
export default {
|
|
|
props:['tableData'],
|
|
|
data () {
|
|
|
return {
|
|
|
}
|
|
|
},
|
|
|
- components:{edit,tableColumn},
|
|
|
+ components:{edit,tableColumn,indexNew},
|
|
|
methods: {
|
|
|
goDetail (data) {
|
|
|
let query = {id:data.sa_receivableruleid,rowindex:data.rowindex}
|