瀏覽代碼

修改bug

qukaidi 2 年之前
父節點
當前提交
94d36948fd
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/approveData/index.vue
  2. 1 1
      src/views/salesManagement/outStock/detailsPage.vue

+ 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: "确定",