Browse Source

YT-1178顺引品发货页面展示、查询条件与原型不符

intex
zhang_li 1 day ago
parent
commit
494d8f8bb8
  1. 3
      src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/deliverRecordMain.data.ts

3
src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/deliverRecordMain.data.ts

@ -25,7 +25,7 @@ export const DeliverRecordMain = useCrudSchemas(
table: { table: {
width: 180 width: 180
}, },
isSearch: true isSearch: false
}, },
{ {
label: '任务单号', label: '任务单号',
@ -538,6 +538,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isSearch: true
}, },
{ {
label: '物料名称', label: '物料名称',

Loading…
Cancel
Save