add:合同导出功能
This commit is contained in:
@@ -509,7 +509,7 @@ export default {
|
||||
})
|
||||
},
|
||||
reLoad (row) {
|
||||
debugger
|
||||
|
||||
let price = JSON.parse(row.data)
|
||||
this.dataForm.priceType = String(price.priceType)
|
||||
this.dataForm.contractCode = price.contractCode
|
||||
@@ -670,7 +670,7 @@ export default {
|
||||
this.$refs.upload.submit();
|
||||
},
|
||||
submitPrice () {
|
||||
debugger
|
||||
|
||||
if (this.fileList.length > 0) {
|
||||
this.fileList.forEach(a => {
|
||||
if (a.size > 10 * 1024 * 1024) {
|
||||
|
||||
Reference in New Issue
Block a user