zuozhengqing
2024-03-28 ecba7c3d82e2114ef6c01480d7c6add5f20904d8
到货确认不再过滤本次收货为0的数据
3个文件已修改
6 ■■■■ 已修改文件
src/common/untils/request.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/layout/components/appHeader/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/purchaseManage/purchase/components/ArrivalConfirmation.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/common/untils/request.js
@@ -28,7 +28,7 @@
  const loginPathMap = {
      prod:`//${window.location.hostname}:9080`,
      test:`//192.168.20.119:9080`,
      dev: `//192.168.20.158:8080`
      dev: `//192.168.8.117:8080`
  }
  return loginPathMap[environmentType()]
}
src/components/layout/components/appHeader/index.vue
@@ -71,7 +71,7 @@
        prod: `//${window.location.hostname}:9080`,
        test: `//192.168.20.119:9080`,
        // 想跳到本地启动的登录页的话需要把dev改成你本地项目路径
        dev: `//192.168.20.158:8080`
        dev: `//192.168.8.117:8080`
      }
      return loginPathMap[this.environmentType()]
    },
src/views/purchaseManage/purchase/components/ArrivalConfirmation.vue
@@ -113,7 +113,7 @@
        }
      })
      if(pipeline){
        await savePurchaseProductConfirm(arr).then((res)=>{
        await savePurchaseProductConfirm(this.productTableList.tableData).then((res)=>{
          if(res.code===200){
            this.editConfig.visible=false
            this.$parent.getData()