ソースを参照

银农支出详情附件排序

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


読み込み中…
キャンセル
保存