Browse Source

YT-1783【备料计划】列表页和查询项都增加 “生产计划单号”。

intex_online20241228
张立 2 months ago
parent
commit
88865932ef
  1. 5
      src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/preparetoissueMain.data.ts

5
src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/preparetoissueMain.data.ts

@ -257,10 +257,11 @@ export const PreparetoissueMain = useCrudSchemas(reactive<CrudSchema[]>([
label: '生产计划单号', label: '生产计划单号',
field: 'productionPlanNumber', field: 'productionPlanNumber',
sort: 'custom', sort: 'custom',
isTable: true,
isSearch: true,
table: { table: {
width: 180 width: 200
}, },
isTable: false,
form: { form: {
labelMessage: '同时影响车间 生产线 班组 班次', labelMessage: '同时影响车间 生产线 班组 班次',
componentProps: { componentProps: {

Loading…
Cancel
Save