【fix:bug87963】-20240801 修改-缴费方式为 打包的时候也要待确收金额
This commit is contained in:
@@ -26,9 +26,9 @@
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<!-- 只有编辑的时候并且缴费方式不是打包, 显示 待确收金额 税率 税额 等信息 -->
|
<!-- 只有编辑的时候并且缴费方式不是打包, 显示 待确收金额 税率 税额 等信息 !!$route.query.id && identifyType === 2 && !payModeBool -->
|
||||||
<template v-if="!!$route.query.id && identifyType === 2 && !payModeBool">
|
<!--20240801 修改-缴费方式为 打包的时候也要待确收金额-->
|
||||||
|
<template v-if="!!$route.query.id && identifyType === 2">
|
||||||
<!-- 到账后 待确收金额 税率不能编辑 -->
|
<!-- 到账后 待确收金额 税率不能编辑 -->
|
||||||
<a-row :gutter="24">
|
<a-row :gutter="24">
|
||||||
<a-col :xxl="8" :xl="12" :sm="24">
|
<a-col :xxl="8" :xl="12" :sm="24">
|
||||||
|
|||||||
Reference in New Issue
Block a user