Browse Source

银农支出详情附件排序

jingqu
张泽亮 3 months ago
parent
commit
02d3441d0f
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalDetail.vue

+ 6
- 0
src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalDetail.vue View File

@@ -413,6 +413,8 @@
tableName: "t_yinnong_transfer",
bizPath: "transfer",
fileType: "1",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData1).then(res => {
res.rows.map(r => {
@@ -427,6 +429,8 @@
tableName: "t_yinnong_transfer",
bizPath: "transfer",
fileType: "2",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData2).then(res => {
res.rows.map(r => {
@@ -441,6 +445,8 @@
tableName: "t_yinnong_transfer",
bizPath: "transfer",
fileType: "3",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData3).then(res => {
res.rows.map(r => {


Loading…
Cancel
Save