|
@@ -4,9 +4,6 @@
|
|
|
<BaseHeaderLayout :leftSpan="15">
|
|
|
<template slot="left"> </template>
|
|
|
<template slot="right">
|
|
|
- <span style="width: 70px; display: inline-block; color: #8890b1"
|
|
|
- >状态:</span
|
|
|
- >
|
|
|
<ws-select
|
|
|
v-model="searchTypeText"
|
|
|
placeholder=""
|
|
@@ -326,11 +323,19 @@
|
|
|
>
|
|
|
<template slot-scope="scope" >
|
|
|
<div
|
|
|
- class="record"
|
|
|
+ style='display: inline-block;
|
|
|
+ color: #5878e8;
|
|
|
+ padding: 0 4px !important;
|
|
|
+ position: relative;
|
|
|
+ font-size: 14px;'
|
|
|
@click="nocomplete1(scope.row)"
|
|
|
v-if="scope.row.procurementPlanType != '现货'&&scope.row.deliveryUnpaid != null&&scope.row.deliveryUnpaid >0">去结算</div>
|
|
|
<div
|
|
|
- class="record"
|
|
|
+ style='display: inline-block;
|
|
|
+ color: #5878e8;
|
|
|
+ padding: 0 4px !important;
|
|
|
+ position: relative;
|
|
|
+ font-size: 14px;'
|
|
|
@click="nocomplete1(scope.row)"
|
|
|
v-else-if="scope.row.procurementPlanType != '现货'&&scope.row.deliveryUnpaid != null&&scope.row.deliveryUnpaid==0">已结算</div>
|
|
|
</template></el-table-column>
|
|
@@ -342,11 +347,19 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<div
|
|
|
- class="record"
|
|
|
+ style='display: inline-block;
|
|
|
+ color: #5878e8;
|
|
|
+ padding: 0 4px !important;
|
|
|
+ position: relative;
|
|
|
+ font-size: 14px;'
|
|
|
@click="nocomplete(scope.row)"
|
|
|
v-if="scope.row.procurementPlanType != '现货'&&scope.row.closedUnpaid != null&&scope.row.closedUnpaid >0">去结算</div>
|
|
|
<div
|
|
|
- class="record"
|
|
|
+ style='display: inline-block;
|
|
|
+ color: #5878e8;
|
|
|
+ padding: 0 4px !important;
|
|
|
+ position: relative;
|
|
|
+ font-size: 14px;'
|
|
|
@click="nocomplete(scope.row)"
|
|
|
v-else-if="scope.row.procurementPlanType != '现货'&&scope.row.closedUnpaid != null&&scope.row.closedUnpaid ==0">已结算</div>
|
|
|
</template></el-table-column>
|
|
@@ -1944,6 +1957,9 @@ export default {
|
|
|
overflow: scroll;
|
|
|
height: 93vh;
|
|
|
}
|
|
|
+.typeselect{
|
|
|
+ margin-right:10px;
|
|
|
+}
|
|
|
.button-container {
|
|
|
display: flex;
|
|
|
flex-wrap: nowrap;
|