|
@@ -838,6 +838,7 @@
|
|
v-if="!isNullES(detailInfo.opinionType)"
|
|
v-if="!isNullES(detailInfo.opinionType)"
|
|
class="hc-task-body-tip hc-flex h-30px"
|
|
class="hc-task-body-tip hc-flex h-30px"
|
|
>
|
|
>
|
|
|
|
+ <span class="mr-14px">施工单位送审金额:{{ submitApprovalMoney }}</span>
|
|
<!-- 183系统显示施工单位送审金额: -->
|
|
<!-- 183系统显示施工单位送审金额: -->
|
|
<span v-if="website.localModel" class="mr-14px">报表实际支付金额:{{ reportAllMoney }}元</span>
|
|
<span v-if="website.localModel" class="mr-14px">报表实际支付金额:{{ reportAllMoney }}元</span>
|
|
<span v-else class="mr-14px">实际支付总金额:{{ reportAllMoney }}元</span>
|
|
<span v-else class="mr-14px">实际支付总金额:{{ reportAllMoney }}元</span>
|
|
@@ -1028,6 +1029,7 @@ const progressMoney = ref('0')
|
|
const meterApproveOpinion1 = ref({})
|
|
const meterApproveOpinion1 = ref({})
|
|
const meterApproveOpinion2 = ref({})
|
|
const meterApproveOpinion2 = ref({})
|
|
const isLoading = ref(false)
|
|
const isLoading = ref(false)
|
|
|
|
+const submitApprovalMoney = ref(0)
|
|
|
|
|
|
const getTableDetail = async () => {
|
|
const getTableDetail = async () => {
|
|
isLoading.value = true
|
|
isLoading.value = true
|
|
@@ -1040,6 +1042,7 @@ const getTableDetail = async () => {
|
|
flowList.value = getArrValue(taskProcessInfo)
|
|
flowList.value = getArrValue(taskProcessInfo)
|
|
reportAllMoney.value = infoData.reportAllMoney
|
|
reportAllMoney.value = infoData.reportAllMoney
|
|
progressMoney.value = infoData.progressMoney
|
|
progressMoney.value = infoData.progressMoney
|
|
|
|
+ submitApprovalMoney.value = infoData?.submitApprovalMoney
|
|
detailInfo.value = infoData
|
|
detailInfo.value = infoData
|
|
if (rowInfo.value?.fixedFlowId) {
|
|
if (rowInfo.value?.fixedFlowId) {
|
|
const list = [...flowList.value]
|
|
const list = [...flowList.value]
|