Commit ef32a878 authored by 黄卓's avatar 黄卓

PDA-集运包裹入仓的品名长宽高/重量默认参数为零 / PDA-集运包裹入仓的品名长宽高/重量默认参数为

https://zentao.test.jdshangmen.com/task-view-1500.html
parent 7e161a6f
......@@ -699,9 +699,9 @@ export default {
}
const form = val === 1 ? this.form1 : this.form
form.orderWarehouseInItemDoList.push({
"boxGauge1": "",
"boxGauge2": "",
"boxGauge3": "",
"boxGauge1": 0,
"boxGauge2": 0,
"boxGauge3": 0,
"cartonsNum": cartonsNum > 0 ? cartonsNum : '',
"expressNo": "",
"quantityAll": undefined,
......@@ -737,7 +737,7 @@ export default {
const [boxGauge1, boxGauge2, boxGauge3] = boxGaugeList
return {...e, boxGauge1, boxGauge2, boxGauge3}
}
return e
return {...e, boxGauge1: 0, boxGauge2: 0, boxGauge3: 0}
})
},
tableData1() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment