|
@@ -314,8 +314,8 @@
|
|
|
<el-tag v-show="row.examineStatus == 'FAIL'" size="mini" type="danger">不通过</el-tag>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
-<!-- <el-table-column align="right" label="数量" prop="hasSendQty" min-width="160" show-overflow-tooltip />-->
|
|
|
-<!-- <el-table-column align="right" label="金额" prop="hasSendQty" min-width="160" show-overflow-tooltip />-->
|
|
|
+ <!-- <el-table-column align="right" label="数量" prop="hasSendQty" min-width="160" show-overflow-tooltip />-->
|
|
|
+ <!-- <el-table-column align="right" label="金额" prop="hasSendQty" min-width="160" show-overflow-tooltip />-->
|
|
|
<el-table-column
|
|
|
align="left"
|
|
|
label="工程登录编号"
|
|
@@ -573,7 +573,7 @@
|
|
|
>详情
|
|
|
</el-button>
|
|
|
<el-popconfirm
|
|
|
- v-if="scope.row.examineStatus == 'OK' && !scope.row.isRefundDeposit"
|
|
|
+ v-if="scope.row.examineStatus == 'OK' && !scope.row.isRefundDeposit && !scope.row.takeDeposit"
|
|
|
style="margin-left: 10px"
|
|
|
title="二次退押吗?"
|
|
|
@onConfirm="secondRefund(scope.row)"
|