zuozhengqing
2024-03-23 4eec87aecfa3c7aa9a1ef8d268aeecda037b98d0
采购订单,修改top行点击
1个文件已修改
15 ■■■■ 已修改文件
src/views/purchaseManage/purchase/index.vue 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/purchaseManage/purchase/index.vue
@@ -600,9 +600,18 @@
            this.$message.error(res.msg ? res.msg + "," : "" + "获取信息失败!")
          }
        })
      } else if (this.TabsIndex == 1 && row.status == 1) {
      } else if (this.TabsIndex == 1 && row.status == 7||row.status == 8) {
        this.productTableList.tableInfomation = []
      } else {
        getPurchaseQualityInspectionInfo({
            purchaseNumber: row.number,
          }).then((res)=>{
          if (res.code == 200) {
            this.productTableList.tableInfomation = res.data
          } else {
            this.$message.error(res.msg ? res.msg + "," : "" + "获取信息失败!")
          }""
        })
      } else if(this.TabsIndex == 2) {
        getOperationInfo({ id: row.id }).then((res) => {
          if (res.code == 200) {
            this.productTableList.tableInfomation = res.data
@@ -610,6 +619,8 @@
            this.$message.error(res.msg ? res.msg + "," : "" + "获取信息失败!")
          }
        })
      }else {
        this.productTableList.tableInfomation=[]
      }
    },
    // bom 列表