Browse Source

YT-1662:wms添加背番

intex_online20241228
songguoqiang 1 month ago
parent
commit
54a4b292e7
  1. 1
      src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts
  2. 1
      src/views/wms/deliversettlementManage/deliverPdaRecordMain/deliverRecordMain/deliverRecordMain.data.ts
  3. 3
      src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts
  4. 3
      src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts
  5. 1
      src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts
  6. 20
      src/views/wms/inventoryManage/balance/balance.data.ts
  7. 1
      src/views/wms/inventoryManage/package/package.data.ts

1
src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts

@ -573,6 +573,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
label: '背番',
field: 'itemDesc1',
sort: 'custom',
isSearch:true,
table: {
width: 150
},

1
src/views/wms/deliversettlementManage/deliverPdaRecordMain/deliverRecordMain/deliverRecordMain.data.ts

@ -272,6 +272,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
label: '背番',
field: 'itemDesc1',
sort: 'custom',
isSearch:true,
table: {
width: 150
},

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

@ -330,7 +330,8 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
isTableForm: false,
isForm: false
isForm: false,
isSearch:true
},
{
label: '描述',

3
src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts

@ -268,8 +268,9 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
},
{
label: '背番',
field: 'backNumber',
field: 'itemDesc1',
sort: 'custom',
isSearch:true,
table: {
width: 150
},

1
src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts

@ -177,6 +177,7 @@ export const FinishedShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([
{
label: '背番',
field: 'itemDesc1',
hiddenSearchHigh:true,
sort: 'custom',
isSearch:true,
table: {

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

@ -43,16 +43,16 @@ export const Balance = useCrudSchemas(
hiddenSearchHigh: true,// 高级筛选中隐藏
isSearch: true
},
{
label: '背番',
field: 'itemDesc1',
sort: 'custom',
table: {
width: 150
},
hiddenSearchHigh: true,// 高级筛选中隐藏
isSearch: true
},
// {
// label: '背番',
// field: 'itemDesc1',
// sort: 'custom',
// table: {
// width: 150
// },
// hiddenSearchHigh: true,// 高级筛选中隐藏
// isSearch: true
// },
{
label: '描述',
field: 'itemDesc2',

1
src/views/wms/inventoryManage/package/package.data.ts

@ -101,6 +101,7 @@ export const Package = useCrudSchemas(reactive<CrudSchema[]>([
label: '背番',
field: 'itemDesc1',
sort: 'custom',
isSearch:true,
table: {
width: 150,
},

Loading…
Cancel
Save