Browse Source

审批附件排序

jingqu
张泽亮 2 months ago
parent
commit
d506dfdc00
3 changed files with 18 additions and 0 deletions
  1. +6
    -0
      src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalApproval.vue
  2. +6
    -0
      src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalApproval10.vue
  3. +6
    -0
      src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalApproval11.vue

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

@@ -301,6 +301,8 @@
tableName: "t_yinnong_transfer",
bizPath: "transfer",
fileType: "1",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData1).then(res => {
res.rows.map(r => {
@@ -313,6 +315,8 @@
tableName: "t_yinnong_transfer",
bizPath: "transfer",
fileType: "2",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData2).then(res => {
res.rows.map(r => {
@@ -325,6 +329,8 @@
tableName: "t_yinnong_transfer",
bizPath: "transfer",
fileType: "3",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData3).then(res => {
res.rows.map(r => {


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

@@ -289,6 +289,8 @@
tableName: "t_yinnong_transfer",
bizPath: "yinnong",
fileType: "1",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData1).then(res => {
res.rows.map(r => {
@@ -301,6 +303,8 @@
tableName: "t_yinnong_transfer",
bizPath: "yinnong",
fileType: "2",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData2).then(res => {
res.rows.map(r => {
@@ -313,6 +317,8 @@
tableName: "t_yinnong_transfer",
bizPath: "yinnong",
fileType: "3",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData3).then(res => {
res.rows.map(r => {


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

@@ -311,6 +311,8 @@
tableName: "t_yinnong_transfer",
bizPath: "yinnong",
fileType: "1",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData1).then(res => {
res.rows.map(r => {
@@ -323,6 +325,8 @@
tableName: "t_yinnong_transfer",
bizPath: "yinnong",
fileType: "2",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData2).then(res => {
res.rows.map(r => {
@@ -335,6 +339,8 @@
tableName: "t_yinnong_transfer",
bizPath: "yinnong",
fileType: "3",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData3).then(res => {
res.rows.map(r => {


Loading…
Cancel
Save