Bladeren bron

fix: 退押审批上交资料改为上交资料数量

Howie 2 jaren geleden
bovenliggende
commit
cd4843a9be

+ 3 - 3
src/views/deposit_home/components/refund_list-detail.vue

@@ -576,7 +576,7 @@
                 </div>
               </template>
             </el-table-column>
-            <el-table-column align="right" label="上交资料" prop="dataQty" min-width="160" show-overflow-tooltip>
+            <el-table-column align="right" label="上交资料数量" prop="dataQty" min-width="160" show-overflow-tooltip>
               <template slot-scope="scope">
                 <el-input
                   v-if="title !== '详情'"
@@ -1360,7 +1360,7 @@ export default {
           }
 
           if (!this.detailList.items.every(e => e.dataQty)) {
-            this.$confirm(`上交资料为0,是否继续提交`, '提示', {
+            this.$confirm(`上交资料数量为0,是否继续提交`, '提示', {
               confirmButtonText: '确定',
               cancelButtonText: '取消',
               type: 'warning'
@@ -1466,7 +1466,7 @@ export default {
           }
 
           if (!this.detailList.items.every(e => e.dataQty)) {
-            this.$confirm(`上交资料为0,是否继续提交`, '提示', {
+            this.$confirm(`上交资料数量为0,是否继续提交`, '提示', {
               confirmButtonText: '确定',
               cancelButtonText: '取消',
               type: 'warning'

+ 1 - 1
src/views/deposit_home/components/refund_reexamine.vue

@@ -562,7 +562,7 @@
                 </div>
               </template>
             </el-table-column>
-            <el-table-column align="right" label="上交资料" prop="dataQty" min-width="160" show-overflow-tooltip>
+            <el-table-column align="right" label="上交资料数量" prop="dataQty" min-width="160" show-overflow-tooltip>
               <template slot-scope="scope">
                 <el-input
                   v-if="title !== '详情'"

+ 3 - 3
src/views/deposit_home/components/refund_replenish.vue

@@ -562,7 +562,7 @@
                 </div>
               </template>
             </el-table-column>
-            <el-table-column align="right" label="上交资料" prop="dataQty" min-width="160" show-overflow-tooltip>
+            <el-table-column align="right" label="上交资料数量" prop="dataQty" min-width="160" show-overflow-tooltip>
               <template slot-scope="scope">
                 <el-input
                   v-if="title !== '详情'"
@@ -1255,7 +1255,7 @@ export default {
           }
 
           if (!this.detailList.items.every(e => e.dataQty)) {
-            this.$confirm(`上交资料为0,是否继续提交`, '提示', {
+            this.$confirm(`上交资料数量为0,是否继续提交`, '提示', {
               confirmButtonText: '确定',
               cancelButtonText: '取消',
               type: 'warning'
@@ -1361,7 +1361,7 @@ export default {
           }
 
           if (!this.detailList.items.every(e => e.dataQty)) {
-            this.$confirm(`上交资料为0,是否继续提交`, '提示', {
+            this.$confirm(`上交资料数量为0,是否继续提交`, '提示', {
               confirmButtonText: '确定',
               cancelButtonText: '取消',
               type: 'warning'