Commit 1c45a720 authored by liudong1993's avatar liudong1993

1

parent 1e31224b
......@@ -437,7 +437,7 @@ export default {
this.orderId = this.msg.OrderID = obj.orderId ? obj.orderId : obj.OrderId
this.tcnum = obj.tcnum ? obj.tcnum : obj.TCNUM
this.tcid = obj.tcid ? obj.tcid : obj.TCID
this.outBranchId = obj.outBranchId ? obj.outBranchId : obj.OutBranchId
this.outBranchId = obj.outBranchId !=null ? obj.outBranchId : obj.OutBranchId
this.getList(1)
}
}
......
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