Browse Source

YT-1662:生产计划添加背番

intex_online20241228
songguoqiang 2 months ago
parent
commit
4c3b702675
  1. 3
      src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts
  2. 3
      src/views/wms/productionManage/productionplan/productionMainAssemble/productionMainAssemble.data.ts
  3. 16
      src/views/wms/productionManage/productionplan/qadproductionplan/qadProductionPlanMain.data.ts

3
src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts

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

3
src/views/wms/productionManage/productionplan/productionMainAssemble/productionMainAssemble.data.ts

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

16
src/views/wms/productionManage/productionplan/qadproductionplan/qadProductionPlanMain.data.ts

@ -36,6 +36,22 @@ export const QadProductionPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150, width: 150,
} }
}, },
{
label: '背番',
field: 'itemDesc1',
sort: 'custom',
isSearch: true,
isForm:false,
hiddenSearchHigh:true,
table: {
width: 150
},
form:{
componentProps:{
disabled: true,
}
}
},
{ {
label: '计划数量', label: '计划数量',
field: 'planQty', field: 'planQty',

Loading…
Cancel
Save