Browse Source

福达基础资料商品信息11.03

caojunjie 1 year ago
parent
commit
95114b0b90
1 changed files with 7 additions and 2 deletions
  1. 7 2
      src/views/basicData/commodityType/detailsPageEdit.vue

+ 7 - 2
src/views/basicData/commodityType/detailsPageEdit.vue

@@ -983,8 +983,13 @@ export default {
             }
             }
             userName = userName.substring(0, userName.length - 1);
             userName = userName.substring(0, userName.length - 1);
           }
           }
-
-
+            this.form.singleVolumn = this.form.singleVolumn?this.form.singleVolumn:0
+            this.form.singleGrossWeight = this.form.singleGrossWeight?this.form.singleGrossWeight:0
+            this.form.singleWeight = this.form.singleWeight?this.form.singleWeight:0
+            this.form.cntrVolumn = this.form.cntrVolumn?this.form.cntrVolumn:0
+            this.form.cntrGrossWeight = this.form.cntrGrossWeight?this.form.cntrGrossWeight:0
+            this.form.cntrWeight = this.form.cntrWeight?this.form.cntrWeight:0
+            this.form.ctn = this.form.ctn?this.form.ctn:0
           const params = {
           const params = {
             ...this.form,
             ...this.form,
             type: 0,
             type: 0,