Commit 6ce01c6f by liangjianmin

bug

parent f9163cab
Showing with 6 additions and 1 deletions
......@@ -123,7 +123,7 @@ export default {
logistics_company: '', //物流公司
logistics_number: '', //物流单号
total_num: '', //登记数量
unit: '', //单位
unit: '', //单位
check_in_pic: [], //收货图片
check_in_remark: '', //收货备注
checkIn: ''
......@@ -239,6 +239,11 @@ export default {
this.form.delivery_method = index + 1;
} else if (type == 2) {
this.unitIndex = index;
if(index == 0){
this.form.unit='件'
}else if(index == 1){
this.form.unit='箱'
}
}
},
toggle() {
......
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 sign in to comment