Commit 35fa3b0a by linjinhong

fix:【工厂端】【订单-POD(US)订单】:POD(US)订单,在批量下载,点击重排没有反应,不调接口#1000861

parent 8d3fc416
...@@ -5294,6 +5294,7 @@ const showArrange = async (type: number, data?: PodUsOrderListData) => { ...@@ -5294,6 +5294,7 @@ const showArrange = async (type: number, data?: PodUsOrderListData) => {
typesettingForm.value = {} typesettingForm.value = {}
if (type === 1 || type === 3) { if (type === 1 || type === 3) {
typesettingRow.value = data typesettingRow.value = data
typesettingVisible.value = true
} else if (type === 2) { } else if (type === 2) {
const selectedIds = cardSelection.value.map((item) => item.id) const selectedIds = cardSelection.value.map((item) => item.id)
...@@ -5349,7 +5350,6 @@ const showArrange = async (type: number, data?: PodUsOrderListData) => { ...@@ -5349,7 +5350,6 @@ const showArrange = async (type: number, data?: PodUsOrderListData) => {
return return
} }
} }
typesettingVisible.value = true
} }
// function hasDifferentCraftCodeWithSet(items: ProductList[]) { // function hasDifferentCraftCodeWithSet(items: ProductList[]) {
......
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