Commit b1a01229 by linjinhong

feat:【工厂端】对接九猫国际物流#1000675

parent ed1ad3ce
...@@ -70,7 +70,7 @@ const isChangeWay = ref(false) ...@@ -70,7 +70,7 @@ const isChangeWay = ref(false)
const isChangeWayLoading = ref(false) const isChangeWayLoading = ref(false)
const changeWayRow = ref<LogisticsData>({} as LogisticsData) const changeWayRow = ref<LogisticsData>({} as LogisticsData)
const currentItem = ref<PodCnOrderListData | null>(null) const currentItem = ref<PodCnOrderListData | null>(null)
const selection = ref([])
const logisticsWayData = ref([]) const logisticsWayData = ref([])
const changeWayRef = ref() const changeWayRef = ref()
const wayDialogTitle = ref('') const wayDialogTitle = ref('')
......
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