Browse Source

2323-5-12

master
guoxing 2 years ago
parent
commit
460fcb9d76
  1. 2
      yxt-supervise-cyf/yxt-supervise-cyf-ui/src/views/supervise/oilTypeInBound/index.vue
  2. 2
      yxt-supervise-cyf/yxt-supervise-cyf-ui/src/views/supervise/oilTypeOutBound/index.vue
  3. 20
      yxt-supervise-cyf/yxt-supervise-cyf-ui/src/views/supervise/recordOilTank/index.vue

2
yxt-supervise-cyf/yxt-supervise-cyf-ui/src/views/supervise/oilTypeInBound/index.vue

@ -99,7 +99,6 @@
tankLists: [],
tankList: [],
imgList: [],
imgList2: [],
formobj: {
sid: "",
contractNumber: "",
@ -189,7 +188,6 @@
}
this.imgList = []
this.imgList2 = []
} else {
// resp.code
}

2
yxt-supervise-cyf/yxt-supervise-cyf-ui/src/views/supervise/oilTypeOutBound/index.vue

@ -95,7 +95,6 @@
tankLists: [],
tankList: [],
imgList: [],
imgList2: [],
formobj: {
sid: "",
salesContractNumber: "",
@ -187,7 +186,6 @@
}
this.imgList = []
this.imgList2 = []
} else {
// resp.code
}

20
yxt-supervise-cyf/yxt-supervise-cyf-ui/src/views/supervise/recordOilTank/index.vue

@ -53,11 +53,11 @@
tankLists: [],
tankList: [],
imgList: [],
imgList2: [],
formobj: {
tankName: "",
tankSid: "",
height: ""
height: "",
crudeOilRecordFile:[],
}
}
},
@ -97,8 +97,10 @@
tankName: "",
tankSid: "",
height: "",
crudeOilRecordFile:[],
}
this.imgList=[]
} else {
// resp.code
}
@ -119,13 +121,13 @@
},
backData(value) {
console.log("backData>>>>>", value)
// const aa = []
// if (value.length > 0 && value != null && value != undefined) {
// for (var i = 0; i < value.length; i++) {
// aa.push(value[i].url)
// }
// }
// this.formobj.businessLicenseFiles = aa
const aa = []
if (value.length > 0 && value != null && value != undefined) {
for (var i = 0; i < value.length; i++) {
aa.push(value[i].url)
}
}
this.formobj.crudeOilRecordFile = aa
},
}

Loading…
Cancel
Save