Browse Source

合同差价,居间审核、反审核调整

qymljy 10 months ago
parent
commit
3f0377d5d7

+ 4 - 0
src/HDrpManagement/contractManage/components/priceDifference/addPriceDiff.vue

@@ -262,6 +262,9 @@ export default {
           if (res.code == 0){
             this.form.orderratio = Math.round((this.form.orderratio * 100)*100)/100
             this.loading = false
+            this.tool.showMessage(res,()=>{
+
+            })
           }else {
             this.dialogTableVisible = true
             this.onAdjust(res.data)
@@ -317,6 +320,7 @@ export default {
         })
         if (res.code == 0){
           this.adjustLoading = false
+          this.tool.showMessage(res,()=>{})
         }
         this.tool.showMessage(res,()=>{
           this.adjustLoading = false