Commit 0aa0db7b by liangjianmin

bug

parent dfe1976f
Showing with 1 additions and 1 deletions
......@@ -252,7 +252,7 @@ export default {
}
//如果选择的fedex就截取后12位
if (this.delivery_method_index == 0) {
if (this.logistics_company_index == 0) {
let str = this.form.logistics_number;
this.form.logistics_number = str.substring(str.length - 12);
}
......
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