Commit 8d3fc416 by linjinhong

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

parent 8eaf66bb
...@@ -5349,6 +5349,7 @@ const showArrange = async (type: number, data?: PodUsOrderListData) => { ...@@ -5349,6 +5349,7 @@ const showArrange = async (type: number, data?: PodUsOrderListData) => {
return return
} }
} }
typesettingVisible.value = true
} }
// function hasDifferentCraftCodeWithSet(items: ProductList[]) { // function hasDifferentCraftCodeWithSet(items: ProductList[]) {
...@@ -6188,7 +6189,9 @@ const getRowStyle = ({ row }: { row: PodUsOrderListData }) => { ...@@ -6188,7 +6189,9 @@ const getRowStyle = ({ row }: { row: PodUsOrderListData }) => {
// 获取行类名方法 // 获取行类名方法
const getRowClassName = ({ row }: { row: PodUsOrderListData }) => { const getRowClassName = ({ row }: { row: PodUsOrderListData }) => {
return selection.value.some((item) => item.id === row.id) ? 'row-selected' : '' return selection.value.some((item) => item.id === row.id)
? 'row-selected'
: ''
} }
const warehouseList = ref<WarehouseListData[]>([]) const warehouseList = ref<WarehouseListData[]>([])
const loadWarehouseList = async () => { const loadWarehouseList = async () => {
......
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