Эх сурвалжийг харах

收支流水列表调整, 打款摘要回填请款说明

lxf 1 жил өмнө
parent
commit
d920388e9a

+ 1 - 0
src/views/finance/fundManage/accountPayment/index.vue

@@ -719,6 +719,7 @@ const getTreeList = () => {
 const getDtl = (row) => {
   proxy.post("/accountPayment/detail", { id: row.id }).then((res) => {
     formData.data = res;
+    formData.data.remark = proxy.deepClone(res.paymentRemark);
     formData.data.expensesTime = moment().format("yyyy-MM-DD HH:mm:ss");
     proxy.post("/fileInfo/getList", { businessIdList: [row.id] }).then((fileObj) => {
       formData.data.fileList = fileObj[row.id] || [];

+ 16 - 16
src/views/finance/fundManage/accountStatement/index.vue

@@ -338,16 +338,23 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "关联销售合同",
-        slot: "contractCodes",
-        width: 160,
+        label: "资金账户",
+        prop: "accountManagementName",
+        width: 200,
       },
     },
     {
       attrs: {
-        label: "资金账户",
-        prop: "accountManagementName",
-        width: 200,
+        label: "币种",
+        prop: "currency",
+        width: 100,
+      },
+    },
+    {
+      attrs: {
+        label: "关联销售合同",
+        slot: "contractCodes",
+        width: 160,
       },
     },
     {
@@ -359,9 +366,9 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "币种",
-        prop: "currency",
-        width: 100,
+        label: "摘要",
+        prop: "remarks",
+        "min-width": 300,
       },
     },
     {
@@ -387,13 +394,6 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "摘要",
-        prop: "remarks",
-        "min-width": 300,
-      },
-    },
-    {
-      attrs: {
         label: "对方账户",
         prop: "name",
         width: 200,