Browse Source

审批附件排序

jingqu
张泽亮 2 months ago
parent
commit
d608380586
5 changed files with 26 additions and 0 deletions
  1. +6
    -0
      src/views/yinnong/bankAgriculture/paymentApproval/approvalApproval.vue
  2. +6
    -0
      src/views/yinnong/bankAgriculture/paymentApproval/approvalApproval10.vue
  3. +6
    -0
      src/views/yinnong/bankAgriculture/paymentApproval/approvalApproval11.vue
  4. +6
    -0
      src/views/yinnong/bankAgriculture/paymentApproval/approvalApproval12.vue
  5. +2
    -0
      src/views/yinnong/bankAgriculture/paymentApproval/approvalApproval13.vue

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

@@ -358,6 +358,8 @@
tableName: "t_yinnong_transfer",
bizPath: "transfer",
fileType: "1",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData1).then(res => {
res.rows.map(r => {
@@ -372,6 +374,8 @@
tableName: "t_yinnong_transfer",
bizPath: "transfer",
fileType: "2",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData2).then(res => {
res.rows.map(r => {
@@ -386,6 +390,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/yinnong/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/yinnong/bankAgriculture/paymentApproval/approvalApproval11.vue View File

@@ -341,6 +341,8 @@
tableName: "t_yinnong_transfer",
bizPath: "yinnong",
fileType: "1",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData1).then(res => {
res.rows.map(r => {
@@ -355,6 +357,8 @@
tableName: "t_yinnong_transfer",
bizPath: "yinnong",
fileType: "2",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData2).then(res => {
res.rows.map(r => {
@@ -369,6 +373,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/yinnong/bankAgriculture/paymentApproval/approvalApproval12.vue View File

@@ -375,6 +375,8 @@
tableName: "t_yinnong_transfer",
bizPath: "yinnong",
fileType: "1",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData1).then(res => {
res.rows.map(r => {
@@ -387,6 +389,8 @@
tableName: "t_yinnong_transfer",
bizPath: "yinnong",
fileType: "2",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData2).then(res => {
res.rows.map(r => {
@@ -399,6 +403,8 @@
tableName: "t_yinnong_transfer",
bizPath: "yinnong",
fileType: "3",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData3).then(res => {
res.rows.map(r => {


+ 2
- 0
src/views/yinnong/bankAgriculture/paymentApproval/approvalApproval13.vue View File

@@ -339,6 +339,8 @@
tableName: 't_yinnong_majorevent',
bizPath: "yinnong",
fileType: "",
orderByColumn: "fileName",
isAsc: "asc",
}
attachmentList(oData).then(res => {
res.rows.map(r => {


Loading…
Cancel
Save