Browse Source

YT-1634打印标签切换供应商功能不好使

intex_online20241216
张立 2 months ago
parent
commit
8204519c31
  1. 2
      src/views/wms/inventoryManage/balance/index.vue

2
src/views/wms/inventoryManage/balance/index.vue

@ -466,7 +466,7 @@ const getLabelDetailPage = async (row, useToPackingNumber) => {
const searchTableSuccessLabel = async (formField, searchField, val, formRef, type, row) => {
console.log('批量打印',val)
if (type == 'tableForm') {
row[formField] = val[0][searchField]
} else {
const setV = {}
setV[formField] = val[0][searchField]

Loading…
Cancel
Save