Commit 8e53fa38 authored by Marcus's avatar Marcus

新运费和请清关费默认应该是空,让用户自己填写,现在自动填充了一个不知道哪里来的值

parent c82092ad
......@@ -214,6 +214,8 @@ export default {
getOrderSpecial(){
getOrderSpecial(this.form.orderItemId).then(r => {
this.form = r.data
this.form.freight = ''
this.form.clearanceFreight = ''
})
},
getOrderSpecialByApproveId(){
......
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