Browse Source

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

master_hella_20240701
TengXF 6 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} * @returns {Array}
*/ */
export const RepleinshJobDetail = useCrudSchemas(reactive<CrudSchema[]>([ export const RepleinshJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ // {
label: '包装号', // label: '包装号',
field: 'packingNumber', // field: 'packingNumber',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
sortTableDefault:5, // sortTableDefault:5,
}, // },
{ {
label: '包装规格', label: '包装规格',
field: 'packUnit', field: 'packUnit',

Loading…
Cancel
Save