|
@@ -445,7 +445,7 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- this.$refs.uploadComponent.newUpload(method, this.inputForm.files, 'reimbursement')
|
|
|
+ this.$refs.uploadComponent.newUpload(method, this.inputForm.files, 'wareHouse')
|
|
|
this.inputForm = JSON.parse(JSON.stringify(this.inputForm))
|
|
|
this.tableKey = Math.random()
|
|
|
this.loading = false
|
|
@@ -454,7 +454,7 @@
|
|
|
if (method === 'add') {
|
|
|
this.inputForm.wareHouseDate = new Date()
|
|
|
}
|
|
|
- this.$refs.uploadComponent.newUpload(method, this.inputForm.files, 'reimbursement')
|
|
|
+ this.$refs.uploadComponent.newUpload(method, this.inputForm.files, 'wareHouse')
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -671,7 +671,7 @@
|
|
|
if (this.commonJS.isEmpty(this.inputForm.detailInfos[index].fileInfoLost)) {
|
|
|
this.inputForm.detailInfos[index].fileInfoLost = []
|
|
|
}
|
|
|
- this.$refs.materialManagementDialog.newUpload('view', this.inputForm.detailInfos[index].fileInfoLost, null, null, null, null, null, false, index)
|
|
|
+ this.$refs.materialManagementDialog.newUpload('view', this.inputForm.detailInfos[index].fileInfoLost, 'purchase', null, null, null, null, false, index)
|
|
|
},
|
|
|
sss (index) {
|
|
|
if (this.commonJS.isEmpty(this.inputForm.detailInfos[index].fileInfoLost)) {
|
|
@@ -683,13 +683,13 @@
|
|
|
if (this.commonJS.isEmpty(this.inputForm.wareHouse[index].fileInfoLost)) {
|
|
|
this.inputForm.wareHouse[index].fileInfoLost = []
|
|
|
}
|
|
|
- this.$refs.materialManagementDialog.newUpload('view', this.inputForm.wareHouse[index].fileInfoLost, null, null, null, null, null, false, index)
|
|
|
+ this.$refs.materialManagementDialog.newUpload('view', this.inputForm.wareHouse[index].fileInfoLost, 'wareHouse', null, null, null, null, false, index)
|
|
|
},
|
|
|
sss2 (index) {
|
|
|
if (this.commonJS.isEmpty(this.inputForm.wareHouse[index].fileInfoLost)) {
|
|
|
this.inputForm.wareHouse[index].fileInfoLost = []
|
|
|
}
|
|
|
- this.$refs.materialManagementDialog.newUpload(null, this.inputForm.wareHouse[index].fileInfoLost, null, null, null, null, null, false, index)
|
|
|
+ this.$refs.materialManagementDialog.newUpload(null, this.inputForm.wareHouse[index].fileInfoLost, 'wareHouse', null, null, null, null, false, index)
|
|
|
},
|
|
|
// 采购类型下拉弹窗
|
|
|
typePullForm (rowIndex) {
|