Преглед на файлове

fix: 更新应付明细表格字段名称和布局

xieyong преди 2 дни
родител
ревизия
a8f95fc64f
променени са 1 файла, в които са добавени 26 реда и са изтрити 8 реда
  1. 26 8
      src/views/purchasingManage/purchaseOrder/accountstatement/components/payablesInfo.vue

+ 26 - 8
src/views/purchasingManage/purchaseOrder/accountstatement/components/payablesInfo.vue

@@ -194,19 +194,37 @@
             slot: 'paymentConditionName'
           },
           {
-            minWidth: 170,
-            prop: 'unreconciledAdvanceConfirmAmount',
-            label: '未对账预付款确收金额',
+            prop: 'prepayTotalAmt',
+            minWidth: 160,
+            label: '预付合计金额',
             align: 'center',
-            showOverflowTooltip: true
           },
           {
-            minWidth: 190,
-            prop: 'statementAdvanceConfirmAmount',
-            label: '本次对账预付款确收金额',
+            prop: 'confirmedPrepayAmt',
+            minWidth: 160,
+            label: '累计预付确付金额',
+            align: 'center',
+          },
+          {
+            prop: 'unpaidPrepayAmt',
+            minWidth: 160,
+            label: '未付预付余额',
             align: 'center',
-            // slot: 'statementAdvanceConfirmAmount'
           },
+          // {
+          //   minWidth: 170,
+          //   prop: 'unreconciledAdvanceConfirmAmount',
+          //   label: '未对账预付款确收金额',
+          //   align: 'center',
+          //   showOverflowTooltip: true
+          // },
+          // {
+          //   minWidth: 190,
+          //   prop: 'statementAdvanceConfirmAmount',
+          //   label: '本次对账预付款确收金额',
+          //   align: 'center',
+          //   // slot: 'statementAdvanceConfirmAmount'
+          // },
           {
             minWidth: 120,
             prop: 'statementAmount',