Browse Source

库存余额

index_online20241231
songguoqiang 1 month ago
parent
commit
3e2cf0fde6
  1. 18
      src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts
  2. 3
      src/views/wms/inventoryManage/balance/balance.data.ts
  3. 2
      src/views/wms/inventoryManage/balance/index.vue

18
src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts

@ -142,15 +142,15 @@ export const DeliverRecordMain = useCrudSchemas(
}, },
}, },
}, },
{ // {
label: '创建者', // label: '创建者',
field: 'creator', // field: 'creator',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
isTable: true // isTable: true
}, // },
{ {
label: '最后更新时间', label: '最后更新时间',
field: 'updateTime', field: 'updateTime',

3
src/views/wms/inventoryManage/balance/balance.data.ts

@ -1068,7 +1068,8 @@ export const BalancePackage = useCrudSchemas(reactive<CrudSchema[]>([
key: 'itemCode', key: 'itemCode',
value: 'itemCode', value: 'itemCode',
message: '请填写品番!', message: '请填写品番!',
isMainValue: true isMainValue: true,
paramsFrom:'tableForm'
}] }]
} }
}, },

2
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) => { const searchTableSuccessLabel = async (formField, searchField, val, formRef, type, row) => {
console.log('批量打印',val) console.log('批量打印',val)
if (type == 'tableForm') { if (type == 'tableForm') {
// row[formField] = val[0][searchField] row[formField] = val[0][searchField]
if (formField === 'packUnit') { if (formField === 'packUnit') {
row['packUnit'] = val[0]['packUnit'] row['packUnit'] = val[0]['packUnit']
row['packQty'] = val[0]['packQty'] row['packQty'] = val[0]['packQty']

Loading…
Cancel
Save