소스 검색

银农支出详情附件排序

jingqu
张泽亮 3 달 전
부모
커밋
02d3441d0f
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalDetail.vue

+ 6
- 0
src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalDetail.vue 파일 보기

@@ -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 => {


불러오는 중...
취소
저장