diff --git a/src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts b/src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts index a3ed44cd5..26be02758 100644 --- a/src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts @@ -142,15 +142,15 @@ export const DeliverRecordMain = useCrudSchemas( }, }, }, - { - label: '创建者', - field: 'creator', - sort: 'custom', - table: { - width: 150 - }, - isTable: true - }, + // { + // label: '创建者', + // field: 'creator', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isTable: true + // }, { label: '最后更新时间', field: 'updateTime', diff --git a/src/views/wms/inventoryManage/balance/balance.data.ts b/src/views/wms/inventoryManage/balance/balance.data.ts index 543dce26c..eafd7d153 100644 --- a/src/views/wms/inventoryManage/balance/balance.data.ts +++ b/src/views/wms/inventoryManage/balance/balance.data.ts @@ -1068,7 +1068,8 @@ export const BalancePackage = useCrudSchemas(reactive([ key: 'itemCode', value: 'itemCode', message: '请填写品番!', - isMainValue: true + isMainValue: true, + paramsFrom:'tableForm' }] } }, diff --git a/src/views/wms/inventoryManage/balance/index.vue b/src/views/wms/inventoryManage/balance/index.vue index 6cdc47b94..6f7ae668b 100644 --- a/src/views/wms/inventoryManage/balance/index.vue +++ b/src/views/wms/inventoryManage/balance/index.vue @@ -476,7 +476,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] + row[formField] = val[0][searchField] if (formField === 'packUnit') { row['packUnit'] = val[0]['packUnit'] row['packQty'] = val[0]['packQty']