Pārlūkot izejas kodu

银农-银行转账申请、备付金支出申请测试问题处理

rongxin_test
Xyq123* pirms 1 gada
vecāks
revīzija
fc3d2d6da7
2 mainītis faili ar 6 papildinājumiem un 6 dzēšanām
  1. +3
    -3
      src/views/yinnong/bankAgriculture/paymentApproval/approvalApproval.vue
  2. +3
    -3
      src/views/yinnong/bankAgriculture/paymentApproval/approvalApproval11.vue

+ 3
- 3
src/views/yinnong/bankAgriculture/paymentApproval/approvalApproval.vue Parādīt failu

@@ -364,7 +364,7 @@
let baseUrl = location.protocol+"//"+location.host+request.defaults.baseURL let baseUrl = location.protocol+"//"+location.host+request.defaults.baseURL
let subIndex = r.fileName.lastIndexOf("."); let subIndex = r.fileName.lastIndexOf(".");
let ext = r.fileName.substring(subIndex + 1, r.fileName.length); let ext = r.fileName.substring(subIndex + 1, r.fileName.length);
this.fileList1.push({"url": baseUrl + r.fileUrl, "file": new File([], r.fileName, {}), "id": r.id,"type":ext})
this.fileList1.push({"url": baseUrl + r.fileUrl, "file": new File([], r.fileName, {}), "id": r.id,"type":ext,"fileName":r.fileName})
}) })
}) })
let oData2= { let oData2= {
@@ -378,7 +378,7 @@
let baseUrl = location.protocol+"//"+location.host+request.defaults.baseURL let baseUrl = location.protocol+"//"+location.host+request.defaults.baseURL
let subIndex = r.fileName.lastIndexOf("."); let subIndex = r.fileName.lastIndexOf(".");
let ext = r.fileName.substring(subIndex + 1, r.fileName.length); let ext = r.fileName.substring(subIndex + 1, r.fileName.length);
this.fileList2.push({"url": baseUrl + r.fileUrl, "file": new File([], r.fileName, {}), "id": r.id,"type":ext})
this.fileList2.push({"url": baseUrl + r.fileUrl, "file": new File([], r.fileName, {}), "id": r.id,"type":ext,"fileName":r.fileName})
}) })
}) })
let oData3= { let oData3= {
@@ -392,7 +392,7 @@
let baseUrl = location.protocol+"//"+location.host+request.defaults.baseURL let baseUrl = location.protocol+"//"+location.host+request.defaults.baseURL
let subIndex = r.fileName.lastIndexOf("."); let subIndex = r.fileName.lastIndexOf(".");
let ext = r.fileName.substring(subIndex + 1, r.fileName.length); let ext = r.fileName.substring(subIndex + 1, r.fileName.length);
this.fileList3.push({"url": baseUrl + r.fileUrl, "file": new File([], r.fileName, {}), "id": r.id,"type":ext})
this.fileList3.push({"url": baseUrl + r.fileUrl, "file": new File([], r.fileName, {}), "id": r.id,"type":ext,"fileName":r.fileName})
}) })
}) })
}, },


+ 3
- 3
src/views/yinnong/bankAgriculture/paymentApproval/approvalApproval11.vue Parādīt failu

@@ -347,7 +347,7 @@
let baseUrl = location.protocol+"//"+location.host+request.defaults.baseURL let baseUrl = location.protocol+"//"+location.host+request.defaults.baseURL
let subIndex = r.fileName.lastIndexOf("."); let subIndex = r.fileName.lastIndexOf(".");
let ext = r.fileName.substring(subIndex + 1, r.fileName.length); let ext = r.fileName.substring(subIndex + 1, r.fileName.length);
this.fileList1.push({"url": baseUrl + r.fileUrl, "file": new File([], r.fileName, {}), "id": r.id,"type":ext})
this.fileList1.push({"url": baseUrl + r.fileUrl, "file": new File([], r.fileName, {}), "id": r.id,"type":ext,"fileName":r.fileName})
}) })
}) })
let oData2= { let oData2= {
@@ -361,7 +361,7 @@
let baseUrl = location.protocol+"//"+location.host+request.defaults.baseURL let baseUrl = location.protocol+"//"+location.host+request.defaults.baseURL
let subIndex = r.fileName.lastIndexOf("."); let subIndex = r.fileName.lastIndexOf(".");
let ext = r.fileName.substring(subIndex + 1, r.fileName.length); let ext = r.fileName.substring(subIndex + 1, r.fileName.length);
this.fileList2.push({"url": baseUrl + r.fileUrl, "file": new File([], r.fileName, {}), "id": r.id,"type":ext})
this.fileList2.push({"url": baseUrl + r.fileUrl, "file": new File([], r.fileName, {}), "id": r.id,"type":ext,"fileName":r.fileName})
}) })
}) })
let oData3= { let oData3= {
@@ -375,7 +375,7 @@
let baseUrl = location.protocol+"//"+location.host+request.defaults.baseURL let baseUrl = location.protocol+"//"+location.host+request.defaults.baseURL
let subIndex = r.fileName.lastIndexOf("."); let subIndex = r.fileName.lastIndexOf(".");
let ext = r.fileName.substring(subIndex + 1, r.fileName.length); let ext = r.fileName.substring(subIndex + 1, r.fileName.length);
this.fileList3.push({"url": baseUrl + r.fileUrl, "file": new File([], r.fileName, {}), "id": r.id,"type":ext})
this.fileList3.push({"url": baseUrl + r.fileUrl, "file": new File([], r.fileName, {}), "id": r.id,"type":ext,"fileName":r.fileName})
}) })
}) })
}, },


Notiek ielāde…
Atcelt
Saglabāt