Przeglądaj źródła

提交木材陆运

caojunjie 2 lat temu
rodzic
commit
e1ab1bcaf2

+ 1 - 1
src/components/report-dialog/main.vue

@@ -195,7 +195,7 @@ export default {
         this.$router.push({
           path: `/myiframe/urlPath?name=preview-${name}&src=${this.website.reportUrl}/preview?_u=blade-${name}`,
           query: {
-            tradeType: "JXS",
+            tradeType: "GN",
             tenantId: tenantId
           }
         });

+ 1 - 1
src/views/approveData/index.vue

@@ -209,7 +209,7 @@ export default {
             this.checkDialog = true;
             this.checkData = row;
           } else {
-            this.$confirm("此订单余额不足,是否继续审批?", {
+            this.$confirm(res.data.data, {
               confirmButtonText: "确定",
               cancelButtonText: "取消",
               type: "warning"