haoxuan
2024-04-18 63e9406392d4788a83ce3201bb12efcb48e95921
保存入库报错的问题修改
3个文件已修改
8 ■■■■ 已修改文件
src/views/operate/inventoryAdjustment/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/overview/AddOverviewDialog.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productManage/product/AddProductDialog.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/inventoryAdjustment/index.vue
@@ -149,8 +149,6 @@
    },
    // 新增
    addProductClick() {
      console.log(this.tableData)
      console.log(this.addTitle)
      this.isSel()
      if (this.isNoProduct && this.addTitle === "新建") {
        this.$refs.tablelistRef.getLocationList()
src/views/overview/AddOverviewDialog.vue
@@ -1485,9 +1485,9 @@
            auxiliaryUnit:adjunctUnit,
            auxiliaryAmount:Number(adjunctAmount),
            inputFloatAuxiliaryAmount:isValue,
            grossWeight:Number(res.grossWeight),
            grossWeight:res.grossWeight,
            totalGrossWeight:res.grossWeight?Number(res.grossWeight)*1:'',
            netWeight:Number(res.netWeight),
            netWeight:res.netWeight,
            totalNetWeight:res.netWeight?Number(res.netWeight)*1:'', 
          };
        }
src/views/productManage/product/AddProductDialog.vue
@@ -230,6 +230,7 @@
                      placeholder="请选择"
                      size="mini"
                      clearable
                      filterable
                      style="width: 85%"
                      :disabled="!showFooter"
                    >
@@ -246,6 +247,7 @@
                    <el-input
                      style="width: 85%"
                      :disabled="!showFooter"
                      filterable
                      v-model="editConfig.infomation.type"
                      placeholder="请输入"
                    ></el-input>