Browse Source

隐藏未执行任务数量

hella_online_20240927
yufei_wang 2 months ago
parent
commit
328b972534
  1. 26
      src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts

26
src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts

@ -899,19 +899,19 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
isTable:false,
isForm: false
},
{
label: '未执行任务数量',
field: 'unexecutedQty',
sort: 'custom',
table: {
width: 150
},
form: {
component: 'InputNumber',
},
isTableForm:false,
hiddenInMain:true,
},
// {
// label: '未执行任务数量',
// field: 'unexecutedQty',
// sort: 'custom',
// table: {
// width: 150
// },
// form: {
// component: 'InputNumber',
// },
// isTableForm:false,
// hiddenInMain:true,
// },
{
label: '操作',
field: 'action',

Loading…
Cancel
Save