Browse Source

补料任务子表,去掉包装号字段

master_hella_20240701
TengXF 4 months ago
parent
commit
94e63b1931
  1. 18
      src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts

18
src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts

@ -658,15 +658,15 @@ export const RepleinshJobMainRules = reactive({
* @returns {Array}
*/
export const RepleinshJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{
label: '包装号',
field: 'packingNumber',
sort: 'custom',
table: {
width: 150
},
sortTableDefault:5,
},
// {
// label: '包装号',
// field: 'packingNumber',
// sort: 'custom',
// table: {
// width: 150
// },
// sortTableDefault:5,
// },
{
label: '包装规格',
field: 'packUnit',

Loading…
Cancel
Save