王震
2023-12-13 67da82f0b0c24df5f19bbfcfec63801d9ae902d8
src/views/plan/customerorder/other-customer-order-line.vue
@@ -149,7 +149,6 @@
    },
    updateCurrOrder() {
      const configId = this.configContent.id
      console.log(this.configContent)
      for (
        let i = this.configContent.processConfigDataList.length - 1;
        i >= 0;
@@ -165,7 +164,6 @@
      }
      if (configId) {
        newProcessConfigEditOne(this.configContent).then((res) => {
          console.log(res)
          if (res.data.code === 0) {
            this.innerVisible = false
            this.$message.success('保存成功')
@@ -176,7 +174,6 @@
        })
      } else {
        newProcessConfigAddOne(this.configContent).then((res) => {
          console.log(res)
          if (res.data.code === 0) {
            this.innerVisible = false
            this.$message.success('保存成功')
@@ -198,7 +195,6 @@
      if (orderIds.length > 0) {
        orderIds.push(this.customerOrderId)
        const configId = this.configContent.id
        console.log(this.configContent)
        for (
          let i = this.configContent.processConfigDataList.length - 1;
          i >= 0;
@@ -214,7 +210,6 @@
        }
        this.configContent.orderIdList = orderIds
        newProcessConfigEdit(this.configContent).then((res) => {
          console.log(res)
          if (res.data.code === 0) {
            this.innerVisible = false
            this.$message.success('保存成功')