qukaidi 2 anni fa
parent
commit
94d36948fd

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

@@ -200,7 +200,7 @@ export default {
     },
     openCheck(row) {
       if (row.checkType == 'CK') {
-        financingExcess({ id: this.form.id }).then(res => {
+        financingExcess({ id: row.corpId }).then(res => {
           if (res.data.data == '操作成功') {
             this.batch = false; //单条操作
             this.checkDialog = true;

+ 1 - 1
src/views/salesManagement/outStock/detailsPage.vue

@@ -419,7 +419,7 @@ export default {
     },
     //请核
     auditCheck() {
-      financingExcess({ id: this.form.id }).then(res => {
+      financingExcess({ id: this.form.purchaserId }).then(res => {
         if (res.data.data == '操作成功') {
           this.$confirm("确定审核此订单?", {
             confirmButtonText: "确定",