|
|
|
@ -624,6 +624,11 @@ export default { |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
this.sizeForm.singleData = handledDetailList; |
|
|
|
this.sizeForm.singleData = handledDetailList; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (this.sizeForm.option == 1) { |
|
|
|
|
|
|
|
this.getStatistics(); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
this.getStatisticsSingle(); |
|
|
|
|
|
|
|
} |
|
|
|
} catch (error) { |
|
|
|
} catch (error) { |
|
|
|
this.$message.error("获取详情数据失败"); |
|
|
|
this.$message.error("获取详情数据失败"); |
|
|
|
} |
|
|
|
} |
|
|
|
@ -879,6 +884,7 @@ export default { |
|
|
|
this.batchType = ""; |
|
|
|
this.batchType = ""; |
|
|
|
this.sizeForm.inTableData = []; |
|
|
|
this.sizeForm.inTableData = []; |
|
|
|
this.sizeForm.singleData = []; |
|
|
|
this.sizeForm.singleData = []; |
|
|
|
|
|
|
|
this.sizeForm.purchaseEndInfo = ""; |
|
|
|
if (this.sizeForm.option == 1) { |
|
|
|
if (this.sizeForm.option == 1) { |
|
|
|
this.inBatchDialogVisible = true; |
|
|
|
this.inBatchDialogVisible = true; |
|
|
|
} |
|
|
|
} |
|
|
|
|