Commit c96041cb by zhuzhequan

fix:工厂端新增一些字段,以解决POD订单(CN)中某些国家的订单创建物流失败问题 #ID:1002428

parent 5996fb85
......@@ -2985,6 +2985,7 @@ const totalAmountPrice = (item: PodCnOrderListData): string => {
const countryList = ref([])
const currentRow = ref<AddressInfo>({
receiverName: '',
rfcNumber: '',
receiverPhone: '',
receiverCountry: '',
receiverProvince: '',
......
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