Browse Source

HL-6152WMS 生产退料记录列表需要展示数量字段,导出接口加

hella_online_20240927
yufei_wang 2 months ago
parent
commit
90831d4c6a
  1. 22
      src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts

22
src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts

@ -447,17 +447,19 @@ export const ProductionreturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]
},
},
{
label: '物料描述1',
field: 'itemDesc1',
label: '数量',
field: 'qty',
sort: 'custom',
hiddenInMain: true,
table: {
width: 150
},
form: {
component: 'InputNumber',
}
},
{
label: '物料描述2',
field: 'itemDesc2',
label: '物料描述1',
field: 'itemDesc1',
sort: 'custom',
hiddenInMain: true,
table: {
@ -465,17 +467,15 @@ export const ProductionreturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]
},
},
{
label: '数量',
field: 'qty',
label: '物料描述2',
field: 'itemDesc2',
sort: 'custom',
hiddenInMain: true,
table: {
width: 150
},
hiddenInMain: true,
form: {
component: 'InputNumber',
}
},
{
label: '从批次',
field: 'fromBatch',

Loading…
Cancel
Save