|
|
@ -266,7 +266,7 @@ |
|
|
import { |
|
|
import { |
|
|
proofingInformationSearch, // 打样信息列表查询 |
|
|
proofingInformationSearch, // 打样信息列表查询 |
|
|
getFileContentList, // 获取报价单附件列表 |
|
|
getFileContentList, // 获取报价单附件列表 |
|
|
batchDeleteQuotationFile, // 批量文件删除 |
|
|
|
|
|
|
|
|
batchDeleteProofingFile, // 批量文件删除 |
|
|
saveProofingResult, // 保存打样结果 |
|
|
saveProofingResult, // 保存打样结果 |
|
|
saveSubmitResult, // 保存提交结果 |
|
|
saveSubmitResult, // 保存提交结果 |
|
|
saveCustomerResponse, // 保存客户回复 |
|
|
saveCustomerResponse, // 保存客户回复 |
|
|
@ -1370,7 +1370,7 @@ |
|
|
orderRef3: row.orderRef3, |
|
|
orderRef3: row.orderRef3, |
|
|
proofingNo: this.enterResultData.proofingNo |
|
|
proofingNo: this.enterResultData.proofingNo |
|
|
} |
|
|
} |
|
|
batchDeleteQuotationFile(tempData).then(({data}) => { |
|
|
|
|
|
|
|
|
batchDeleteProofingFile(tempData).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
this.getFileContentData() |
|
|
this.getFileContentData() |
|
|
this.$message({ |
|
|
this.$message({ |
|
|
|