add:合同导出功能

This commit is contained in:
zhangzq
2026-02-04 16:24:30 +08:00
parent 36a20f3ddc
commit f85db46bd5
24 changed files with 2019 additions and 1959 deletions

View File

@@ -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) {