diff --git a/SC-web/src/views/scm/basicInformation/poundlist/VechicleForm.vue b/SC-web/src/views/scm/basicInformation/poundlist/VechicleForm.vue index 829848cd..03dd387d 100644 --- a/SC-web/src/views/scm/basicInformation/poundlist/VechicleForm.vue +++ b/SC-web/src/views/scm/basicInformation/poundlist/VechicleForm.vue @@ -182,7 +182,7 @@ 取 消 - 通 过 + 确 定 @@ -578,7 +578,7 @@ this.$message({ message: '采购订单已经生成,现在是待开票状态', type: 'success', - duration: 1000 + duration: 2500 }) return } @@ -586,7 +586,7 @@ this.$message({ message: '采购订单已经生成,现在是开票中状态', type: 'success', - duration: 1000 + duration: 2500 }) return } @@ -594,7 +594,7 @@ this.$message({ message: '采购订单已经生成,现在是已入库状态', type: 'success', - duration: 1000 + duration: 2500 }) return } @@ -602,7 +602,7 @@ this.$message({ message: '采购订单已经生成,现在是归档状态', type: 'success', - duration: 1000 + duration: 2500 }) return } @@ -614,7 +614,7 @@ this.$message({ message: '销售订单已经生成,现在是待发货状态', type: 'success', - duration: 1000 + duration: 2500 }) return } @@ -622,7 +622,7 @@ this.$message({ message: '销售订单已经生成,现在是待开票状态', type: 'success', - duration: 1000 + duration: 2500 }) return } @@ -630,7 +630,7 @@ this.$message({ message: '销售订单已经生成,现在是待回款状态', type: 'success', - duration: 1000 + duration: 2500 }) return } @@ -638,7 +638,7 @@ this.$message({ message: '销售订单已经生成,现在是归档状态', type: 'success', - duration: 1000 + duration: 2500 }) return }