Browse Source

结算出库添加背番

intex_online20241228
songguoqiang 2 months ago
parent
commit
d1333ae312
  1. 15
      src/views/wms/deliversettlementManage/saleShipmentMainRecord/saleShipmentMainRecord.data.ts
  2. 19
      src/views/wms/deliversettlementManage/saleShipmentMainRequest/saleShipmentMain.data.ts

15
src/views/wms/deliversettlementManage/saleShipmentMainRecord/saleShipmentMainRecord.data.ts

@ -304,7 +304,20 @@ export const SaleShipmentDetailRecord = useCrudSchemas(reactive<CrudSchema[]>([
label: '背番',
field: 'itemDesc1',
sort: 'custom',
isTable:false
isSearch: true,
isForm:false,
hiddenSearchHigh:true,
table: {
width: 150
},
tableForm:{
disabled:true
},
form:{
componentProps:{
disabled: true,
}
}
},
{
label: '描述',

19
src/views/wms/deliversettlementManage/saleShipmentMainRequest/saleShipmentMain.data.ts

@ -407,6 +407,25 @@ export const SaleShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '背番',
field: 'itemDesc1',
sort: 'custom',
isSearch: true,
isForm:false,
hiddenSearchHigh:true,
table: {
width: 150
},
tableForm:{
disabled:true
},
form:{
componentProps:{
disabled: true,
}
}
},
{
label: '批次',
field: 'batch',

Loading…
Cancel
Save