|
|
@@ -49,7 +49,7 @@
|
|
|
</div>
|
|
|
<!-- 车辆报价新页面 -->
|
|
|
<detailsDialog ref="detailsDialog" :orderInfo="orderInfo" :feeOrderNewVoList="feeOrderNewVoList"
|
|
|
- @updatedCost="updatedCost">
|
|
|
+ @updatedCost="updatedCost" @adusitFUn="adusitFUn">
|
|
|
</detailsDialog>
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -392,7 +392,10 @@ export default {
|
|
|
}
|
|
|
this.$api.task.auditFee(subParam).then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
- this.$message.success('审核通过')
|
|
|
+ this.$message({
|
|
|
+ type: 'success',
|
|
|
+ message:"审核通过",
|
|
|
+ });
|
|
|
this.findPage();
|
|
|
// this.quotedetailsdialogVisible = false;
|
|
|
this.$refs.detailsDialog.setBackupVisible(false);
|