Browse Source

no message

ly 1 year ago
parent
commit
1a75de7c67

+ 7 - 5
src/views/business/financial/collection/form.vue

@@ -248,6 +248,13 @@
                       <span>{{ rowNum(scope.row.amount) }}</span>
                     </template>
                   </el-table-column>
+           
+                  <el-table-column label="已收款金额" prop="arrived" width="150" align="right" header-align="center">
+                    <template #default="scope">
+                      <span>{{ rowNum(scope.row.arrived) }}</span>
+                    </template>
+                  </el-table-column>
+
                   <el-table-column label="待收款金额" width="150" align="center">
                     <template #default="scope">
                       {{
@@ -256,11 +263,6 @@
 
                     </template>
                   </el-table-column>
-                  <el-table-column label="已收款金额" prop="arrived" width="150" align="right" header-align="center">
-                    <template #default="scope">
-                      <span>{{ rowNum(scope.row.arrived) }}</span>
-                    </template>
-                  </el-table-column>
                   <el-table-column label="本次收款金额" prop="arriveAmount" width="150" header-align="center" align="right">
                     <template #default="scope">
                       <template v-if="editStatus">

+ 6 - 5
src/views/business/financial/contract/form.vue

@@ -213,6 +213,12 @@
                       <span>{{ rowNum(scope.row.amount) }}</span>
                     </template>
                   </el-table-column>
+             
+                  <el-table-column label="已收款金额" prop="arrived" width="150" align="center">
+                    <template #default="scope">
+                      <span>{{ rowNum(scope.row.arrived) }}</span>
+                    </template>
+                  </el-table-column>
                   <el-table-column label="待收款金额"  width="150" align="center">
                     <template #default="scope">
                       {{
@@ -221,11 +227,6 @@
                       
                     </template>
                   </el-table-column>
-                  <el-table-column label="已收款金额" prop="arrived" width="150" align="center">
-                    <template #default="scope">
-                      <span>{{ rowNum(scope.row.arrived) }}</span>
-                    </template>
-                  </el-table-column>
                   <el-table-column label="本次收款金额" prop="arriveAmount" width="150" align="center">
                     <template #default="scope">
                       <template v-if="editStatus">