|
@@ -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,
|