yangfeng
2024-01-03 22d81fd4a1a2d9e5d56cd496971893437ef84599
src/views/sales/salesDetails/index.vue
@@ -477,14 +477,16 @@
      if (this.TabsIndex == 0||row.status==1) {
        this.productTableList.tableInfomation = row.products || []
      } else {
        this.loading = true
        await getProductInventoryInfo(row.number).then((res) => {
          this.productTableList.tableInfomation = res.data?.length > 0 ? res.data : []
          this.loading = false
        }).catch(() => {
          this.productTableList.tableInfomation = []
          this.loading = false
        })
        if(row.number){
          this.loading = true
          await getProductInventoryInfo(row.number).then((res) => {
            this.productTableList.tableInfomation = res.data?.length > 0 ? res.data : []
            this.loading = false
          }).catch(() => {
            this.productTableList.tableInfomation = []
            this.loading = false
          })
        }
      }
    },
    // 获取制造信息